More TSRMLS_FETCH work, and a bit of cleanup

This commit is contained in:
Zeev Suraski 2001-07-30 06:18:13 +00:00
parent e8ac55d03c
commit 797a079a95
58 changed files with 81 additions and 208 deletions

View file

@ -106,10 +106,11 @@ php_java_globals java_globals;
static zend_class_entry java_class_entry;
static PHP_INI_MH(OnIniUpdate) {
if (new_value) *(char**)mh_arg1 = new_value;
iniUpdated=1;
return SUCCESS;
static PHP_INI_MH(OnIniUpdate)
{
if (new_value) *(char**)mh_arg1 = new_value;
iniUpdated=1;
return SUCCESS;
}
PHP_INI_BEGIN()