mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b460464a2
commit
165eb99270
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>List of core &php.ini; directives</title>
|
||||
|
@ -859,7 +859,7 @@ include_path=".;c:\php\includes"
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.cgi.fix_pathinfo">
|
||||
<varlistentry id="ini.cgi.fix-pathinfo">
|
||||
<term>
|
||||
<parameter>cgi.fix_pathinfo</parameter>
|
||||
<type>boolean</type>
|
||||
|
@ -956,7 +956,7 @@ include_path=".;c:\php\includes"
|
|||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="ini.sect.file_uploads">
|
||||
<sect1 id="ini.sect.file-uploads">
|
||||
<title>File Uploads</title>
|
||||
<para>
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue