hi Lester,

On Wed, Jun 18, 2008 at 9:14 AM, Lester Caine <[EMAIL PROTECTED]> wrote:

> Short of switching display_errors on and off all the time, how do other
> people handle this irritation? I could repair phpDocumentor in this case and
> ignore BC as I will not be running THAT on older version of PHP, and since a
> run is taking 30 minutes it would be interesting to see if there is any
> improvement to time.

Use error_reporting in your php.ini or within your applicaion:
error_reporting(E_ALL ^ E_DEPRECATED);

Cheers,
--
Pierre

http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to