mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Restore initial values on graceful server restart.
This commit is contained in:
parent
3fe9e10a1b
commit
aad12cb49c
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ ZEND_API void zend_interned_strings_init(void)
|
|||
int i;
|
||||
zend_string *str;
|
||||
|
||||
interned_string_request_handler = zend_new_interned_string_request;
|
||||
interned_string_copy_storage = NULL;
|
||||
|
||||
zend_empty_string = NULL;
|
||||
zend_known_strings = NULL;
|
||||
|
||||
zend_init_interned_strings_ht(&interned_strings_permanent, 1);
|
||||
|
||||
zend_new_interned_string = zend_new_interned_string_permanent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue