enable display_startup_errors, fix test

This commit is contained in:
Antony Dovgal 2007-06-05 10:59:25 +00:00
parent 5d8ae45309
commit 0b157a6f84
2 changed files with 7 additions and 2 deletions

View File

@ -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',

View File

@ -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