Zend Framework 0.1.5 Preview Release
Jayson Minard (editor) |
Comments Off | July 11th, 2006
The Zend Framework community has released their 0.1.5 Preview Release. Although this is primarily a maintenance release, it does move the new RewriteRouter to the core and takes it one step closer to becoming the default routing model for the MVC portion of the framework.
The release is available on the “Zend Framework website”:http://framework.zend.com. The change log for this and prior releases can be viewed from the “issue tracker”:http://framework.zend.com/issues/browse/ZF?report=com.atlassian.jira.plugin.system.project:changelog-panel.
h2. Release Notes
Release Notes – Zend Framework – Version 0.1.5
Bug
- [ZF-55] – Zend_Controller only works at “root-level”: Zend_Controller_Front::setdispatcherBaseUri(); missing? (TRAC#79)
- [ZF-60] – formatActionName() method is missing from Zend_Controller_Dispatcher_Interface
- [ZF-78] – Zend_Db_Table insert problems with last_insert_id on postgre (TRAC#88 esminis)
- [ZF-99] – MySQL adapters quoteIdenfifier() quotes ` incorrectly (TRAC#95)
- [ZF-105] – Zend_Db_Select::bind() missing? (TRAC#111)
- [ZF-123] – Zend_Filter_Input doesn’t check if requested key exists (TRAC#142)
- [ZF-150] – Error in driver selection
- [ZF-154] – an invalid response causes an infinite loop
- [ZF-160] – Zend_Pdf notices — needs review
- [ZF-164] – $_pdoType is not a property when using Sqlite
- [ZF-167] – Weird counting of “Open Issues by Component”
- [ZF-172] – $this->_option should be $this->_options at line 140 in Zend_Cache_Core
- [ZF-179] – when redirect to another host, header don’t set a new host name.
- [ZF-187] – Zend_Cache EXAMPLES.txt is out of accordance with Frontend\Output.php
- [ZF-193] – Zend_Config_Array::load : PHP notice when throwing exception
- [ZF-194] – PHP notice in Zend/Pdf/Element/Reference.php
- [ZF-202] – The newly supported pdo_mysql style naming syntax no longer works, when specifying a PDO adapter name for Zend_Db
- [ZF-205] – Zend_Controller_RewriteRouter not working with RewriteRule defined directly in an Apache config
- [ZF-211] – can’t commit on the file TestConfiguration.php.dist
- [ZF-226] – Sendmail does not send Bcc
Docs: Improvement
- [ZF-169] – Zend_Cache web documentation is not complete
Docs: Problem
- [ZF-168] – Japanese manual translation builds with errors
- [ZF-178] – Typo in Zend_Cache doc
- [ZF-206] – German Manual Translation Does not Build
Improvement
- [ZF-175] – cacheDir requires trailing slash
- [ZF-183] – Support for HTTP responses that use different linebreaks than CRLF
- [ZF-185] – Introduction of the new memcached backend
New Feature
- [ZF-198] – new APC (shared memory) backend
Task
- [ZF-63] – New rewrite router in need of docs in the manual
- [ZF-109] – Update website info. for CLA submission, and mail lists (announce, unsubscribe, etc.) (TRAC#122 gavin)
- [ZF-111] – CLA Catchup (TRAC#124 gavin)
- [ZF-135] – Add search capabilities to the framework mailing list archives (TRAC-70)
- [ZF-158] – Move RewriteRouter to core
Unit Test Failure
- [ZF-161] – Strict Standards – Non-static method DOMDocument::load() should not be called statically
- [ZF-162] – Strict Standards: Non-static method Zend_Mime::encode() should not be called statically
- [ZF-163] – Strict Standards: Non-static method Zend_Mime_Message::_disassembleMime() should not be called statically
- [ZF-203] – Zend_Cache_sqliteBackendTest causes tests to stop running if sqlite isn’t isntalled
- [ZF-224] – Few errors in unit tests
- [ZF-225] – Zend_Controller Test Failure

