diff options
| author | Anatol Belski <ab@php.net> | 2016-06-02 17:55:48 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-06-02 17:55:48 +0200 |
| commit | 47e26cf9dbe9c9650f2d33280845b8794db03910 (patch) | |
| tree | 010dbbc70e65acc51ae8bf9f07c7a963e361ae78 /Zend/zend_string.h | |
| parent | f3998d2303d571d815eb0e4b3cc04917369396c8 (diff) | |
| download | php-git-47e26cf9dbe9c9650f2d33280845b8794db03910.tar.gz | |
fix known interned strings init with TS per request
Diffstat (limited to 'Zend/zend_string.h')
| -rw-r--r-- | Zend/zend_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_string.h b/Zend/zend_string.h index 05bf4ef7b8..8a1ac6f506 100644 --- a/Zend/zend_string.h +++ b/Zend/zend_string.h @@ -32,6 +32,7 @@ ZEND_API extern void (*zend_interned_strings_restore)(void); ZEND_API zend_ulong zend_hash_func(const char *str, size_t len); void zend_interned_strings_init(void); void zend_interned_strings_dtor(void); +void zend_known_interned_strings_init(zend_string ***, uint32_t *); END_EXTERN_C() |
