Skip to content

Commit 1a00d01

Browse files
committed
Remove out-dated comment
ZTS support has been added around ~7.2.
1 parent 11a628d commit 1a00d01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ static void accel_interned_strings_save_state(void)
429429

430430
static zend_always_inline zend_string *accel_find_interned_string(zend_string *str)
431431
{
432-
/* for now interned strings are supported only for non-ZTS build */
433432
zend_ulong h;
434433
uint32_t pos;
435434
zend_string *s;

0 commit comments

Comments
 (0)