1
0
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:
Peter Kokot
2019-04-27 21:18:47 +02:00

View File

@@ -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;
}