From 1a00d015be4f5c1457146022c4d692a03d95154b Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 13 Jul 2020 19:14:59 +0200 Subject: [PATCH] Remove out-dated comment ZTS support has been added around ~7.2. --- ext/opcache/ZendAccelerator.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1