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
commit 39caedac3e

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