mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Merge branch 'PHP-7.4'
* PHP-7.4: Little detection change proposal.
This commit is contained in:
@@ -362,7 +362,7 @@ int main() {
|
||||
char *shm;
|
||||
char tmpname[4096];
|
||||
|
||||
sprintf(tmpname,"/opcache.test.shm.%dXXXXXX", getpid());
|
||||
sprintf(tmpname,"opcache.test.shm.%dXXXXXX", getpid());
|
||||
if (mktemp(tmpname) == NULL) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user