Zend Framework 1.9.2


L’équipe de Zend Framework vient de mettre à disposition la release 1.9.2.

Cette version est la troisième version de la série 1.9 de Zend Framework.
Plus de 40 problèmes ont été résolus.

Vous pouvez télécharger cette version (mini release) du Zend Framework sur le site Zend Framework.

Pour plus d’infos sur cette mise à jour, ainsi que sur les version de Zend Framework 1.9 et 1.9.1 , consulter les Release Notes ci-dessous.

Release Notes – Zend Framework – Version 1.9.2

Bug

  • [ZF-853] – MS SQL Server: limit() function does not behave as expected when no order is applied
  • [ZF-3140] – Zend_DB_Select.__toString using MSSQL Adapter produces wrong limit statement
  • [ZF-3310] – Issue with Zend_XmlRpc_Value_Integer when casting a bigint
  • [ZF-3434] – PDO_Mssql DSN includes _config['options']
  • [ZF-4099] – Zend_Db_Adapter_Pdo_Mssql – Order By in Limit Function
  • [ZF-4251] – Zend_Db_Adapter_Pdo_Mssql doeas not support both LIMIT and DISTINCT in the same query
  • [ZF-5740] – Partial cleaning in Zend_Cache_Backend_TwoLevels::clean()
  • [ZF-6457] – Zend_Validate_Date doesn’t validate a value filtered by Zend_Filter_LocalizedToNormalized
  • [ZF-6634] – include warning with same module and namespace name
  • [ZF-6679] – Items configured from Zend_Application::setOptions() via a config entry do not have their keys cast to lower case
  • [ZF-6893] – Cannot use Zend_Application_Resource_FrontController to set baseurl for a subset of environments
  • [ZF-7135] – null values are treated as missing data instead of an empty value
  • [ZF-7158] – No automatic creation of Zend_Application_Module_Autoloader for default module
  • [ZF-7358] – Zend_Cache_Backend_ZendServer_ShMem and Zend_Cache_Backend_ZendServer_Disk throws an exception in test()
  • [ZF-7449] – Directive $element->setRegisterInArrayValidator(false) doesn’t work anymore
  • [ZF-7454] – Timezone and Zend_Date
  • [ZF-7456] – Regression in 1.9 in ability to create Zend_Date from array
  • [ZF-7544] – Fatal Error when setting same FilterRule more than one time in script call
  • [ZF-7550] – Bootstrap fails after checking out r17414
  • [ZF-7560] – Zend_Translate_Adapter does not properly handle numeric key values
  • [ZF-7589] – Zend_Date::setDate when parsing the date to set in an array
  • [ZF-7621] – noticed fired from Zend_Translate_Adapter_Gettext which causes phpunit to throw exception
  • [ZF-7627] – Zend_Date localized and MySQL datetime column
  • [ZF-7631] – Zend_Validate_NotEmpty compatibility
  • [ZF-7639] – Zend_XmlRpc_Value* doesn’t handle special chars correctly
  • [ZF-7643] – Empty token value in Zend_Validate_Identical::NOT_SAME
  • [ZF-7657] – Custom Validator Messages may be broken
  • [ZF-7673] – Zend_Validate_Regex uses incorrect message template

Docs: Improvement

  • [ZF-6659] – Module bootstrap implementation
  • [ZF-7417] – clarify confusion between ‘resource plugins’ and ‘resources’ in docs

Docs: Problem

  • [ZF-6291] – Zend_Cache::factory() denies creation of Zend_Cache_Backend_TwoLevels backend on Linux
  • [ZF-6861] – Stripping all require_once calls makes Zend_Application unable to work
  • [ZF-7091] – "scripts/load.sqlite.php" is missing "set_include_path"
  • [ZF-7095] – Zend_Application_Resource_Modules Example is wrong
  • [ZF-7172] – How to instatiate the ZendServer cache backends
  • [ZF-7401] – Errors in QuickStart
  • [ZF-7549] – Missing prefix and type parameters in the PHPdoc for most of the addPrefixPath methods
  • [ZF-7597] – Reference guide minor error
  • [ZF-7604] – No Zend_Log_Writer_Syslog::setApplication() hence documentation
  • [ZF-7605] – Zend_Application docs mistake
  • [ZF-7613] – There is not "factory" method in the Zend_Queue class
  • [ZF-7614] – Incorrect function name in the #42.2 manual entry
  • [ZF-7647] – fetchAssoc() and fetchPairs() in Zend_Db_Adapter_Abstract have wrong docblock return type

Improvement

  • [ZF-3216] – Zend_Db_Adapter_Mysqli does not provide a proper way to catch MySQL error codes.
  • [ZF-5823] – Non-optimized SQL generated for LIMIT clause in MSSQL adapter
  • [ZF-6803] – Zend_Application Default Module Bootstrap is Skipped
  • [ZF-7630] – Zend_Validate_Date doesn’t accept Zend_Date object
  • [ZF-7662] – Zend_Locale_Data – Missing ldml.dtd and ldmlSupplemental.dtd

New Feature

  • [ZF-4730] – Add possibility to check group-membership in Zend_Auth_Adapter_Ldap

Patch

  • [ZF-7629] – Zend_Db_Adapter_Pdo_Mssql should pass @table_owner to sp_pkeys

Unit Tests: Problem

  • [ZF-7208] – Incubator unit tests stop with fatal error ‘Class ‘Zend_Ldap_AllTests’ not found’
  • [ZF-7554] – testSetLocale(Zend_DateTest) unit tests failure
  • [ZF-7648] – testNotSameMessageContainsTokenAndValue(Zend_Validate_IdenticalTest) unit tests failure
  • [ZF-7676] – Unit tests stop because of the "Call to undefined method Zend_XmlRpc_Server_Fault::getReturnValue()" fatal error

Release Notes – Zend Framework – Version 1.9.1

Bug

  • [ZF-1721] – Zend_Acl::isAllowed does not support Role/Resource Inheritance down to Assertions
  • [ZF-1722] – Zend_Acl assertions broken when inheritance is required (ie DepthFirstSearch)
  • [ZF-3390] – Inheritage of roles: rules are checked by parent roles
  • [ZF-4460] – Resource objects passed in to ACL query methods are not passed through to registered assert()’s
  • [ZF-5425] – Assertion implementation does not receive ACL query parameters.
  • [ZF-5748] – Zend_View render() allows parent directory notation, opening potential LFI exploit
  • [ZF-6658] – autoloading issue with the fallback autoloader
  • [ZF-6672] – autoloading issue in Zend_Application_Bootstrap_BootstrapAbstract::getPluginResource
  • [ZF-7185] – getdate() expects parameter 1 to be long, string given
  • [ZF-7224] – loader warnings when using class resource for a specific module
  • [ZF-7291] – Zend_Mail uses doublequotes in header charset which troubles several email clients
  • [ZF-7356] – Invalid timezone in supplementalData.xml
  • [ZF-7413] – strpos() operations on objects cause segfaults
  • [ZF-7438] – A few typos prevent zf.php from using the ZEND_TOOL_INCLUDE_PATH_PREPEND environment variable
  • [ZF-7448] – can’t use of locale ‘root’ anymore
  • [ZF-7460] – Zend_Translate, Plural – not return the correct index in the Russian language
  • [ZF-7464] – zf.bat on Windows throws Undefined index: STORAGE_DIR Notice
  • [ZF-7465] – zf create controller fails on Windows with ZF 1.9
  • [ZF-7473] – It seems that when Zend_Loader_Autoloader_Resource registers it self with Zend_Loader_Autoloader it doesn’t add the "_" at the end.
  • [ZF-7474] – Subsequent subtracting/addition actions on Zend_Date at end of year
  • [ZF-7475] – Error with matching types of values
  • [ZF-7482] – Zend_Feed_Reader::import fails when using HTTP Conditional gets and cache
  • [ZF-7494] – Bad plural rule for ‘cs,sk’ locale, patch included
  • [ZF-7500] – Zend_Locale::setDefault throws Exception with broken string
  • [ZF-7505] – exception ‘Zend_Exception’ with message ‘File "Zend/Validate/Hostname/Com.php" does not exist or class "Zend_Validate_Hostname_Com" was not found
  • [ZF-7513] – Wrong error message for certain validators
  • [ZF-7515] – fail to set STORAGE_DIR to $HOME/.zf/
  • [ZF-7521] – The Zend Tool zf.php script uses $_ENV instead of getenv(), in recent releases of php, the $_ENV superglobal is not populated in the recommended php.ini file
  • [ZF-7535] – Unprecise point declaration in Zend_Measure_Length

Docs: Problem

  • [ZF-7545] – Missing prefix and type parameters in the PHPdoc of the addPrefixPath method in Zend_Form_Element

Improvement

  • [ZF-1167] – consistency: addRole() adds a role, but there is not addResource()
  • [ZF-6923] – Zend_Pdf performance improvements
  • [ZF-6927] – Use SplObjectStorage class within Zend_Memory component
  • [ZF-7349] – Zend_Reflection_File does not reflect interfaces. Zend_CodeGenerator cannot generate interfaces.
  • [ZF-7467] – Zend_Acl addResource() and addRole() should accept strings when configuring

New Feature

  • [ZF-6813] – setIdentity, setCredentials methods

Patch

  • [ZF-7422] – Zend_Form context missing in validator chains
  • [ZF-7602] – Patch to add IteratorAggregate like behaviour to Zend_Paginator

Task

  • [ZF-7451] – Zend_Filter_LocalizedToNormalized
  • [ZF-7452] – Zend_Filter_NormalizedToLocalized

Unit Tests: Improvement

  • [ZF-1869] – Test Coverage of case folding and describe table

Unit Tests: Problem

  • [ZF-7479] – Unable to load pdf files generated by htmldoc
  • [ZF-7555] – testIsExpired(Zend_Http_CookieTest) unit tests failure

Sub-task

  • [ZF-6924] – replace Zend_Pdf_StringParser::skipWhiteSpace() method with strspn()
  • [ZF-7528] – Line endings in Zend/Pdf
  • [ZF-7529] – Line endings in Zend/Queue
  • [ZF-7532] – Line endings in Zend/Tool
  • [ZF-7533] – Line endings in Zend/View

Release Notes – Zend Framework – Version 1.9.0

Bug

  • [ZF-2614] – findDependentRowset(…) bugs in loop
  • [ZF-2798] – JOIN requires FROM otherwise it acts just like FROM
  • [ZF-3020] – Zend_Session error handler handles anything in E_ALL as an exception
  • [ZF-3347] – findParentRow when column is NULL
  • [ZF-4097] – Zend_Filter_Word_SeparatorToCamelCase incorrect match pattern
  • [ZF-4352] – Zend_Validate_Alpha / Zend_Validate_Alnum CAST to string
  • [ZF-4495] – LDAP connection bug with special characters
  • [ZF-4838] – HTTPS in Zend_Http_Client is to be considered insecure
  • [ZF-5438] – Zend_Http_Client_Adapter_Socket doesn’t understand Transfer-encoding "Chunked"
  • [ZF-5817] – Can’t use external email addresses as username with Zend_Auth_Adapter_Ldap
  • [ZF-5835] – Zend_form_element_file has wrong name when is nested in subform
  • [ZF-5864] – Zend_Form_Element_File in sub form: name attribute is not rendered using the array notation
  • [ZF-6040] – decodeDeflate() handles incorrectly
  • [ZF-6060] – Zend_Locale_Format::toInteger() fails to work properly with negative input or sufficiently small decimals
  • [ZF-6113] – Zend_Ldap $_options member not declared
  • [ZF-6263] – Bug in Zend_Mail subject in case of special charachters (ZF-2559 not fixed)
  • [ZF-6349] – Zend_Soap_AutoDiscover does not generate interoperable document-literal WSDL
  • [ZF-6462] – View adding extension to called resource / Docs wrong?
  • [ZF-6509] – Zend_Cache with Zend_Translate omits language label in cache filenames resulting in translations not working
  • [ZF-6511] – NOT_SAME message is not enough informative in Zend_Validate_Identical.
  • [ZF-6532] – Zend_Filter_LocalizedToNormalized return date array instead of integer
  • [ZF-6560] – Zend_Currency::toCurrency(): precision bug with positive values
  • [ZF-6561] – Zend_Currency::toCurrency(): negative values errors
  • [ZF-6573] – Zend_Ldap::getCanonicalAccountName ignores Zend_Ldap::ACCTNAME_FORM_DN canonicalization type when it is specified in Zend_Ldap::options therefore Zend_Ldap throws exception Zend_Ldap_Exception with message "Unknown canonical name form: 1".
  • [ZF-6655] – Zend_Currency::toCurrency(): wrong display with use of "precision"
  • [ZF-6660] – Zend_Gdata_App autoloading bug with class_exists
  • [ZF-6671] – Different results between 1.7.4 and 1.8.1
  • [ZF-6689] – Functions without return parameter are not translated to One-Way Operations
  • [ZF-6723] – Zend_Locale_Format::getNumber() doesn’t parse thousands separators properly
  • [ZF-6724] – Error with options count in Zend_View_Helper_Translate
  • [ZF-6743] – zf.sh – problems executing if its folder name has whitespaces
  • [ZF-6789] – Ec2 Instnace groupSets don’t match up when you ignore terminated instances.
  • [ZF-6819] – Zend_File_Transfer_Adapter_Http upload failure when using Rename filter
  • [ZF-6852] – Zend_Rest_Server::returnResponse() null == $flag should be null === $flag
  • [ZF-6872] – Reply-To support (encoding)
  • [ZF-6897] – Zend_File_Transfer_Adapter_Abstract: Internal file entry created by setDestination() is not seen by _getFiles()
  • [ZF-6938] – Zend_Filter_Word_UnderscoreToCamelCase can’t handle numbers
  • [ZF-6960] – constants in xml config file
  • [ZF-6986] – Zend_Service_Amazon_Ec2_Instance describe can only return one instance.
  • [ZF-7011] – _toToken has no docblocks and hardly any comments
  • [ZF-7013] – Gdata – paths in loader apparently incorrect and causing errors
  • [ZF-7032] – wrong string declaration in ajaxLink
  • [ZF-7033] – Zend_Service_Amazon has until Auguest 15, 2009 to authenticate requests with HMAC-SHA256 of the secret key
  • [ZF-7039] – Zend_Service_Amazon_Ec2 Improperly Formats Signature/Request
  • [ZF-7081] – Wrongly used call_user_func_array
  • [ZF-7087] – Zend_Service_Twitter_Search::search() ’since_id’ param doesn’t conform with Twitpocalypse
  • [ZF-7099] – Translate_Adapter: setOptions calls setLocale with wrong parameter
  • [ZF-7101] – Cannot call include_once(‘Zend/Gdata/App.php’) before calling include_once(‘Zend/Gdata.php’)
  • [ZF-7102] – Exception not propogated correctly if thrown from constructor
  • [ZF-7104] – Zend_Service_Amazon_S3 should reset Zend_Http_Client::auth
  • [ZF-7106] – Circular dependency when loading Zend_Gdata_Calendar
  • [ZF-7107] – Zend_Validate_Http outputs "unsupported operand type" error when running PHP in interactive mode
  • [ZF-7117] – getClientIp() might be sensitive to spoofing
  • [ZF-7122] – Zend_Service_Twitter does not handle twitter id > 2147483647 (integer casting)
  • [ZF-7127] – Problem with Where-clause in select for paginator
  • [ZF-7136] – Zend_Cache_Backend change in 1.8.4 broke Zend_Locale_Data (and by extension, Zend_Date)
  • [ZF-7154] – Zend_Date::setMonth adds +1 Year when using abbreviated month name
  • [ZF-7163] – Amazon Ec2 Ebs – Request has expired
  • [ZF-7175] – Localization of number use 0xC2A0 instead [space] character
  • [ZF-7183] – Zend_Filter_StringTrim does not work correctly with input which begins with a unicode char
  • [ZF-7201] – Zend_Form_Element_File::getValue() only works on first usage
  • [ZF-7202] – getTimezoneFromString don’t detect timezone in string with month names
  • [ZF-7207] – Warning: Division by zero
  • [ZF-7209] – Missing require_once ‘Zend/Serach/Lucene/Exception.php’ in Zend_Search_Lucene_Document
  • [ZF-7210] – Missing require_once ‘Zend/Serach/Lucene/Exception.php’ in Zend_Search_Lucene_Document
  • [ZF-7239] – Zend_Translate does not work if both caching and the array adapter are used
  • [ZF-7240] – Norwegian ‘no’ language problem.
  • [ZF-7242] – *_MimeType:isValid() – doesn’t use finfo when possible
  • [ZF-7245] – subTime() throws an exception
  • [ZF-7263] – Zend_Service_Twitter_Exception extends Exception instead of Zend_Service_Exception
  • [ZF-7264] – Zend_Server_Reflection_Exception extends Zend_Exception instead of Zend_Server_Exception
  • [ZF-7269] – Zend_Service_ReCaptcha_Exception extends Zend_Exception instead of Zend_Service_Exception
  • [ZF-7273] – Zend_Service_SlideShare_Exception extends Zend_Exception instead of Zend_Service_Exception
  • [ZF-7274] – Zend_Service_Strikelron_Exception extends Zend_Exception instead of Zend_Service_Exception
  • [ZF-7275] – Zend_Service_Nirvanix_Exception extends Zend_Exception instead of Zend_Service_Exception
  • [ZF-7277] – Zend_Validate_Hostname fails when iconv internal encoding differs from input character set
  • [ZF-7282] – Zend_Locale_Math_Exception extends Zend_Exception instead of Zend_Locale_Exception
  • [ZF-7286] – Zend_Validate_Int can’t work if cache is not available
  • [ZF-7287] – Paginator doesn’t use "_defaultItemCountPerPage" and show all items instead of only _itemCountPerPage
  • [ZF-7301] – inet_pton warning with customed error trigger
  • [ZF-7322] – getCanonicalAccountName() in Zend_Ldap bind function ignores options array
  • [ZF-7323] – Zend_Validate_Hostname not properly validating .com & .net hostnames.
  • [ZF-7325] – Zend_Gdata uses split() which is deprecated since PHP 5.3
  • [ZF-7341] – Zend_Navigation does not mark children of active pages.
  • [ZF-7359] – Zend_Currency::toCurrency() returning wrong numbers when working with small floats
  • [ZF-7375] – Zend_Cache_Backend_File.php throws Fatal Error: missing variable $mqr
  • [ZF-7376] – Zend_File_Transfer_Adapter_Abstract: Unable to set magicFile-Option
  • [ZF-7385] – DataTables derived from PHPUnits Query Table throw warnings when no results are found
  • [ZF-7387] – Zend_Queue_Adapter_Db calls getLogger(undefined)
  • [ZF-7392] – Constructing Zend_Date with custom session savehandler causes Zend_Session_Exception
  • [ZF-7407] – *_Transfer_Adapter_Http
  • [ZF-7435] – http://framework.zend.com/xml/zend-config-xml/1.0/ is missing
  • [ZF-7443] – value $option erased by foreach loop
  • [ZF-7509] – Zend_Currency::toCurrency() – no space between number and Currency (PHP version affected)

Coding Standards Violation

  • [ZF-7280] – Zend_Db_Adapter_Pdo_Pgsql tab idented line
  • [ZF-7324] – Zend_Rest_Route PHPDoc blocks problem

Docs: Improvement

  • [ZF-5832] – removing pages from a Zend_Pdf’s pages[] array causes some PDF readers to issue warning
  • [ZF-7001] – Document Header Encoding Possibilites in Zend_Mail
  • [ZF-7120] – Add multiple file upload example to documentation
  • [ZF-7173] – Zend_Validate_EmailAddress::INVALID_FORMAT Constant is not mentioned in the API nor the Reference Guide
  • [ZF-7254] – Create your project – first page of tutorial documentation has me going, huh?
  • [ZF-7307] – Document charset adapter option
  • [ZF-7355] – Duplicated sentence in section 22.2.8.

Docs: Problem

  • [ZF-4427] – Rename /manual/en/zend.gdata.html#zend.gdata.introdduction.magicfactory to …#zend.gdata.introduction.magicfactory
  • [ZF-6138] – Directory Separator of Windows
  • [ZF-6280] – Wrong return type for Zend_Dom_Query_Css2XPath::transform()
  • [ZF-6460] – Stripping all require_once calls makes Zend_Loader_Autoloader unable to work
  • [ZF-6506] – No mention of isValid context variable in new docs
  • [ZF-6693] – Return Type for Zend_File_Transfer_Adapter_Abstract::getMimeType is incorrect
  • [ZF-7126] – Docs incorrectly claim Zend Mail has setReplyTo method.
  • [ZF-7132] – Zend_Pagintor : error with smarty integration
  • [ZF-7164] – Error at 60.4.1.9 section – HeadStyle helper
  • [ZF-7165] – Problem in 60.4.1.11. HTML Object Helpers section
  • [ZF-7218] – Examples incorrect
  • [ZF-7290] – Zend_Filter-Encryption.xml has a spelling mistake and a paragraph duplicated
  • [ZF-7295] – Zend_Date toString(‘e’) function counts weekdays now from 0
  • [ZF-7302] – Zend_Pdf_Page has incorrect spelling for the word ‘instructions’ in the phpdocs.
  • [ZF-7311] – Zend_Form_Element->removeDecorator returns $this documented as boolean.
  • [ZF-7409] – Constructor function wrong doc.
  • [ZF-7416] – Typo in Resource Plugins documentation

Improvement

  • [ZF-2105] – Zend_Filter::get() could be better named
  • [ZF-2286] – Add a _setupRowClass() method to Zend_Db_Table_Abstract
  • [ZF-2523] – Zend_Filter_Inflector default null ‘filter’ method param
  • [ZF-2577] – _dependentTables and _referenceMap should have class parameter
  • [ZF-2899] – Zend_Filter / Zend_Validate setDefaultNamespaces
  • [ZF-2946] – Zend_Http_Client_Adapter_Socket be able to set stream context options
  • [ZF-3486] – Zend_Db_Table should allow for concrete instantiation
  • [ZF-3516] – Zend_Filter_HtmlEntities should support htmlentities() fourth argument double_encode
  • [ZF-4383] – Zend_Date::DATETIME_*
  • [ZF-5577] – Zend_Config support in Zend_Http_Client
  • [ZF-6186] – Zend_Validate possibility to tuncate long values for validate messages
  • [ZF-6278] – Email syntax is wrong
  • [ZF-6297] – Webservice to find out latest available version of ZF
  • [ZF-6374] – Zend_Validate_Date don’t make use of the application-wide locale
  • [ZF-6408] – Let Zend_Filter_File_Rename accept filename only as target
  • [ZF-6564] – private method Zend_Ldap::_getAccount
  • [ZF-6676] – Zend_Validate_Hostname attempts to validate non ip addresses as ip addresses
  • [ZF-6681] – Add CLDR1.7
  • [ZF-6688] – Zend_Validate doesn’t extend Zend_Validate_Abstract
  • [ZF-6717] – Update Ec2 to use the lastest API Version 2009-04-04
  • [ZF-6742] – ArrayOfTypeSequence strategy doesn’t support complex types
  • [ZF-6851] – Zend_File_Transfer_Adapter_Http rename filter issues, it clears the path set
  • [ZF-6933] – Support proxy options in Zend_Http_Client_Adapter_Curl
  • [ZF-6953] – Identical should allow empty strings as valid token
  • [ZF-7023] – Zend_Filter_StringTrim does not work correctly with a multibyte string
  • [ZF-7040] – Get the Handle Ressource from Zend_Http_Client_Adapter_Curl
  • [ZF-7092] – Add a method to retrieve the remote IP
  • [ZF-7128] – Allow to validate any data structure with Zend_Validate_Identical
  • [ZF-7200] – implement __get for Zend_Application_Bootstrap_BootstrapAbstract
  • [ZF-7234] – Promote Zend_Ldap extended support to trunk
  • [ZF-7248] – ‘files’ is treated as uncountable.

New Feature

  • [ZF-2400] – Add plural support to GetText Adapter
  • [ZF-2580] – Provide easy access to schema and table name for insertion into SQL query strings
  • [ZF-3535] – Add an virtual "AUTO" type to output values
  • [ZF-3856] – CLDR 1.6.1: Add support for units
  • [ZF-3857] – CLDR 1.6.1: Add support for character-fallback
  • [ZF-3858] – CLDR 1.6.1: Add plurals support
  • [ZF-3859] – CLDR 1.6.1: Add support for intervalformat
  • [ZF-3872] – CLDR 1.6.1: Add handling for transliteration
  • [ZF-3936] – Zend_Measure_Binary is not locale aware
  • [ZF-4507] – add zend_validate_uri that uses Zend_Uri to check if a website adress is correct
  • [ZF-6911] – Actions management
  • [ZF-6914] – Document outlines (bookmarks) processing
  • [ZF-6955] – Cookie support for Zend_Soap_Client
  • [ZF-7159] – WebService to figure out the latest version of Zend framework available as download
  • [ZF-7225] – mysql result handler doesn’t return expected array of objects

Patch

  • [ZF-6497] – relative paths in Zend_Soap_Wsdl
  • [ZF-6758] – Separator with chain name cannot be specified in config
  • [ZF-7056] – Allow document slug extension to differ from filename
  • [ZF-7283] – Small mistake in Zend_Tool_Framework_Client_Console_ResponseDecorator_Colorizer

Task

  • [ZF-6295] – All licence files have to be modified to point to the actual year

Unit Tests: Problem

  • [ZF-6887] – MimeTypeTest.php test failures
  • [ZF-6888] – Unit test failures when SQLite driver not installed
  • [ZF-6936] – Zend Filter unit tests fail when Unicode disabled
  • [ZF-7339] – testArrayAccess(Zend_Memory_ValueTest) unit tests error
  • [ZF-7340] – testCreate(Zend_Memory_MemoryManagerTest) unit tests error
  • [ZF-7370] – Zend_Gdata_App_FeedTest::testSetServicePropagatesToChildren() tests produce an error on PHP 5.3

Sub-task

  • [ZF-6677] – Zend_Validate_Hostname validates ip address even if it’s disallowed
  • [ZF-6695] – Add CLDR 1.7 data
  • [ZF-6696] – Add support for PostalCode
  • [ZF-6698] – Add support for Character Substitution
  • [ZF-6701] – Add support for IntervalFormat
  • [ZF-6702] – Add support for Units
  • [ZF-6776] – Add support for numberingSystems
  • [ZF-6837] – Page removing capability needs correct OpenAction processing
  • [ZF-6838] – Page removing capability needs Named destinations processing
  • [ZF-6839] – Page removing capability needs outlines (bookmarks) processing
  • [ZF-6856] – Named destinations processing also needed name trees processing.
  • [ZF-6912] – PDF Actions representation
  • [ZF-6913] – Document open action management
  • [ZF-6916] – Annotations processing engine
  • [ZF-6917] – Text annotations
  • [ZF-6918] – Link annotations
  • [ZF-6922] – File Attachment annotations
  • [ZF-6925] – decline Zend_Pdf_PhpArray usage

Sub-task: Docs

  • [ZF-5467] – Fix all spelling, grammar and formatting issues for Zend_Ldap in the reference guide
Hervé — 30 août 2009 @ 14:25 Classé dans : Php / mySql, Programmation Tag: , , ,

Pas de commentaire »

Pas encore de commentaire.

Flux RSS des commentaires de cet article. Adresse web de rétrolien

Laisser un commentaire