mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
Fixed ZTS build
This commit is contained in:
@@ -658,7 +658,7 @@ static ZEND_FUNCTION(opcache_invalidate)
|
||||
return;
|
||||
}
|
||||
|
||||
if (zend_accel_invalidate(script_name, script_name_len, force) == SUCCESS) {
|
||||
if (zend_accel_invalidate(script_name, script_name_len, force TSRMLS_CC) == SUCCESS) {
|
||||
RETURN_TRUE;
|
||||
} else {
|
||||
RETURN_FALSE;
|
||||
|
||||
Reference in New Issue
Block a user