From 3c7a3610da246395c42c6b3c2aaae1ba7f95bccd Mon Sep 17 00:00:00 2001 From: LEE Yun-young Date: Tue, 20 Jan 2004 13:34:07 +0000 Subject: [PATCH] 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 --- reference/info/functions/ini-set.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/info/functions/ini-set.xml b/reference/info/functions/ini-set.xml index 192e2e8e14..17f6e425a5 100644 --- a/reference/info/functions/ini-set.xml +++ b/reference/info/functions/ini-set.xml @@ -1,5 +1,5 @@ - + @@ -885,7 +885,7 @@ html_errors "1" - PHP_INI_SYSTEM + PHP_INI_ALL xmlrpc_errors @@ -905,7 +905,7 @@ implicit_flush "0" - PHP_INI_PERDIR|PHP_INI_SYSTEM + PHP_INI_ALL log_errors @@ -1080,7 +1080,7 @@ upload_max_filesize "2M" - PHP_INI_SYSTEM + PHP_INI_SYSTEM|PHP_INI_PERDIR file_uploads @@ -1090,7 +1090,7 @@ post_max_size "8M" - PHP_INI_SYSTEM + PHP_INI_SYSTEM|PHP_INI_PERDIR upload_tmp_dir @@ -1170,7 +1170,7 @@ always_populate_raw_post_data "0" - PHP_INI_ALL + PHP_INI_SYSTEM|PHP_INI_PERDIR xbithack