The last DevZone post about Zend Framework was announcing a release candidate for version v1.7. We got a little behind and missed the fact that not only has v1.7 been officially released, but the team just recently announced v1.7.3!!
You can download this latest release here:
http://framework.zend.com/download/latest/
If you want to see a list of all issues resolved in this point release, you can see that here:
http://framework.zend.com/issues/secure/view/IssueNavigator.jspa?requestId=10923
For reference, here was the original list of the main features added in v1.7:
- 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




January 26, 2009 at 2:23 pm
See for a more detailed list:http://framework.zend.com/issues/secure/ReleaseNote.jspa?version=10250&styleName=Html&projectId=10000&Create=Create
Would you like to put a link prominently on framework.zend.com to the page with all release notes: http://framework.zend.com/issues/secure/ReleaseNote.jspa?projectId=10000&styleName=Html
That page is almost impossible to find, although it is very usefull.
January 27, 2009 at 1:58 am
The link posted for the list of issues fixed is for 1.7.2, not 1.7.3.
The correct link is:
http://framework.zend.com/issues/secure/view/IssueNavigator.jspa?mode=hide&requestId=10934
BTW, trying to log in to devzone throws an invalid security certificate error in Firefox.
January 28, 2009 at 7:11 am
If I create Zend_Dojo_Form class (with Editor) and then run it, it works.
But if I disable JavaScript(in FireFox) and send an empty or fulled Form with requires, I get a string "Array" (in Editor).
Is this an Bug? When not sorry for this comment.
paul
February 17, 2009 at 8:59 pm
Starting of this version, I can no longer debug using Zend Studio.
I get a whol list of:
Warning: parse_url(/melzoo/public_html/?use_remote=1&debug_session_id=1007&start_debug=1&debug_start_session=1&debug_host=10.37.129.2%2C10.211.55.2%2C192.168.0.193%2C127.0.0.1&debug_no_cache=1234904343498&debug_fastfile=1&debug_port=10137&send_sess_end=1&original_url=http://127.0.0.1/melzoo/public_html/) [function.parse-url]: Unable to parse URL in /Users/wouter/Business/Frameworks/ZendFramework-1.7.3-minimal/library/Zend/Controller/Request/Http.php on line 394
This was not the case with 1.7.2.
Does anyone else have this problem ?