Re: [fw-general] ANN: Zend.php refactored and deprecated

2007-03-09 Thread Arnaud Limbourg
Philip Iezzi wrote: Right, quite a lot of code to update... It took me quite a lot of like 30 seconds for the whole search-replace on my two medium-sized projects. I said a lot of code, i didn't mention time :-p Great thanks to Bill Karwin for the clean transition! Great thanks to everybody

Re: [fw-general] ANN: Zend.php refactored and deprecated

2007-03-09 Thread Philip Iezzi
Right, quite a lot of code to update... It took me quite a lot of like 30 seconds for the whole search-replace on my two medium-sized projects. Great thanks to Bill Karwin for the clean transition! Great thanks to everybody for your help getting us to "solution E" which really seems to go into th

Re: [fw-general] ANN: Zend.php refactored and deprecated

2007-03-09 Thread Nick Lo
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/

Re: [fw-general] ANN: Zend.php refactored and deprecated

2007-03-08 Thread Arnaud Limbourg
Bill Karwin wrote: 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. T

[fw-general] ANN: Zend.php refactored and deprecated

2007-03-08 Thread Bill Karwin
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 Framew