Browse Source

The log_errors=1 breaks a number of tests and is useless for our purposes,

removing.
experimental/threaded
Ilia Alshanetsky 24 years ago
parent
commit
ebd4182b2c
  1. 2
      run-tests.php

2
run-tests.php

@ -484,7 +484,7 @@ TEST $file
"-d 'disable_functions='",
"-d 'error_reporting=2047'",
"-d 'display_errors=0'",
"-d 'log_errors=1'",
"-d 'log_errors=0'",
"-d 'html_errors=0'",
"-d 'docref_root=/phpmanual/'",
"-d 'docref_ext=.html'",

Loading…
Cancel
Save