Replace dashes with underscores

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159260 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-05-21 12:42:52 +00:00
parent d5414131d5
commit ac63db6f42

View file

@ -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 @@ include_path = ".;c:\php\lib"
</thead>
<tbody>
<row>
<entry>track-vars</entry>
<entry>track_vars</entry>
<entry>"On"</entry>
<entry>PHP_INI_??</entry>
</row>
@ -924,7 +924,7 @@ include_path = ".;c:\php\lib"
</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>