summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-08-23 18:42:42 +0000
committerAntony Dovgal <tony2001@php.net>2007-08-23 18:42:42 +0000
commit8a3b3e9365b9de190d69dd08bc3515e9d65c3760 (patch)
tree319d6c7ba5aeb9f389f63bf9f001cc08375f5c14
parent80b4ee9f444ef6b717bfe523461923c943b008b9 (diff)
downloadphp-git-8a3b3e9365b9de190d69dd08bc3515e9d65c3760.tar.gz
MFH: revert the 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 9b2a24c03c..9f327e9e02 100644
--- a/Zend/zend_ini.c
+++ b/Zend/zend_ini.c
@@ -243,10 +243,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;
- }
-
if (!(ini_entry->modifiable & modify_type)) {
return FAILURE;
}