Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Changelog 1.12.6

Frank Brückner edited this page May 2, 2014 · 2 revisions

1.12.6 (2014-04-15)

ID Title
2 Long Timezones in Zend_Date constructor ignored with custom date format
53 [Zend_Cache_Backend_Libmemcached doesn't pass Memcached::OPT_NO_BLOCK option through] (../issues/53)
164 Fix ZF-11921: Race condition in plugin loader include file cache
279 Added JSON_UNESCAPED_UNICODE and JSON_UNESCAPED_SLASHES to encoding GCM Data to JSON
291 OpenId tests are failing
296 Missing locale file '/***/Zend/Locale/Data/zh_CN.xml' for 'zh_CN' locale.
297 Rely on the autoloader to load PHPUnit_Runner_Version and PHPUnit_Autoload
299 Minute format in docstring fixed
301 'Undefined variable: log' in [...\/library/Zend/Application/Resource/Translate.php on line 93
304 fixes #303 Allow zero count in assertQueryCount
307 Aliases for Zend_Locale
311 Fixed the Zend_Auth_Adapter_OpenIdTest tests
320 DB tests are enabled for Travis and fixed to be passing

Important fixes

ID Title
307 fixes a backwards compatibility break in the Zend_Locale component. 1.12.4 updated the CLDR version used by Zend Framework 1, which resulted in the removal of several locales we previously supported. The patch in #307 adds locale aliases for these to the new locales supported in recent versions of the CLDR, ensuring backwards compatibility for ZF1 users.