[PHP-DOC] cvs: phpdoc /en/reference/apache/functions getallheaders.xml

2003-12-07 Thread Friedhelm Betz
betzSun Dec  7 16:12:59 2003 EDT

  Modified files:  
/phpdoc/en/reference/apache/functions   getallheaders.xml 
  Log:
  moved misplaced nsapi note
  
  
Index: phpdoc/en/reference/apache/functions/getallheaders.xml
diff -u phpdoc/en/reference/apache/functions/getallheaders.xml:1.6 
phpdoc/en/reference/apache/functions/getallheaders.xml:1.7
--- phpdoc/en/reference/apache/functions/getallheaders.xml:1.6  Wed Nov 26 19:50:00 
2003
+++ phpdoc/en/reference/apache/functions/getallheaders.xml  Sun Dec  7 16:12:58 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -28,10 +28,10 @@
   Apache Module.
  
 
+&reference.apache.note-nsapi-module;
 
  See also apache_request_headers.
 
-&reference.apache.note-nsapi-module;

   
 


[PHP-DOC] cvs: phpdoc /en/reference/apache/functions getallheaders.xml

2002-07-11 Thread Philip Olson

philip  Thu Jul 11 17:42:57 2002 EDT

  Modified files:  
/phpdoc/en/reference/apache/functions   getallheaders.xml 
  Log:
  : This became an alias in PHP 4.3.0
  
  
Index: phpdoc/en/reference/apache/functions/getallheaders.xml
diff -u phpdoc/en/reference/apache/functions/getallheaders.xml:1.3 
phpdoc/en/reference/apache/functions/getallheaders.xml:1.4
--- phpdoc/en/reference/apache/functions/getallheaders.xml:1.3  Thu Jul 11 17:34:24 
2002
+++ phpdoc/en/reference/apache/functions/getallheaders.xml  Thu Jul 11 17:42:57 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -19,6 +19,15 @@
  Please read the apache_request_headers 
  documentation for more information on how this function works.
 
+
+ 
+  In PHP 4.3.0, getallheaders became an 
+  alias for apache_request_headers.
+  Essentially, it was renamed.  This is because this function 
+  only works when PHP is compiled as an 
+  Apache Module.
+ 
+
 
  See also apache_request_headers.
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/apache/functions getallheaders.xml

2002-07-11 Thread Philip Olson

philip  Thu Jul 11 17:34:24 2002 EDT

  Modified files:  
/phpdoc/en/reference/apache/functions   getallheaders.xml 
  Log:
  Moved documentation to apache_request_headers().  This is now an alias 
  for that function, as of PHP 4.3.0
  
  
Index: phpdoc/en/reference/apache/functions/getallheaders.xml
diff -u phpdoc/en/reference/apache/functions/getallheaders.xml:1.2 
phpdoc/en/reference/apache/functions/getallheaders.xml:1.3
--- phpdoc/en/reference/apache/functions/getallheaders.xml:1.2  Wed Apr 17 02:36:20 
2002
+++ phpdoc/en/reference/apache/functions/getallheaders.xml  Thu Jul 11 17:34:24 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -13,42 +13,14 @@
   
  
 
- This function returns an associative array of all the HTTP
- headers in the current request.
+ getallheaders is an alias for 
+ apache_request_headers.  It will return an 
+ associative array of all the HTTP headers in the current request.
+ Please read the apache_request_headers 
+ documentation for more information on how this function works.
 
 
- 
-  
-   You can also get at the value of the common CGI variables by
-   reading them from the environment, which works whether or not
-   you are using PHP as an Apache module. Use
-   phpinfo to see a list of all of the
-   environment variables defined this way.
-  
- 
-
-
- 
-  getallheaders Example
-  
-
-  
- 
-
-
- This example will display all the request headers for the current
- request.
- 
-  
-   getallheaders is currently only supported
-   when PHP runs as an Apache module.
-  
- 
+ See also apache_request_headers.
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php