mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Only used in ZTS
This commit is contained in:
parent
595e46fdeb
commit
775a257cef
1 changed files with 2 additions and 2 deletions
|
@ -267,10 +267,10 @@ static void accel_interned_strings_save_state(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ZTS
|
||||||
static zend_string *accel_find_interned_string(zend_string *str)
|
static zend_string *accel_find_interned_string(zend_string *str)
|
||||||
{
|
{
|
||||||
/* for now interned strings are supported only for non-ZTS build */
|
/* for now interned strings are supported only for non-ZTS build */
|
||||||
#ifndef ZTS
|
|
||||||
zend_ulong h;
|
zend_ulong h;
|
||||||
uint nIndex;
|
uint nIndex;
|
||||||
uint idx;
|
uint idx;
|
||||||
|
@ -296,10 +296,10 @@ static zend_string *accel_find_interned_string(zend_string *str)
|
||||||
}
|
}
|
||||||
idx = Z_NEXT(p->val);
|
idx = Z_NEXT(p->val);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
zend_string *accel_new_interned_string(zend_string *str)
|
zend_string *accel_new_interned_string(zend_string *str)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue