[nycphp-talk] Deprecated Pear errors in PHP5
Daniel Convissor
danielc at analysisandsolutions.com
Fri Nov 18 10:26:38 EST 2005
Hey:
On Thu, Nov 17, 2005 at 10:11:24PM -0500, Dallas DeVries wrote:
> I hope this isn't a dumb question, but here it is....Is the only way to get
> rid of the deprecated errors
Remove E_STRICT from your error reporting settings. This can be done via
E_ALL. But if you're using a custom error handler function, you'll have
to use the error_types parameter for set_error_handler().
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
More information about the talk
mailing list