mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix build
`accel_system_id` gas been renamed to `zend_system_id`.
This commit is contained in:
parent
948b83d7ea
commit
d86c25d88e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static char *create_name_with_username(char *name)
|
|||
*(p++) = '@';
|
||||
p += strlcpy(p, sapi_module.name, 21);
|
||||
*(p++) = '@';
|
||||
memcpy(p, accel_system_id, 32);
|
||||
memcpy(p, zend_system_id, 32);
|
||||
p += 32;
|
||||
*(p++) = '\0';
|
||||
ZEND_ASSERT(p - newname <= sizeof(newname));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue