Bill Karwin wrote:

All code in Zend Framework library and tests has been updated to use the
new classes.  So you'll only see the E_USER_NOTICE if you have been
using Zend.php methods directly.

One that got away:

Zend_Session: line 26

- require_once 'Zend_Loader.php';
+ require_once 'Zend/Loader.php';

Nick

Reply via email to