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 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<chapter id="configuration">
<title>Runtime Configuration</title>
@@ -35,9 +35,9 @@
<para>
As of PHP 5.2.0, the following registry locations are searched in
order:
- <literal>HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y.z</literal>,
- <literal>HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x.y</literal> and
- <literal>HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath\x</literal>, where
+ <literal>HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z\IniFilePath</literal>,
+ <literal>HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y\IniFilePath</literal> and
+ <literal>HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath</literal>, where
x, y and z mean the PHP major, minor and release versions.
</para>
</listitem>