Skip to content

Commit 96ad215

Browse files
committed
ext/opcache/zend_shared_alloc: pass const string to zend_shared_alloc_create_lock()
1 parent e9c8621 commit 96ad215

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
@@ -80,7 +80,7 @@ static const zend_shared_memory_handler_entry handler_table[] = {
8080
};
8181

8282
#ifndef ZEND_WIN32
83-
void zend_shared_alloc_create_lock(char *lockfile_path)
83+
void zend_shared_alloc_create_lock(const char *lockfile_path)
8484
{
8585
int val;
8686

0 commit comments

Comments
 (0)