vrana Fri May 21 08:42:53 2004 EDT
Modified files: /phpdoc/en/chapters config.xml Log: Replace dashes with underscores http://cvs.php.net/diff.php/phpdoc/en/chapters/config.xml?r1=1.116&r2=1.117&ty=u Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.116 phpdoc/en/chapters/config.xml:1.117 --- phpdoc/en/chapters/config.xml:1.116 Sun Apr 11 11:41:59 2004 +++ phpdoc/en/chapters/config.xml Fri May 21 08:42:52 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.116 $ --> +<!-- $Revision: 1.117 $ --> <chapter id="configuration"> <title>Runtime Configuration</title> @@ -547,7 +547,7 @@ </thead> <tbody> <row> - <entry>track-vars</entry> + <entry>track_vars</entry> <entry>"On"</entry> <entry>PHP_INI_??</entry> </row> @@ -924,7 +924,7 @@ </para> <para> See also: <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>, - <link linkend="ini.magic-quotes-runtime">magic-quotes-runtime</link>, + <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>, and <link linkend="ini.magic-quotes-sybase">magic_quotes_sybase</link>. </para>