mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
d5414131d5
commit
ac63db6f42
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue