sbergmann Tue Mar 20 22:33:00 2001 EDT
Modified files:
/php4 run-tests.php
Log:
Disable maximum execution time for tests.
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.17 php4/run-tests.php:1.18
--- php4/run-tests.php:1.17 Tue Mar 20 22:04:36 2001
+++ php4/run-tests.php Tue Mar 20 22:33:00 2001
@@ -25,6 +25,7 @@
* - do not test PEAR components if base class and/or component class cannot be
instanciated
*/
+set_time_limit(0);
ob_implicit_flush();
define('TEST_PASSED', 0);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]