Skip to content

Commit 56f916e

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Set error_log to an empty value if the test relies on that feature
2 parents 947eb95 + 7300659 commit 56f916e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Zend/tests/bug39542.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #39542 (Behaviour of require_once/include_once different to < 5.2.0)
3+
--INI--
4+
error_log=
35
--FILE--
46
<?php
57
$oldcwd = getcwd();

Zend/tests/bug79919.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #79919 (Stack use-after-scope in define())
3+
--INI--
4+
error_log=
35
--EXTENSIONS--
46
simplexml
57
--FILE--

ext/opcache/tests/jit/bug80861.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Bug #80839: PHP problem with JIT
33
--INI--
4+
error_log=
45
opcache.enable=1
56
opcache.enable_cli=1
67
opcache.jit_buffer_size=1M

0 commit comments

Comments
 (0)