Skip to content

Commit 71b9616

Browse files
committed
ext/opcache/ZendAccelerator: make check_persistent_script_access() static
1 parent db0db22 commit 71b9616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ zend_op_array *file_cache_compile_file(zend_file_handle *file_handle, int type)
19141914
return op_array;
19151915
}
19161916

1917-
int check_persistent_script_access(zend_persistent_script *persistent_script)
1917+
static int check_persistent_script_access(zend_persistent_script *persistent_script)
19181918
{
19191919
char *phar_path, *ptr;
19201920
int ret;

0 commit comments

Comments
 (0)