mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Set error_log to an empty value if the test relies on that feature
Some tests fail if the error_log is overriden by the loaded ini configuration. Explicitly set it to an empty value to prevent the failures. See https://github.com/php/php-src/issues/10737#issuecomment-1452899299 Closes GH-10772.
This commit is contained in:
parent
4c38a79f09
commit
691ff9f845
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #39542 (Behaviour of require_once/include_once different to < 5.2.0)
|
||||
--INI--
|
||||
error_log=
|
||||
--FILE--
|
||||
<?php
|
||||
$oldcwd = getcwd();
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #79919 (Stack use-after-scope in define())
|
||||
--INI--
|
||||
error_log=
|
||||
--EXTENSIONS--
|
||||
simplexml
|
||||
--FILE--
|
||||
|
@ -1,6 +1,7 @@
|
||||
--TEST--
|
||||
Bug #80839: PHP problem with JIT
|
||||
--INI--
|
||||
error_log=
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.jit_buffer_size=1M
|
||||
|
Loading…
Reference in New Issue
Block a user