We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b83d commit d86c25dCopy full SHA for d86c25d
1 file changed
ext/opcache/shared_alloc_win32.c
@@ -80,7 +80,7 @@ static char *create_name_with_username(char *name)
80
*(p++) = '@';
81
p += strlcpy(p, sapi_module.name, 21);
82
83
- memcpy(p, accel_system_id, 32);
+ memcpy(p, zend_system_id, 32);
84
p += 32;
85
*(p++) = '\0';
86
ZEND_ASSERT(p - newname <= sizeof(newname));
0 commit comments