Browse Source

Made the tests (and not only run-tests.php) actually use php.ini-dist, and

removed unused php.ini file.
experimental/new_apache_hooks
Sander Roobol 24 years ago
parent
commit
fcb692a75d
  1. 1
      run-tests.php
  2. 3
      tests/php.ini

1
run-tests.php

@ -99,6 +99,7 @@ $php_ini = realpath("php.ini-dist");
if(realpath(get_cfg_var('cfg_file_path')) != $php_ini) {
error("php.ini-dist was not used!");
}
$php .= " -c $php_ini";
// Determine the tests to be run.

3
tests/php.ini

@ -1,3 +0,0 @@
;
; Intentionally empty.
;
Loading…
Cancel
Save