Changelog: 1.10.7

Issues resolved for this release:

  • [ZF-10199]: CLONE -getOption not working with uppercase $key
  • [ZF-10171]: Several missing dependencies
  • [ZF-9980]: uienable and/or ui_enable in ZendX_Application_Resource_JQuery buggy
  • [ZF-9737]: Zend_Applicaton_Resource_Cachemanager cannot create a Zend Server backend
  • [ZF-9124]: JQuery auto-enables if ZendX_Application_Resource_Jquery is used
  • [ZF-10189]: Missing require_once for Zend_Log in Zend_Cache_Core
  • [ZF-9979]: Function Cache makeid 'Incorrect function name'
  • [ZF-9970]: Zend_Cache_Frontend_Class need to switch _makeId to public in order to delete the cache object
  • [ZF-9741]: phpdoc improvements for backends
  • [ZF-9740]: Zend_Cache_Core: const BACKEND_NOT_SUPPORTS_TAG typo
  • [ZF-9642]: Zend_Cache_Backend_Static attempting to access folders outside of basedir
  • [ZF-9422]: Zend_Cache_Frontend_Function::call() Supporting object methods via callback parameter
  • [ZF-8993]: Zend_Cache_Backend_Static doesn't work on Windows
  • [ZF-2066]: Zend_Cache_Frontend_Class should not require cachedEntity in options
  • [ZF-10006]: Zend_Captcha_Image::_gc() does not consider file suffix
  • [ZF-9108]: Zend_Captcha_Image always has <br/> in rendered element
  • [ZF-9756]: "Undefined variable: lines" Zend_Console_Getopt getUsageMessage() line 623
  • [ZF-10208]: replace calls of chr([number]) without a variable argument by a direct string
  • [ZF-10160]: Zend_Db_Adapter_Pdo_Pgsql (lastInsertId)
  • [ZF-9196]: Zend_Db_Profiler_FirebugTest fails when you don't have the extension PDO_SQLITE installed.
  • [ZF-10173]: Zend_Db_Table_Rowset_Abstract accepts indexes invalid.
  • [ZF-9213]: Zend_Db_Table_Rowset returns empty Zend_Db_Table_Row when acess negative index
  • [ZF-10231]: Fix Zend_Feed Unit test issues
  • [ZF-10069]: setSubscription($data) always find $data in database
  • [ZF-10154]: [Zend_File_Transfer_Adapter_Http] Misspelling in exception message
  • [ZF-10119]: Infinite loop in StripTags
  • [ZF-10061]: Zend_Filter_AllTests add test case missing
  • [ZF-6255]: Increased functionality for Google Apps -> Groups (Email Lists)
  • [ZF-10184]: Syntax error in Zend_Http_Client usage example
  • [ZF-9834]: Zend_Http_Response does not extract some headers correctly
  • [ZF-10068]: _createCollection method
  • [ZF-9721]: Method removePrefixPath in Zend_Loader_PluginLoader.php deletes path with key 0
  • [ZF-10114]: Undefined index: HTTP_ACCEPT_LANGUAGE
  • [ZF-10090]: Zend_Locale_Format::checkDateFormat() incorrect handles dates with zero parts
  • [ZF-10064]: Double function call
  • [ZF-10041]: Incorrect digit grouping for Japanese numbers
  • [ZF-10005]: Zend_Locale getenv(HTTP_ACCEPT_LANGUAGE) Windows ISAPI - Autodetection of Locale has been failed!
  • [ZF-10170]: Zend_Log:>addPriority() allowed priority duplicates
  • [ZF-10089]: Zend_Log_Writer_Db::setFormatter should be compatible with should be compatible with that of Zend_Log_Writer_Abstract::setFormatter
  • [ZF-10081]: Zend_Log_Writer_ZendMonitor Wrong parameter type for monitor_custom_event()
  • [ZF-10015]: add tests Zend_Log_Writer_SyslogTest and Zend_Log_Writer_ZendMonitorTest
  • [ZF-9956]: Zend_Log::_constructFilterFromConfig(), undefined variable $filterName, parentheses missing
  • [ZF-9955]: Zend_Log::_constructWriterFromConfig(), undefined variable $writerName
  • [ZF-6085]: Bogus formatter given to Zend/Log/Writer/Abstract.php should throw an exception
  • [ZF-10127]: Wrong return type of Zend_Paginator_AdapterAggregate::getPaginatorAdapter()
  • [ZF-9396]: Zend_Paginator::getItem doesn't handle pages returned as Zend_Paginator_SerializableLimitIterator correctly
  • [ZF-10079]: Typo in "Zend_Service_Amazon_S3: Data Streaming"
  • [ZF-10035]: S3_Stream implementation broken
  • [ZF-3096]: problem width iconv_set_encoding() --> Zend_Service_Flickr line 65,66,67
  • [ZF-10223]: Failures Zend_Session_SaveHandler_DbTableTest
  • [ZF-10161]: Checking the namespace metadata for expired ones, can produce notice about undefined index.
  • [ZF-10166]: Zend_Translate should not clear all cache and use tagging when backend is capable of it
  • [ZF-10140]: In Zend_Translate->setOptions, tries to set entire options array as cache object
  • [ZF-10072]: Wrong plural rule for polish language
  • [ZF-10116]: Incorrect error message with length as array
  • [ZF-10037]: Zend_Validate_AllTests add test case missing
  • [ZF-10036]: Zend_Validate_PostCodeTest present some failures
  • [ZF-9968]: NotEmpty Validator treats objects as empty
  • [ZF-10060]: Zend_Validate_File_AllTests add test case missing
  • [ZF-5413]: using "$var === null" instaed of "is_null($var)"