From: Christoph M. Becker Date: Mon, 13 Jul 2020 17:14:59 +0000 (+0200) Subject: Remove out-dated comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a00d015be4f5c1457146022c4d692a03d95154b;p=php Remove out-dated comment ZTS support has been added around ~7.2. --- diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index 17c8c198ab..7b4ad8015e 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -429,7 +429,6 @@ static void accel_interned_strings_save_state(void) static zend_always_inline zend_string *accel_find_interned_string(zend_string *str) { -/* for now interned strings are supported only for non-ZTS build */ zend_ulong h; uint32_t pos; zend_string *s;