Browse Source

MFH

experimental/5.3-FPM
Jani Taskinen 18 years ago
parent
commit
b2a2aaff93
  1. 4
      run-tests.php

4
run-tests.php

@ -59,8 +59,8 @@ NO_PROC_OPEN_ERROR;
exit;
}
// If __DIR__ is not defined, define it
if (!defined('__DIR__')) {
// __DIR__ is available from 5.3.0
if (PHP_VERSION_ID < 50300) {
define('__DIR__', realpath(dirname(__FILE__)));
}

Loading…
Cancel
Save