]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 21 May 2019 07:03:01 +0000 (09:03 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 21 May 2019 07:03:01 +0000 (09:03 +0200)
* PHP-7.2:
  use {TMP} placeholder in phpt tests

1  2 
ext/opcache/tests/bug76275.phpt

index 77d8515fab5e4f981078c02cf5478ff1317efadb,743dac7525dd5d61e3396045421aac1418a8b31a..f4ecaa3eb36b43ccc3023127a99fe80fef971e39
@@@ -3,9 -3,10 +3,9 @@@ Bug #76275: Assertion failure in file c
  --INI--
  opcache.enabled=1
  opcache.enable_cli=1
- opcache.file_cache=/tmp
+ opcache.file_cache={TMP}
  --FILE--
  <?php
 -
  if (PHP_VERSION_ID >= 70000) {
      echo "Done";
      return;