]> granicus.if.org Git - php/commitdiff
Remove out-dated comment
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 13 Jul 2020 17:14:59 +0000 (19:14 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 13 Jul 2020 17:14:59 +0000 (19:14 +0200)
ZTS support has been added around ~7.2.

ext/opcache/ZendAccelerator.c

index 17c8c198abb3f507d70a43d780c24b6ca285b347..7b4ad8015eae467b3ae67bf01a6c9c431f890495 100644 (file)
@@ -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;