vrana Mon Mar 21 06:28:07 2005 EDT
Modified files:
/phpdoc/en/install ini.xml
/phpdoc/en/appendices ini.xml
Log:
Windows registry can't modify PHP_INI_PERDIR (bug #32337)
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.4 phpdoc/en/install/ini.xml:1.5
--- phpdoc/en/install/ini.xml:1.4 Tue Feb 15 04:11:50 2005
+++ phpdoc/en/install/ini.xml Mon Mar 21 06:28:06 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<chapter id="configuration">
<title>Runtime Configuration</title>
@@ -217,6 +217,8 @@
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.
</simpara>
</sect2>
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.13 phpdoc/en/appendices/ini.xml:1.14
--- phpdoc/en/appendices/ini.xml:1.13 Fri Feb 25 15:39:01 2005
+++ phpdoc/en/appendices/ini.xml Mon Mar 21 06:28:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@@ -2077,7 +2077,8 @@
<row>
<entry>PHP_INI_USER</entry>
<entry>1</entry>
- <entry>Entry can be set in user scripts</entry>
+ <entry>Entry can be set in user scripts or in <link
+ linkend="configuration.changes.windows">Windows registry</link></entry>
<entry></entry>
</row>
<row>