I have committed revision 3834, with a widespread change, implementing the proposal we've been discussing to refactor Zend.php.
The file Zend.php is still there, for now. I have noted all the methods as @deprecated, and they throw an E_USER_NOTICE if you try to call them. 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. All unit tests have been updated and none of them use Zend.php anymore. Zend.php doesn't even show up in the code-coverage report. Still to do: - Rewrite documentation. - Change methods in Zend.php to simply proxy to the new classes. Regards, Bill Karwin
