mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Some directives' changeable is changed on PHP 4.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149302 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
68c1fd8f61
commit
3c7a3610da
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ini-set">
|
||||
<refnamediv>
|
||||
|
@ -885,7 +885,7 @@
|
|||
<row>
|
||||
<entry>html_errors</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>xmlrpc_errors</entry>
|
||||
|
@ -905,7 +905,7 @@
|
|||
<row>
|
||||
<entry>implicit_flush</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>log_errors</entry>
|
||||
|
@ -1080,7 +1080,7 @@
|
|||
<row>
|
||||
<entry>upload_max_filesize</entry>
|
||||
<entry>"2M"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>file_uploads</entry>
|
||||
|
@ -1090,7 +1090,7 @@
|
|||
<row>
|
||||
<entry>post_max_size</entry>
|
||||
<entry>"8M"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>upload_tmp_dir</entry>
|
||||
|
@ -1170,7 +1170,7 @@
|
|||
<row>
|
||||
<entry>always_populate_raw_post_data</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>xbithack</entry>
|
||||
|
|
Loading…
Reference in a new issue