mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
id and link corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83671 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
47e708b23e
commit
b18accca84
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.53 $ -->
|
||||
<!-- $Revision: 1.54 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -658,7 +658,7 @@ include_path=".;c:\www\phplib"
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.post_max_size">
|
||||
<varlistentry id="ini.post-max-size">
|
||||
<term>
|
||||
<parameter>post_max_size</parameter>
|
||||
<type>integer</type>
|
||||
|
@ -667,7 +667,7 @@ include_path=".;c:\www\phplib"
|
|||
<simpara>
|
||||
Sets max size of post data allowed. This setting also affects
|
||||
file upload. To upload large files, this value must be larger
|
||||
than <link linkend="upload-max-filesize">upload_max_filesize</link>.
|
||||
than <link linkend="ini.upload-max-filesize">upload_max_filesize</link>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If memory limit is enabled by configure script, <link
|
||||
|
@ -873,7 +873,7 @@ include_path=".;c:\www\phplib"
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.safe-mode-include--dir">
|
||||
<varlistentry id="ini.safe-mode-include-dir">
|
||||
<term>
|
||||
<parameter>safe_mode_include_dir</parameter>
|
||||
<type>string</type>
|
||||
|
|
Loading…
Reference in a new issue