Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread Thies C. Arntzen

On Wed, Mar 21, 2001 at 12:52:33PM -, Andr Langhorst wrote:
 andre Wed Mar 21 04:52:33 2001 EDT
 
   Modified files:  
 /php4 run-tests.php 
   Log:
   win32 fixes again
   
 Index: php4/run-tests.php
 diff -u php4/run-tests.php:1.18 php4/run-tests.php:1.19
 --- php4/run-tests.php:1.18   Tue Mar 20 22:33:00 2001
 +++ php4/run-tests.phpWed Mar 21 04:52:32 2001
 @@ -25,7 +25,6 @@
   * - do not test PEAR components if base class and/or component class cannot be 
instanciated
   */
  
 -set_time_limit(0);

out of curiousity - why is removing set_time_limit(0) needed?

tc

-- 
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]




Re: [PHP-CVS] cvs: php4 / run-tests.php

2001-03-21 Thread André Langhorst

   run-tests.php will still need more than 30 seconds (default) on some
 systems. If not now, then when more tests are added, etc.
 
   IMHO it should be in there.

ok. maybe a good idea to put it there, but set_time_limit(900) will be 
sufficient

andr

-- 
 Andr Langhorstt: +49 331 5811560 
 [EMAIL PROTECTED]  m: +49 173 9558736 
* PHP Quality Assurance  http://qa.php.net  *


-- 
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]