mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
This commit is contained in:
parent
3c0869343f
commit
4c044e7361
@ -162,6 +162,7 @@ $ini_overwrites = array(
|
||||
'auto_prepend_file=',
|
||||
'auto_append_file=',
|
||||
'magic_quotes_runtime=0',
|
||||
'ignore_repeated_errors=0',
|
||||
);
|
||||
|
||||
function write_information($show_html)
|
||||
|
Loading…
Reference in New Issue
Block a user