We are excited to announce that the Zend Framework 1.7 Preview Release is now available from the Zend Framework download site!
While 1.7PR is not a feature complete release in the 1.7 series, it nevertheless contains some very important features scheduled for the 1.7 production release:
- New Zend_AMF component
- Dojo Toolkit 1.2.0
- New ZendX_JQuery component
- Support for dijit editor
- Metadata API in Zend_Cache
- Google book search API
- Performance enhancements
- Application-wide locale with other i18n enhancements
- File upload form element enhancements
This obviously marks a very important step towards a high-quality, well tested 1.7 production release. Thanks to everyone who has contributed to this release in any way: with patches/check ins, documentation/translations, and bug reports.
But our work is not yet over! Let’s put this release through testing hell, while continuing to make progress on other features scheduled for the production release of 1.7. Please remember to provide feedback on our issue tracker and ask any questions/post your experiences on the appropriate mailing list.
Again, the Zend Framework community does NOT recommend this release for production use. We do, however, recommend evaluating new features in this release with existing and new applications.




October 16, 2008 at 7:52 am
But one question(nobody is answering on e-mail or issue tracker) : what about Zend_Db_*_Firebird, it was written as feature of 1.5, but still isn’t inside.
I looking forward next release… Jitka
October 17, 2008 at 1:01 pm
These incremental releases are coming out at a pretty rapid pace.
(1) As far as I know, there’s no roadmap for future releases, either in terms of dates or added features. Is this still correct?
(2) What about support of past releases of ZF? Should developers expect an extremely long support cycle, as seen in PHP 4?
October 21, 2008 at 8:59 pm
> Performance enhancements
Nice, I’ve read about the performance degradation in last releases. So I am curious now what has been optimized, and if there is still more room for improvements.
October 22, 2008 at 4:55 pm
Where can we get information about performance enhancements? What has been improved exactly and how?
Thanks!
October 23, 2008 at 8:53 am
Its great to hear that the new version with new enhancements
Congratulations…
But, Where i can read further details about the performance improvements and the other details
October 31, 2008 at 5:09 pm
I also would like to see the performance improvements results.
Cheers
November 3, 2008 at 2:35 pm
Please don’t forget to include the JQuery library in the externals folder. For example, I have found different versions of the Autocomplete plugin which did not work at all with the ZendX_JQuery plugin.
November 5, 2008 at 3:23 pm
The autocomplete feature is meant to work with the JQuery UI library from http://ui.jquery.com/download — 1.5.2 doesn’t have it, but the 1.6 RC does.
November 6, 2008 at 10:43 am
I’d like to see Zend DB work better with Oracle SP. it’s currently impossible to fetch crusor from SPs, unless I miss something.
Update queries like UPDATE table SET integerfield = integerfield + $addValue is not possible using $db->update() either.
Would love to see improvements Zend DB.
November 6, 2008 at 6:54 pm
$table->update(array(‘integerfield’ => new Zend_Db_Expr("integerfield + $addValue")), $where);
or
$db->update($tablename, array(‘integerfield’ => new Zend_Db_Expr("integerfield + $addValue")), $where);
November 12, 2008 at 3:13 am
I discovered ZF somewhere around 1.5 and it is really been a great ride so far. I’ve even gone as far as to pick up Zend Studio for the integration aspects.
That being said we are building our largest project yet in ZF so I am very interested in the performance improvements in 1.7…
I see a few other people have asked about this, so I am just throwing my hand up also.
I’d love to hear about that and about the time frame for 1.7
Thanks for all the fun (with a minimal amount of pain)
November 17, 2008 at 11:13 am
Hi :
Are you planing to add that the Zend controller can be use in a subfolder of the document root ?
Document Root/
Project/
application
/config
/controllers
/forms
/layouts
/scripts
/models
/views
/cripts
/data
library
/Zend –> Framework
At this time the documentation only help to put the project in the root of document root.
If this can be do at this time can you put same help in the docs ?
January 13, 2009 at 6:52 pm
I’m also curious of what are the exact performance improvements, like what part. My company is using ZF for 3 projects and performance is always concerning us, especially the mvc part. Thanks
February 4, 2009 at 4:29 pm
I’m working with Zend Framework since Version 1.4 and I love working with it. It’s really easy and comfortable.
At the moment I’m working with it for the subject of my bachelor thesis.
Like some people writing before me I’m very interested in the performance improvements. Where can we get infos?
February 9, 2009 at 4:00 pm
Our company has the same concerns about performance as well. A simple in-house MVC framework with much less functionality and flexibility as the ZF is about 30X faster (without caching) against the 1.6 release. If that number was under 10 considering all that we get in return with ZF, than 1.7 would be totally perfect.
So same question here, which parts were optimized and how ?
February 11, 2009 at 2:00 pm
…to these comments?