Re: display_errors in DEV

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Oct 21, 2008 at 12:33 PM,  <ceo@xxxxxxxxx> wrote:
>
> Until recently, I've thought that display_errors in DEV was "good"
>
> But as soon as you move into Ajax Web 2.0 world, it really doesn't cut it.
>
> You'll never see the E_NOTICE and E_WARNING errors for Ajax, probably, and the whole thing might "just work" but you'll have plenty of buggy code.
>
> I think it's time for the PHP team to recommend log_errors across the board.
>
> What do you think?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

This has bit me in the bum several times.  What I do though is put a
try catch around my json response parsing and if something goes wrong
then I show some error to the user.  Then with firebug I can see the
raw php error.  So I guess I don't care either way since I'm covered.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux