helly Sat Nov 2 07:33:25 2002 EDT Modified files: /php4 run-tests.php Log: this would break tests by modifying EXPECT sections #it took a LONG time to realize that tests were ok but failed due to this ini Index: php4/run-tests.php diff -u php4/run-tests.php:1.105 php4/run-tests.php:1.106 --- php4/run-tests.php:1.105 Fri Nov 1 08:03:30 2002 +++ php4/run-tests.php Sat Nov 2 07:33:24 2002 @@ -46,6 +46,7 @@ set_time_limit(0); ob_implicit_flush(); error_reporting(E_ALL); +ini_set('magic_quotes_runtime',0); // this would break tests by modifying EXPECT +sections if (ini_get('safe_mode')) { echo <<< SAFE_MODE_WARNING @@ -607,7 +608,7 @@ // %f allows two points "-.0.0" but that is the best *simple* expression } /* DEBUG YOUR REGEX HERE - var_dump($wanted); + var_dump($wanted_re); print(str_repeat('=', 80) . "\n"); var_dump($output); */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php