[PHP-DOC] cvs: phpdoc /en/install ini.xml

2007-08-20 Thread Jakub Vrana
vrana   Mon Aug 20 13:21:24 2007 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  php_admin_* can be changed in VirtualHost (bug #35261)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.19 phpdoc/en/install/ini.xml:1.20
--- phpdoc/en/install/ini.xml:1.19  Wed Jun 20 22:24:11 2007
+++ phpdoc/en/install/ini.xml   Mon Aug 20 13:21:24 2007
@@ -1,5 +1,5 @@
 
-
+
  http://docbook.org/ns/docbook"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
   Runtime Configuration
 
@@ -195,7 +195,7 @@
  Sets the value of the specified directive.
  This can not be used in &htaccess; files.
  Any directive type set with php_admin_value
- can not be overridden by &htaccess; or virtualhost directives.
+ can not be overridden by &htaccess;.
  To clear a previously set value use none as the 
value.
 

@@ -211,7 +211,7 @@
  Used to set a boolean configuration directive.
  This can not be used in &htaccess; files.
  Any directive type set with php_admin_flag
- can not be overridden by &htaccess; or virtualhost directives.
+ can not be overridden by &htaccess;.
 

   


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2007-02-03 Thread Nuno Lopes
nlopess Sat Feb  3 23:49:44 2007 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  fix bug #40345: correct windows registry locations
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.17 phpdoc/en/install/ini.xml:1.18
--- phpdoc/en/install/ini.xml:1.17  Thu Jan 18 19:44:01 2007
+++ phpdoc/en/install/ini.xml   Sat Feb  3 23:49:44 2007
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -35,9 +35,9 @@
   
As of PHP 5.2.0, the following registry locations are searched in
order:
-   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y.z,
-   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y and
-   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x, where
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath,
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y\IniFilePath and
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where
x, y and z mean the PHP major, minor and release versions.
   
  


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2007-01-18 Thread Nuno Lopes
nlopess Thu Jan 18 19:44:02 2007 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  since -> as of
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.16 phpdoc/en/install/ini.xml:1.17
--- phpdoc/en/install/ini.xml:1.16  Thu Jan 18 19:22:01 2007
+++ phpdoc/en/install/ini.xml   Thu Jan 18 19:44:01 2007
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -33,7 +33,7 @@
  
  
   
-   Since PHP 5.2.0, the following registry locations are searched in
+   As of PHP 5.2.0, the following registry locations are searched in
order:
HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y.z,
HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y and


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2007-01-18 Thread Nuno Lopes
nlopess Thu Jan 18 19:22:01 2007 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  add windows registry versioned keys (php 5.2)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.15 phpdoc/en/install/ini.xml:1.16
--- phpdoc/en/install/ini.xml:1.15  Thu Nov  9 15:50:45 2006
+++ phpdoc/en/install/ini.xml   Thu Jan 18 19:22:01 2007
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -33,6 +33,16 @@
  
  
   
+   Since PHP 5.2.0, the following registry locations are searched in
+   order:
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y.z,
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y and
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x, where
+   x, y and z mean the PHP major, minor and release versions.
+  
+ 
+ 
+  
HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath
(Windows Registry location)
   


[PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/windows iis.xml manual.xml

2006-11-09 Thread Nuno Lopes
nlopess Thu Nov  9 15:50:45 2006 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
/phpdoc/en/install/windows  iis.xml manual.xml 
  Log:
  add Apache 2.2 sapi
  fix the php.ini search order for CLI sapi
  remove reference to php.ini beeing search on the PATH(#39432)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.14 phpdoc/en/install/ini.xml:1.15
--- phpdoc/en/install/ini.xml:1.14  Tue Jul  4 11:03:22 2006
+++ phpdoc/en/install/ini.xml   Thu Nov  9 15:50:45 2006
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -39,7 +39,7 @@
  
  
   
-   Current working directory (for CLI)
+   Current working directory (except CLI)
   
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/windows/iis.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/install/windows/iis.xml
diff -u phpdoc/en/install/windows/iis.xml:1.18 
phpdoc/en/install/windows/iis.xml:1.19
--- phpdoc/en/install/windows/iis.xml:1.18  Thu Apr 20 15:33:05 2006
+++ phpdoc/en/install/windows/iis.xml   Thu Nov  9 15:50:45 2006
@@ -1,5 +1,5 @@
 
-
+
 
  Microsoft IIS / PWS
  
@@ -42,8 +42,8 @@
 
  
   Modify the Windows PATH environment variable to 
-  include the PHP directory. This way the PHP DLL files, PHP executables, 
-  and &php.ini; can all remain in the PHP directory without cluttering
+  include the PHP directory. This way the PHP DLL files and PHP executables
+  can all remain in the PHP directory without cluttering
   up the Windows system directory. For more details, see the FAQ on 
   Setting the PATH.
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/windows/manual.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/install/windows/manual.xml
diff -u phpdoc/en/install/windows/manual.xml:1.19 
phpdoc/en/install/windows/manual.xml:1.20
--- phpdoc/en/install/windows/manual.xml:1.19   Wed Nov 30 20:53:45 2005
+++ phpdoc/en/install/windows/manual.xmlThu Nov  9 15:50:45 2006
@@ -1,5 +1,5 @@
 
-
+

 Manual Installation Steps
 
@@ -230,6 +230,9 @@
sapi/php4apache2.dll (php5apache2.dll) - Apache 
2.0.x module.
   
   
+   sapi/php5apache2_2.dll - Apache 2.2.x module.
+  
+  
sapi/php4isapi.dll (php5isapi.dll) - ISAPI Module
for ISAPI compliant web servers like IIS 4.0/PWS 4.0 or newer.
   


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2006-07-04 Thread Nuno Lopes
nlopess Tue Jul  4 11:03:22 2006 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  exchange the PHPRC var and the registry key order for php 5.2
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.13 phpdoc/en/install/ini.xml:1.14
--- phpdoc/en/install/ini.xml:1.13  Thu May 11 09:38:23 2006
+++ phpdoc/en/install/ini.xml   Tue Jul  4 11:03:22 2006
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -27,13 +27,14 @@
  
  
   
-   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath
-   (Windows Registry location)
+   The PHPRC environment variable. Before PHP 5.2.0
+   this was checked after the registry key mentioned below.
   
  
  
   
-   The PHPRC environment variable
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath
+   (Windows Registry location)
   
  
  


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2006-05-11 Thread Oliver Albers
simpThu May 11 09:38:23 2006 UTC

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  minor markup changes
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/install/ini.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.12 phpdoc/en/install/ini.xml:1.13
--- phpdoc/en/install/ini.xml:1.12  Mon Oct  3 14:57:35 2005
+++ phpdoc/en/install/ini.xml   Thu May 11 09:38:23 2006
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -255,8 +255,9 @@
   directory or any subdirectory of it. The values under the key
   should have the name of the PHP configuration directive and the
   string value. PHP constants in the values are not parsed. 
-  However, only configuration values changeable in PHP_INI_USER can be set
-  this way, PHP_INI_PERDIR values can not.
+  However, only configuration values changeable in 
+  PHP_INI_USER can be set
+  this way, PHP_INI_PERDIR values can not.
  




Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-10-03 Thread Jakub Vrana
Derick Rethans wrote:
> I think it's also truw for CGI btw.

No:

php_ini.c:
>> /* Add cwd (only with CLI) */
>> if (strcmp(sapi_module.name, "cli") == 0) {
>> if (*php_ini_search_path) {
>> strcat(php_ini_search_path, paths_separator);
>> }
>> strcat(php_ini_search_path, ".");
>> }

Jakub Vrana


Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-10-03 Thread Jakub Vrana
Nuno Lopes wrote:
> Please revert. This was correct! (cwd is used in CLI SAPI)
> take a look at my filemon's log:

I'm sorry, I was confused. cwd is not used on my box and I don't know
why. I don't use -c, don't have IniFilePath in registry and don't have
PHPRC set. Filemon says:

> 16:49:11  php.exe:1436QUERY INFORMATION   C:\Program 
> Files\PHP\php-cli.iniNOT FOUND   Attributes: Error
> 16:49:11  php.exe:1436QUERY INFORMATION   C:\Program 
> Files\PHP\php-cli.iniNOT FOUND   Attributes: Error   
> 16:49:11  php.exe:1436OPENC:\Program Files\PHP\php-cli.ini
> NOT FOUND   Options: Open  Access: All  
> 16:49:11  php.exe:1436QUERY INFORMATION   C:\WINDOWS\php-cli.ini  
> NOT FOUND   Attributes: Error   
> 16:49:11  php.exe:1436QUERY INFORMATION   C:\WINDOWS\php-cli.ini  
> NOT FOUND   Attributes: Error   
> 16:49:11  php.exe:1436OPENC:\WINDOWS\php-cli.ini  NOT FOUND   
> Options: Open  Access: All  
> 16:49:11  php.exe:1436QUERY INFORMATION   C:\WINDOWS\php-cli.ini  
> NOT FOUND   Attributes: Error   
> 16:49:11  php.exe:1436QUERY INFORMATION   C:\WINDOWS\php-cli.ini  
> NOT FOUND   Attributes: Error   
> 16:49:11  php.exe:1436OPENC:\WINDOWS\php-cli.ini  NOT FOUND   
> Options: Open  Access: All  
> 16:49:11  php.exe:1436QUERY INFORMATION   C:\Program 
> Files\PHP\php.iniSUCCESS Attributes: A   

Jakub Vrana


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-10-03 Thread Jakub Vrana
vrana   Mon Oct  3 10:57:37 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  Revert
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.11 phpdoc/en/install/ini.xml:1.12
--- phpdoc/en/install/ini.xml:1.11  Tue Sep 27 05:27:44 2005
+++ phpdoc/en/install/ini.xml   Mon Oct  3 10:57:35 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -38,6 +38,11 @@
  
  
   
+   Current working directory (for CLI)
+  
+ 
+ 
+  
The web server's directory (for SAPI modules), or directory of PHP
(otherwise in Windows)
   


Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-10-02 Thread Derick Rethans
On Sun, 2 Oct 2005, Nuno Lopes wrote:

> Please revert. This was correct! (cwd is used in CLI SAPI)
> take a look at my filemon's log:

I think it's also truw for CGI btw.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-10-02 Thread Nuno Lopes

vrana Tue Sep 27 05:27:44 2005 EDT

 Modified files:
   /phpdoc/en/install ini.xml
 Log:
 cwd is not used

http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.10 phpdoc/en/install/ini.xml:1.11
--- phpdoc/en/install/ini.xml:1.10 Thu Jul  7 09:43:21 2005
+++ phpdoc/en/install/ini.xml Tue Sep 27 05:27:44 2005
@@ -1,5 +1,5 @@

-
+
 
  Runtime Configuration

@@ -38,11 +38,6 @@
 
 
  
-   Current working directory (for CLI)
-  
- 
- 
-  
   The web server's directory (for SAPI modules), or directory of PHP
   (otherwise in Windows)
  



Please revert. This was correct! (cwd is used in CLI SAPI)
take a look at my filemon's log:
C:\Documents and Settings\Nuno>php -v
(...)
283 22:00:23 php.exe:3332 QUERY INFORMATION C:\Documents and 
Settings\Nuno\php-cli.ini FILE NOT FOUND Attributes: Error
284 22:00:23 php.exe:3332 QUERY INFORMATION C:\Documents and 
Settings\Nuno\php-cli.ini FILE NOT FOUND Attributes: Error
285 22:00:23 php.exe:3332 OPEN C:\Documents and Settings\Nuno\php-cli.ini 
FILE NOT FOUND Options: Open  Access: All
286 22:00:23 php.exe:3332 QUERY INFORMATION C:\php\php-cli.ini FILE NOT 
FOUND Attributes: Error
287 22:00:23 php.exe:3332 QUERY INFORMATION C:\php\php-cli.ini FILE NOT 
FOUND Attributes: Error
288 22:00:23 php.exe:3332 OPEN C:\php\php-cli.ini FILE NOT FOUND Options: 
Open  Access: All
289 22:00:23 php.exe:3332 QUERY INFORMATION C:\WINDOWS\php-cli.ini FILE NOT 
FOUND Attributes: Error
290 22:00:23 php.exe:3332 QUERY INFORMATION C:\WINDOWS\php-cli.ini FILE NOT 
FOUND Attributes: Error
291 22:00:23 php.exe:3332 OPEN C:\WINDOWS\php-cli.ini FILE NOT FOUND 
Options: Open  Access: All
292 22:00:23 php.exe:3332 QUERY INFORMATION C:\WINDOWS\php-cli.ini FILE NOT 
FOUND Attributes: Error
293 22:00:23 php.exe:3332 QUERY INFORMATION C:\WINDOWS\php-cli.ini FILE NOT 
FOUND Attributes: Error
294 22:00:23 php.exe:3332 OPEN C:\WINDOWS\php-cli.ini FILE NOT FOUND 
Options: Open  Access: All
295 22:00:23 php.exe:3332 QUERY INFORMATION C:\Documents and 
Settings\Nuno\php.ini FILE NOT FOUND Attributes: Error
296 22:00:23 php.exe:3332 QUERY INFORMATION C:\Documents and 
Settings\Nuno\php.ini FILE NOT FOUND Attributes: Error
297 22:00:23 php.exe:3332 OPEN C:\Documents and Settings\Nuno\php.ini FILE 
NOT FOUND Options: Open  Access: All
298 22:00:23 php.exe:3332 QUERY INFORMATION C:\php\php.ini SUCCESS 
Attributes: A



Nuno 


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-09-27 Thread Jakub Vrana
vrana   Tue Sep 27 05:27:44 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  cwd is not used
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.10 phpdoc/en/install/ini.xml:1.11
--- phpdoc/en/install/ini.xml:1.10  Thu Jul  7 09:43:21 2005
+++ phpdoc/en/install/ini.xml   Tue Sep 27 05:27:44 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -38,11 +38,6 @@
  
  
   
-   Current working directory (for CLI)
-  
- 
- 
-  
The web server's directory (for SAPI modules), or directory of PHP
(otherwise in Windows)
   


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-07-07 Thread Jakub Vrana
vrana   Thu Jul  7 09:43:21 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  PHP 5.1 allows referring to existing .ini variables (bug #33574)
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.9 phpdoc/en/install/ini.xml:1.10
--- phpdoc/en/install/ini.xml:1.9   Wed Apr 27 04:48:11 2005
+++ phpdoc/en/install/ini.xml   Thu Jul  7 09:43:21 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -101,6 +101,11 @@
 
 

+   
+Since PHP 5.1.0, it is possible to refer to existing .ini variables from
+within .ini files. Example: open_basedir = ${open_basedir}
+":/new/dir".
+   
   
 
   


[PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/windows manual.xml

2005-04-27 Thread Jakub Vrana
vrana   Wed Apr 27 04:48:12 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
/phpdoc/en/install/windows  manual.xml 
  Log:
  Possible locations of php.ini (bug #21783)
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.8 phpdoc/en/install/ini.xml:1.9
--- phpdoc/en/install/ini.xml:1.8   Tue Apr 26 12:21:17 2005
+++ phpdoc/en/install/ini.xml   Wed Apr 27 04:48:11 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -15,14 +15,46 @@
 every invocation.


-The default location of &php.ini; is a compile time option (see the FAQ entry), but can be changed
-for the CGI and CLI version with the
--c command line switch, see the chapter about using
-PHP from the command line. You can also use the
-environment variable PHPRC for an additional path to
-search for a &php.ini; file.
+&php.ini; is searched in these locations (in order):
+
+ 
+  
+   SAPI module specific location (PHPIniDir directive
+   in Apache 2, -c command line option in CGI and CLI,
+   php_ini parameter in NSAPI,
+   PHP_INI_PATH environment variable in THTTPD)
+  
+ 
+ 
+  
+   HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath
+   (Windows Registry location)
+  
+ 
+ 
+  
+   The PHPRC environment variable
+  
+ 
+ 
+  
+   Current working directory (for CLI)
+  
+ 
+ 
+  
+   The web server's directory (for SAPI modules), or directory of PHP
+   (otherwise in Windows)
+  
+ 
+ 
+  
+   Windows directory (C:\windows
+   or C:\winnt) (for Windows), or
+   --with-config-file-path compile time option
+  
+ 
+ 


 If php-SAPI.ini exists (where SAPI is used SAPI, so 
the
http://cvs.php.net/diff.php/phpdoc/en/install/windows/manual.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/install/windows/manual.xml
diff -u phpdoc/en/install/windows/manual.xml:1.17 
phpdoc/en/install/windows/manual.xml:1.18
--- phpdoc/en/install/windows/manual.xml:1.17   Tue Apr  5 13:24:04 2005
+++ phpdoc/en/install/windows/manual.xmlWed Apr 27 04:48:12 2005
@@ -1,5 +1,5 @@
 
-
+

 Manual Installation Steps
 
@@ -307,37 +307,8 @@
  manually yourself. If you would like to achieve the best security, then
  this is the way for you, although PHP works fine with these default ini
  files. Copy your chosen ini-file to a directory that PHP is able to find
- and rename it to &php.ini;. PHP searches for &php.ini; in the following
- locations (in order):
- 
-  
-   
-PHPIniDir directive (Apache 2 module only)
-   
-  
-  
-   
-HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath
-   
-  
-  
-   
-The PHPRC environment variable
-   
-  
-  
-   
-Directory of PHP (for CLI), or the web server's directory (for 
-SAPI modules)
-   
-  
-  
-   
-Windows directory (C:\windows
-or C:\winnt)
-   
-  
-  
+ and rename it to &php.ini;. PHP searches for &php.ini; in the locations
+ described in  section.
 
 
  If you are running Apache 2, the simpler option is to use the PHPIniDir


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-04-26 Thread Jakub Vrana
vrana   Tue Apr 26 12:21:17 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  Typo
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.7 phpdoc/en/install/ini.xml:1.8
--- phpdoc/en/install/ini.xml:1.7   Tue Apr 26 12:16:03 2005
+++ phpdoc/en/install/ini.xml   Tue Apr 26 12:21:17 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -40,7 +40,7 @@
 The &php.ini; directives handled by extensions are documented respectively
 on the pages of the extensions themselves. The list of
 the core directives is available in the appendix. Probably not all
-the PHP directives are documented in the manual though. For a completel 
list
+PHP directives are documented in the manual though. For a complete list
 of directives available in your PHP version, please read your well 
commented
 &php.ini; file. Alternatively, you may find the
 the latest &php.ini; from CVS


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-04-26 Thread Jakub Vrana
vrana   Tue Apr 26 12:16:05 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  Observing SAPI name (part of bug #21783)
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.6 phpdoc/en/install/ini.xml:1.7
--- phpdoc/en/install/ini.xml:1.6   Tue Mar 29 16:29:18 2005
+++ phpdoc/en/install/ini.xml   Tue Apr 26 12:16:03 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -28,6 +28,7 @@
 If php-SAPI.ini exists (where SAPI is used SAPI, so 
the
 filename is e.g. php-cli.ini or
 php-apache.ini), it's used instead of &php.ini;.
+SAPI name can be determined by php_sapi_name.


 


[PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/unix apache2.xml

2005-03-29 Thread Philip Olson
philip  Tue Mar 29 16:29:18 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
/phpdoc/en/install/unix apache2.xml 
  Log:
  More descriptive links (as to generate a more friendly install-*.txt file)
  
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.5 phpdoc/en/install/ini.xml:1.6
--- phpdoc/en/install/ini.xml:1.5   Mon Mar 21 06:28:06 2005
+++ phpdoc/en/install/ini.xml   Tue Mar 29 16:29:18 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -87,8 +87,8 @@
  to change the PHP configuration from within the Apache configuration
  files.  For a listing of which directives are 
  PHP_INI_ALL, PHP_INI_PERDIR, 
- or PHP_INI_SYSTEM, have a look at
- .
+ or PHP_INI_SYSTEM, have a look at the
+ List of php.ini directives appendix.
 
 
 
http://cvs.php.net/diff.php/phpdoc/en/install/unix/apache2.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/install/unix/apache2.xml
diff -u phpdoc/en/install/unix/apache2.xml:1.4 
phpdoc/en/install/unix/apache2.xml:1.5
--- phpdoc/en/install/unix/apache2.xml:1.4  Sun Sep 19 17:16:26 2004
+++ phpdoc/en/install/unix/apache2.xml  Tue Mar 29 16:29:18 2005
@@ -1,5 +1,5 @@
 
-
+

 Apache 2.0 on Unix systems
 
@@ -134,8 +134,9 @@
 
 
  
-  If you want to use content negotiation, read
-  related FAQ.
+  If you want to use content negotiation, read the 
+  Apache MultiViews 
+  FAQ.
  
 
 


[PHP-DOC] cvs: phpdoc /en/install ini.xml

2005-02-15 Thread Jakub Vrana
vrana   Tue Feb 15 04:11:51 2005 EDT

  Modified files:  
/phpdoc/en/install  ini.xml 
  Log:
  INI directives have been moved to the appendix
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.3 phpdoc/en/install/ini.xml:1.4
--- phpdoc/en/install/ini.xml:1.3   Thu Aug 12 21:00:42 2004
+++ phpdoc/en/install/ini.xml   Tue Feb 15 04:11:50 2005
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -87,8 +87,8 @@
  to change the PHP configuration from within the Apache configuration
  files.  For a listing of which directives are 
  PHP_INI_ALL, PHP_INI_PERDIR, 
- or PHP_INI_SYSTEM, have a look at the table
- found within the ini_set documentation.
+ or PHP_INI_SYSTEM, have a look at
+ .
 
 
 


Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/windows activescript.xml index.xml

2004-08-07 Thread Gabor Hojtsy
There needs to be a few sentences on what ActiveScript is, and what does
the PHP activescript SAPI allow you. Also that it also only works on
Windows, and there is no point in searching for that in the Linux part :)
done!
Good.
Goba


Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/windows activescript.xml index.xml

2004-08-07 Thread Nuno Lopes

> >
http://cvs.php.net/co.php/phpdoc/en/install/windows/activescript.xml?r=1.1&p=1
> > Index: phpdoc/en/install/windows/activescript.xml
> > +++ phpdoc/en/install/windows/activescript.xml
> > 
> > 
> >
> > ActiveScript
> > 
> >  This section contains notes specific to the ActiveScript
installation.
> > 
>
> There needs to be a few sentences on what ActiveScript is, and what does
> the PHP activescript SAPI allow you. Also that it also only works on
> Windows, and there is no point in searching for that in the Linux part :)

done!

Thanks,
Nuno


Re: [PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/windows activescript.xml index.xml

2004-08-06 Thread Gabor Hojtsy
http://cvs.php.net/co.php/phpdoc/en/install/windows/activescript.xml?r=1.1&p=1
Index: phpdoc/en/install/windows/activescript.xml
+++ phpdoc/en/install/windows/activescript.xml


   
ActiveScript

 This section contains notes specific to the ActiveScript installation.

There needs to be a few sentences on what ActiveScript is, and what does 
the PHP activescript SAPI allow you. Also that it also only works on 
Windows, and there is no point in searching for that in the Linux part :)

 To test if ActiveScript is working, create a new file, named
 test.wsf (the extension is very important) and type:
 

 
 If you receive a little window saying "Hello World!" you're done.
You need to run it (by double clicking?), so it produces the output! :)
Goba


[PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/windows activescript.xml index.xml

2004-08-06 Thread Nuno Lopes
nlopess Fri Aug  6 11:09:50 2004 EDT

  Added files: 
/phpdoc/en/install/windows  activescript.xml 

  Modified files:  
/phpdoc/en/install  ini.xml 
/phpdoc/en/install/windows  index.xml 
  Log:
  add activescript
  
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.1 phpdoc/en/install/ini.xml:1.2
--- phpdoc/en/install/ini.xml:1.1   Tue Jun  8 17:47:58 2004
+++ phpdoc/en/install/ini.xml   Fri Aug  6 11:09:50 2004
@@ -1,5 +1,5 @@
 
-
+
  
   Runtime Configuration
 
@@ -23,6 +23,11 @@
 linkend="features.commandline">command line. You can also use the
 environment variable PHPRC for an additional path to
 search for a &php.ini; file.
+   
+   
+If php-SAPI.ini exists (where SAPI is used SAPI, so the
+filename is e.g. php-cli.ini or
+php-apache.ini), it's used instead of &php.ini;.


 
http://cvs.php.net/diff.php/phpdoc/en/install/windows/index.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/install/windows/index.xml
diff -u phpdoc/en/install/windows/index.xml:1.11 
phpdoc/en/install/windows/index.xml:1.12
--- phpdoc/en/install/windows/index.xml:1.11Thu Aug  5 08:33:12 2004
+++ phpdoc/en/install/windows/index.xml Fri Aug  6 11:09:50 2004
@@ -1,5 +1,5 @@
 
-
+
   
Installation on Windows systems

@@ -33,6 +33,7 @@

&install.windows.installer;
&install.windows.manual;
+   &install.windows.activescript;
&install.windows.iis;
&install.windows.apache1;
&install.windows.apache2;

http://cvs.php.net/co.php/phpdoc/en/install/windows/activescript.xml?r=1.1&p=1
Index: phpdoc/en/install/windows/activescript.xml
+++ phpdoc/en/install/windows/activescript.xml


   
ActiveScript

 This section contains notes specific to the ActiveScript installation.


 As of PHP 5.0.1, ActiveScript has been moved to the PECL repository. &pecl.windows.download;


 
  You should read the manual
   installation steps first!
 


 After installing PHP, you should download the ActiveScript DLL
 (php5activescript.dll) and place it in the main PHP
 folder (e.g. C:\php).


 After having all the files needed, you must register the DLL on your
 system. To achieve this, open a Command Prompt window (located in the
 Start Menu). Then go to your PHP directory by typing something like
 cd C:\php. To register the DLL just type
 regsvr32 php5activescript.dll.


 To test if ActiveScript is working, create a new file, named
 test.wsf (the extension is very important) and type:
 

 
 If you receive a little window saying "Hello World!" you're done.


 
  ActiveScript doens't use the default &php.ini; file. Instead, it will
  look only in the same directory as the .exe that caused it to load. You
  should create php-activescript.ini and place it in
  that folder, if you wish to load extensions, etc.
 

   




[PHP-DOC] cvs: phpdoc /en/install ini.xml /en/install/unix apache1.xml apache2.xml caudium.xml commandline.xml fhttpd.xml hpux.xml index.xml openbsd.xml solaris.xml sun.xml

2004-06-08 Thread Gabor Hojtsy
This is a MIME encoded message
gobaTue Jun  8 17:47:58 2004 EDT

  Added files: 
/phpdoc/en/install  ini.xml 
/phpdoc/en/install/unix apache1.xml apache2.xml caudium.xml 
commandline.xml fhttpd.xml hpux.xml 
index.xml openbsd.xml solaris.xml sun.xml 
  Log:
  Unix part (see status report mail on mailing list); also adding a copy of the config 
section (ini.xml) here
  
http://cvs.php.net/co.php/phpdoc/en/install/ini.xml?r=1.1&p=1
Index: phpdoc/en/install/ini.xml
+++ phpdoc/en/install/ini.xml


 
  Runtime Configuration

  
   The configuration file

   
The configuration file (called php3.ini in
PHP 3, and simply &php.ini; as of PHP 4)
is read when PHP starts up. For the server module versions of PHP,
this happens only once when the web server is started. For the
CGI and CLI version, it happens on
every invocation.
   
   
The default location of &php.ini; is a compile time option (see the FAQ entry), but can be changed
for the CGI and CLI version with the
-c command line switch, see the chapter about using
PHP from the command line. You can also use the
environment variable PHPRC for an additional path to
search for a &php.ini; file.
   
   

 The Apache web server changes the directory to root at startup causing
 PHP to attempt to read &php.ini; from the root filesystem if it exists.

   
   
The &php.ini; directives handled by extensions are documented respectively
on the pages of the extensions themselfs. The list of
the core directives is available in the appendix. Probably not all
the PHP directives are documented in the manual though. For a completel list
of directives available in your PHP version, please read your well commented
&php.ini; file. Alternatively, you may find the
the latest &php.ini; from CVS
helpful too.
   
   

 &php.ini; example
 




   
  

  
   How to change configuration settings

   
Running PHP as an Apache module

 When using PHP as an Apache module, you can also change the
 configuration settings using directives in Apache configuration
 files (e.g. &httpd.conf;) and &htaccess; files. You will need
 "AllowOverride Options" or "AllowOverride All" privileges to do so.



 With PHP 4 and PHP 5, there are several Apache directives that allow you
 to change the PHP configuration from within the Apache configuration
 files.  For a listing of which directives are 
 PHP_INI_ALL, PHP_INI_PERDIR, 
 or PHP_INI_SYSTEM, have a look at the table
 found within the ini_set documentation.



 
  With PHP 3, there are Apache directives that correspond to each
  configuration setting in the php3.ini name,
  except the name is prefixed by "php3_".
 



 
  
   
php_value
name
value
   
   

 Sets the value of the specified directive.
 Can be used only with PHP_INI_ALL and 
PHP_INI_PERDIR type directives.
 To clear a previously set value use none as the value.


 
  Don't use php_value to set boolean 
values.
  php_flag (see below) should be 
used instead.
 

   
  
  
   
php_flag
name
on|off
   
   

 Used to set a boolean configuration directive.
 Can be used only with PHP_INI_ALL and
 PHP_INI_PERDIR type directives.

   
  
  
   
php_admin_value
name
value
   
   

 Sets the value of the specified directive.
 This can not be used in &htaccess; files.
 Any directive type set with php_admin_value
 can not be overridden by &htaccess; or virtualhost directives.
 To clear a previously set value use none as the value.

   
  
  
   
php_admin_flag
name
on|off
   
   

 Used to set a boolean configuration directive.
 This can not be used in &htaccess; files.
 Any directive type set with php_admin_flag
 can not be overridden by &htaccess; or virtualhost directives.

   
  
 


 
  Apache configuration example
  

  
 


 
  PHP constants do not exist outside of PHP. For example, in 
  &httpd.conf; you can not use PHP constants 
  such as E_ALL or E_NOTICE 
  to set the error_reporting 
  directive as they will have no meaning and will evaluate to
  0. Use the associated bitmask values instead.
  These constants can be used in &php.ini;
 

   

   
Changing PHP configuration via the Windows registry
 
  When running PHP on Windows, the configuration values can be
  modified on