15 May 2006 06:20
Re: Speed Optimized and PHP 4+5 Compatible version of creole and propel
Pedram N. <zenstyle <at> gmail.com>
2006-05-15 04:20:01 GMT
2006-05-15 04:20:01 GMT
Sweet.. I just got all the unit tests to work... the speed optimization comes from a packing script which recombines all the classes which have been 95% gutted for circular require_once's... 95% require_once's have been converted to require's for additional speed with opcode caching... This is all wrapped in my new framework called rapid framework... It works like Zend Framework.. but is also php 4+5 compatible... and yeah I didn't want to release my framework until I had full mvc, 4+5 compatibility and real code generation, unlike Zend Framework, SDO and other similar crap... Unfortunately the php developers are breaking bc every day so this may not survive another major version but I will try to continue to keep propel, creole and an excellent mvc framework usable and FAST in php 4 and php 5... Hans I'm ready to take over creole + propel for php4, is it ok that the 4 version will work in both php 4 and php 5? On 5/14/06, Alan Pinstein <apinstein <at> mac.com> wrote: > I am interested in more details... > > Alan > > On May 14, 2006, at 10:39 PM, Pedram N. wrote: > > > I have Speed Optimized and PHP 4+5 Compatible version of creole and > > propel !! > > > > Whose interested? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe <at> propel.tigris.org > > For additional commands, e-mail: dev-help <at> propel.tigris.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe <at> propel.tigris.org > For additional commands, e-mail: dev-help <at> propel.tigris.org > > -- -- ~~~ This e-mail and any attachment thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient (s) named above. Any use of the information contained herein ( including, but not limited to, total or partial reproduction, communication or distribution in any form) by other persons than the designated recipient (s) is prohibited. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer.
RSS Feed