summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-08-23 18:41:55 +0000
committerAntony Dovgal <tony2001@php.net>2007-08-23 18:41:55 +0000
commite02bd088893894ec5f84a05c16d9a6a3480879a8 (patch)
tree02a2ddad8ae01ae8d23179e3a0b6ab50a3a60e49
parent24c98f8aa32f08067e426cd80e89689599e72dde (diff)
downloadphp-git-e02bd088893894ec5f84a05c16d9a6a3480879a8.tar.gz
revert patch which breaks multithreaded servers
-rw-r--r--Zend/zend_ini.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c
index fc8d034992..fd5ea0f74d 100644
--- a/Zend/zend_ini.c
+++ b/Zend/zend_ini.c
@@ -247,10 +247,6 @@ ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value,
return FAILURE;
}
- if (stage == ZEND_INI_STAGE_ACTIVATE && modify_type == ZEND_INI_SYSTEM) {
- ini_entry->modifiable = ZEND_INI_SYSTEM;
- }
-
duplicate = estrndup(new_value, new_value_length);
if (!ini_entry->on_modify