On Mon, 28 Oct 2002, Marcus Börger wrote:

> helly         Mon Oct 28 12:17:50 2002 EDT
> 
>   Modified files:              
>     /php4     run-tests.php 
>   Log:
>   forgot 'error_log=' and 'report_memleaks=1'
>   #commenting on php-dev

First commenting, then committing. Please revert, then we can discuss 
about why you think it should be like this.

Derick


>   
>   
> Index: php4/run-tests.php
> diff -u php4/run-tests.php:1.94 php4/run-tests.php:1.95
> --- php4/run-tests.php:1.94   Sun Oct 27 21:00:56 2002
> +++ php4/run-tests.php        Mon Oct 28 12:17:50 2002
> @@ -492,8 +492,10 @@
>               "error_reporting=2047",
>               "display_errors=0",
>               "log_errors=1",
> -             "html_errors=1",
> +             "html_errors=0",
>               "track_errors=1",
> +             "error_log=",
> +             "report_memleaks=1",
>               "docref_root=/phpmanual/",
>               "docref_ext=.html",
>               "error_prepend_string=",
> 
> 
> 
> -- 
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to