We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd93557 commit 7e23285Copy full SHA for 7e23285
ext/opcache/zend_file_cache.c
@@ -1882,8 +1882,6 @@ bool zend_file_cache_script_validate(zend_file_handle *file_handle)
1882
}
1883
1884
zend_arena_release(&CG(arena), checkpoint);
1885
- zend_file_cache_flock(fd, LOCK_UN);
1886
- close(fd);
1887
efree(filename);
1888
return true; // Validation successful
1889
@@ -1900,7 +1898,6 @@ bool zend_file_cache_script_validate(zend_file_handle *file_handle)
1900
1898
return false; // Validation failed
1901
1899
1902
1903
-
1904
zend_persistent_script *zend_file_cache_script_load(zend_file_handle *file_handle)
1905
{
1906
zend_string *full_path = file_handle->opened_path;
0 commit comments