All pastes #234200 Raw Edit

Someone

public text v1 · immutable
#234200 ·published 2006-11-02 10:56 UTC
rendered paste body
--- zend_ini.c.old	2006-09-06 12:31:08.000000000 +0100
+++ zend_ini.c	2006-11-02 09:53:19.656250000 +0000
@@ -126,7 +126,6 @@
 		return FAILURE;
 	}
 	zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_ini_entry));
-	zend_ini_refresh_caches(ZEND_INI_STAGE_STARTUP TSRMLS_CC);
 	return SUCCESS;
 }
 #endif