mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
enable display_startup_errors, fix test
This commit is contained in:
parent
5d8ae45309
commit
0b157a6f84
@ -160,6 +160,7 @@ $ini_overwrites = array(
|
||||
'output_buffering=Off',
|
||||
'error_reporting=8191',
|
||||
'display_errors=1',
|
||||
'display_startup_errors=1',
|
||||
'log_errors=0',
|
||||
'html_errors=0',
|
||||
'track_errors=1',
|
||||
|
@ -13,7 +13,11 @@ a=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
var_dump($_POST, $HTTP_RAW_POST_DATA);
|
||||
?>
|
||||
--EXPECTF--
|
||||
Notice: Undefined variable: HTTP_RAW_POST_DATA in %s/tests/basic/025.php on line 2
|
||||
Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on line 0
|
||||
|
||||
Warning: Cannot modify header information - headers already sent in Unknown on line 0
|
||||
|
||||
Notice: Undefined variable: HTTP_RAW_POST_DATA in %s on line %d
|
||||
array(0) {
|
||||
}
|
||||
NULL
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user