diff options
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 6991972119..930bb30332 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -3433,7 +3433,6 @@ static void basic_globals_ctor(php_basic_globals *basic_globals_p TSRMLS_DC) /*  	BG(left) = -1;  	BG(user_tick_functions) = NULL;  	BG(user_filter_map) = NULL; -	BG(inverse_ent_maps) = NULL;  	memset(&BG(serialize), 0, sizeof(BG(serialize)));  	memset(&BG(unserialize), 0, sizeof(BG(unserialize))); @@ -3456,10 +3455,6 @@ static void basic_globals_dtor(php_basic_globals *basic_globals_p TSRMLS_DC) /*  		zend_hash_destroy(BG(url_adapt_state_ex).tags);  		free(BG(url_adapt_state_ex).tags);  	} -	if (BG(inverse_ent_maps)) { -		zend_hash_destroy(BG(inverse_ent_maps)); -		pefree(BG(inverse_ent_maps), 1); -	}  }  /* }}} */  | 
