Date: 05/06/01
- Next message: Wez Furlong: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.cphp_network.h php_streams.h streams.c"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Generating code on fly"
- In reply to: Yasuo Ohgaki: "[PHP-DEV] Re: Bug #10682 Updated: php -l display the same errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
""Yasuo Ohgaki"" <yohgaki <email protected>> wrote in message
news:OE390VnkB4ltFlmmlQ00000232b <email protected>
> If I disable one of display_errors and log_errors in php.ini, then it prints 2
> errors.
> If I disable both them in php.ini, it does not display any errors.
> I thought there might be a problem. I guess this is the way it is.
>
> php -d display_errors=off -d log_errors=off [-l | -f]
> works *perfectly* while they are set "On" in php.ini.
I noticed my mistake in this mail.
> php -d display_errors=off -d log_errors=off [-l | -f]
does not work
php -d display_errors=off -d error_log=off [-l | -f]
works and prints only useful error messages for Emacs when
debug is enabled.
Yasuo Ohgaki
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Wez Furlong: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard fsock.c fsock.h /main network.cphp_network.h php_streams.h streams.c"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Generating code on fly"
- In reply to: Yasuo Ohgaki: "[PHP-DEV] Re: Bug #10682 Updated: php -l display the same errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

