Browse Source

forgot 'error_log=' and 'report_memleaks=1'

#commenting on php-dev
experimental/threaded
Marcus Boerger 24 years ago
parent
commit
4440188510
  1. 4
      run-tests.php

4
run-tests.php

@ -492,8 +492,10 @@ TEST $file
"error_reporting=2047",
"display_errors=0",
"log_errors=1",
"html_errors=1",
"html_errors=0",
"track_errors=1",
"error_log=",
"report_memleaks=1",
"docref_root=/phpmanual/",
"docref_ext=.html",
"error_prepend_string=",

Loading…
Cancel
Save