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

2005-04-08 Thread Matthew Li
mazzanetFri Apr  8 07:11:38 2005 EDT

  Modified files:  
/phpdoc/en/reference/apache/functions   apache-setenv.xml 
  Log:
  Function only available in Apache 2
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-setenv.xml?r1=1.6r2=1.7ty=u
Index: phpdoc/en/reference/apache/functions/apache-setenv.xml
diff -u phpdoc/en/reference/apache/functions/apache-setenv.xml:1.6 
phpdoc/en/reference/apache/functions/apache-setenv.xml:1.7
--- phpdoc/en/reference/apache/functions/apache-setenv.xml:1.6  Fri Apr  1 
21:18:32 2005
+++ phpdoc/en/reference/apache/functions/apache-setenv.xml  Fri Apr  8 
07:11:36 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/apache.xml, last change in rev 1.7 --
 refentry id=function.apache-setenv
  refnamediv
@@ -20,6 +20,9 @@
environment variable specified by
parametervariable/parameter.
   /para
+  para
+   This function requires Apache 2 otherwise it's undefined.
+  /para
   note
para
 When setting an Apache environment variable, the corresponding 


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

2005-04-08 Thread Jakub Vrana
Matthew Li wrote:
 /phpdoc/en/reference/apache/functions apache-setenv.xml
   Function only available in Apache 2
  
Are you sure?

http://cvs.php.net/co.php/php-src/sapi/apache/php_apache.c#390

Jakub Vrana


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

2005-04-08 Thread mazzanet
That's really weird.
Why is apache-getenv only in Apache 2 and apache-setenv in 1 and 2?

Jakub Vrana wrote:
Matthew Li wrote:
   /phpdoc/en/reference/apache/functionsapache-setenv.xml
 Function only available in Apache 2
  
Are you sure?

http://cvs.php.net/co.php/php-src/sapi/apache/php_apache.c#390
Jakub Vrana



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

2005-04-08 Thread Jakub Vrana
 That's really weird.
 Why is apache-getenv only in Apache 2 and apache-setenv in 1 and 2?

I don't know. I tested it under Apache 2 and get this:

apache_setenv(X, a) affects getenv(X) but putenv(X=a) doesn't
affect apache_getenv(X)

Purpose of this is maybe the same as why apache_getenv isn't in
Apache 1 :-).

Jakub Vrána


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

2005-04-08 Thread Matthew Li
mazzanetFri Apr  8 08:31:30 2005 EDT

  Modified files:  
/phpdoc/en/reference/apache/functions   apache-setenv.xml 
  Log:
  Reverting...
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-setenv.xml?r1=1.7r2=1.8ty=u
Index: phpdoc/en/reference/apache/functions/apache-setenv.xml
diff -u phpdoc/en/reference/apache/functions/apache-setenv.xml:1.7 
phpdoc/en/reference/apache/functions/apache-setenv.xml:1.8
--- phpdoc/en/reference/apache/functions/apache-setenv.xml:1.7  Fri Apr  8 
07:11:36 2005
+++ phpdoc/en/reference/apache/functions/apache-setenv.xml  Fri Apr  8 
08:31:26 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- splitted from ./en/functions/apache.xml, last change in rev 1.7 --
 refentry id=function.apache-setenv
  refnamediv
@@ -20,9 +20,6 @@
environment variable specified by
parametervariable/parameter.
   /para
-  para
-   This function requires Apache 2 otherwise it's undefined.
-  /para
   note
para
 When setting an Apache environment variable, the corresponding 


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

2004-08-22 Thread Dave Barr
daveSun Aug 22 06:57:40 2004 EDT

  Modified files:  
/phpdoc/en/reference/apache/functions   apache-setenv.xml 
  Log:
  - Typo.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/apache-setenv.xml?r1=1.3r2=1.4ty=u
Index: phpdoc/en/reference/apache/functions/apache-setenv.xml
diff -u phpdoc/en/reference/apache/functions/apache-setenv.xml:1.3 
phpdoc/en/reference/apache/functions/apache-setenv.xml:1.4
--- phpdoc/en/reference/apache/functions/apache-setenv.xml:1.3  Sun Aug 22 06:14:34 
2004
+++ phpdoc/en/reference/apache/functions/apache-setenv.xml  Sun Aug 22 06:57:39 
2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/apache.xml, last change in rev 1.7 --
   refentry id=function.apache-setenv
refnamediv
@@ -37,7 +37,7 @@
 /example
 para
  functionapache_setenv/function can be paired up with
- functionapache_getenv/function across seperate pages or for setting
+ functionapache_getenv/function across separate pages or for setting
  variables to pass to Server Side Includes (.shtml) that have been
  included in PHP scripts.
 /para