mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
More TSRMLS_FETCH work, and a bit of cleanup
This commit is contained in:
parent
e8ac55d03c
commit
797a079a95
58 changed files with 81 additions and 208 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue