Skip to content

Commit a5af7ec

Browse files
committed
ext/opcache/zend_shared_alloc: pass const string to zend_shared_alloc_create_lock()
1 parent 9f5c391 commit a5af7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/zend_shared_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static const zend_shared_memory_handler_entry handler_table[] = {
7373
};
7474

7575
#ifndef ZEND_WIN32
76-
void zend_shared_alloc_create_lock(char *lockfile_path)
76+
void zend_shared_alloc_create_lock(const char *lockfile_path)
7777
{
7878
int val;
7979

0 commit comments

Comments
 (0)