Is PEAR stable on PHP5? I'm trying a new project on PHP5 and keep getting different kinds of errors (deprecated, etc.) on DB.php, PEAR.php, etc. Looks like so far there has been no show stoppers but it would be nice if it wouldn't give errors. What's the status on this? Has anybody used PEAR and PHP5 on a production environment succesfully yet?
You need to set error_reporting to E_ALL, instead of E_ALL | E_STRICT. All errors will disappear.
Greg
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php