Zend Framework 1.8.1

Zend Framework 1.8 n’est sortie qu’il y a quelques jours et Zend nous dévoile déjà la version 1.8.1 de son framework.

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

Pour plus d’infos sur cette mise à jour, consulter la Release Notes ci-dessous.

Release Notes – Zend Framework – Version 1.8.1

Bug

  • [ZF-405] – Empty items array when parsing rss1.0/RDF feed
  • [ZF-2201] – Apache Crash on Zend_Db_Select
  • [ZF-2224] – Behavior of Zend_Validate_Abstract::setMessage() and Zend_Validate_EmailAddress doesn’t work as expected
  • [ZF-5611] – importArray() – no support for item author element
  • [ZF-5664] – getTotalResults return object, not integer
  • [ZF-5890] – Requests over SSL fail in IE6
  • [ZF-5920] – validator greaterThan with value 0 issues warning
  • [ZF-5936] – Zend_Search_Lucene_Search_Query_Term has useless and buggy method getTerms()
  • [ZF-5949] – When connectivity is down, it fails with fatal non-object error
  • [ZF-6130] – Strongly typed objects when sent either from client side or server side do not work till we specify a classMapping
  • [ZF-6164] – Fix Google Books API demo application
  • [ZF-6176] – Zend_Locale_Format: isFloat() fails since Rev. 14170
  • [ZF-6179] – wrong time calculation using
  • [ZF-6210] – Zend/Validate/Regex needs a capital?
  • [ZF-6290] – Zend_Search_Lucene doesn’t permit « * » queries
  • [ZF-6365] – AMF class map does not work for request source
  • [ZF-6458] – Zend_Application_Resource_Frontcontroller overwrites multiple controller directories
  • [ZF-6459] – The Array-Union-Operator ignores values of existing keys
  • [ZF-6502] – Zend_Application_Resource_Modules does not correctly compute Bootstrap classname
  • [ZF-6523] – Dojo 1.3 shipped w/ Zend Framework 1.8.0 has wrong util directory
  • [ZF-6536] – Docs and code don’t match – autoloader warning suppression
  • [ZF-6540] – Zend_Serivce_Amazon_S3 should urlencode the filename/objectname before using it
  • [ZF-6545] – Zend_Application_Module_Bootstrap doesn’t work
  • [ZF-6549] – Zend_Service_Amazon_S3_Stream incorrectly parses object names
  • [ZF-6567] – Zend_Application_Module_Bootstrap does not inherit parent application’s pluginPaths
  • [ZF-6576] – Zend_Filter_File_Rename getNewName parameters (Bit of Zend_Transfer_Adapter_Http too)
  • [ZF-6578] – Zend_Tag: Bug in Zend_Tag_Cloud_Decorator_HtmlTag->setClassList()
  • [ZF-6579] – Zend_Controller_Router_Route_Module::getInstance() doesnt add dispatcher and request to the route.
  • [ZF-6580] – Zend_Controller_Router_Routes may not ommit segments when part of a chain and not being the last element
  • [ZF-6591] – class_exists call causing autoload in bootstrapabstract
  • [ZF-6593] – Session initiation through Bootstrap
  • [ZF-6594] – Google cdn url for jquery ui has changed
  • [ZF-6597] – Zend_Locale_Data – de.xml
  • [ZF-6598] – Zend_Application_Resource_Session break Zend_Session
  • [ZF-6613] – Module-Bootstraps receive application options
  • [ZF-6632] – the Italian months stand-alone wide list is incomplete

Coding Standards Violation

  • [ZF-5035] – Zend_Uri_Http::fromString throws InvalidArgumentException
  • [ZF-6518] – Missing inline documentation

Docs: Improvement

  • [ZF-6470] – Doc section zend.application.available-resources.session should mention dependency on Zend_Application_Resource_Db when using Zend_Session_SaveHandler_DbTable
  • [ZF-6487] – Zend_Application is at wrong place in component list.

Docs: Problem

  • [ZF-6356] – Documentation for PHP extension requirements wrong: pdo_mssql and pdo_dblib
  • [ZF-6442] – Docblock for Zend_Controller_Action_helper_ViewRenderer has an incorrect method name
  • [ZF-6443] – Zend_Rest_Server Example 44.9 contains a syntax error
  • [ZF-6485] – Mispelled word: $o
  • [ZF-6533] – Router begins to treat ‘@’ as a special character in version 1.8, which should be noted in « Migrating from Previous Versions » section
  • [ZF-6570] – needs to change copyright annotation tags in PHPDoc

Improvement

  • [ZF-2646] – Zend_Validate_Alnum should have emptiness checking optional.
  • [ZF-2692] – Zend_Db_Profiler::queryStart() uses unsafe method to examine query type.
  • [ZF-3178] – Two more Standard Validator needed
  • [ZF-6144] – Provide abstraction and helper method to handle in-reply-to comments for YouTube
  • [ZF-6145] – Add necessary ctor to Zend_Gdata_YouTube_CommentEntry
  • [ZF-6151] – Translate the title attribute on form buttons including images (FormImage, Submit, Reset, Button)
  • [ZF-6471] – Pass Bootstrap to Resources constructor
  • [ZF-6543] – Zend_Application config cannot handle resources specified by full class name
  • [ZF-6581] – Zend_Validate_Ip should translate « localhost » to 127.0.0.1
  • [ZF-6605] – Zend_Loader::registerAutoload() should proxy to Zend_Loader_Autoloader
  • [ZF-6612] – Zend_Translate and automatic locale detection with directory scanning

New Feature

  • [ZF-3193] – add 2D / 3D / nD – Validator
  • [ZF-5993] – Create Zend_Filter_Float
  • [ZF-6216] – Implement setDefaultLanguage-Function/Fallback-Support in Zend_Translate_Adapter

Patch

  • [ZF-6553] – Zend_Pdf_Style::getLineWidth(), missing return

Task

  • [ZF-6588] – Used Zend_Tag_IItem instead of Zend_Tag_Taggable

Unit Tests: Problem

  • [ZF-6310] – Zend Console requires non-existent file
  • [ZF-6599] – « Failed opening required ‘Zend/Amf/Adobe/IntrospectorTest.php’ » unit tests fatal error
  • [ZF-6600] – testConstructorShouldAcceptResourceLoaderInOptions(Zend_Application_Module_BootstrapTest) unit tests failure
  • [ZF-6607] – Problem with Zend_Soap_Wsdl class loading
  • [ZF-6609] – testInitializationShouldSkipModulesWithoutBootstraps(Zend_Application_Resource_ModulesTest) and testShouldReturnExecutedBootstrapsWhenComplete(Zend_Application_Resource_ModulesTest)

Sub-task

  • [ZF-6474] – Implement auth support

Sub-task: Docs

  • [ZF-6475] – Document auth support
Hervé — 13 mai 2009 @ 18:46 Classé dans : Php / mySql, Programmation Tag: , , ,

2 commentaires »

  1. Super qu’il y ait une nouvelle version de la framework mais comment faire pour mettre à jour eclipse. Il ne me propose que la framework 1.7

    Commentaire par marthyi — 18 mai 2009 @ 15:51
  2. C’est normal qu’il ne te propose que la 1.7.
    Le mieux est de créer un Path Variable avec ZF 1.8.1.

    Pour ce faire, Windows -> Preferences -> PHP -> Path Variables -> New …

    Au niveau des projets, clique droit -> Configure Include Path -> Add Variable … et tu ajoutes la variable que tu as créée.

    N’oublie pas de supprimmer FRAMEWORK_1.7_HOME.

    Pour ma part, j’ai créé 2 variables ZENDX et ZEND_FRAMEWORK que je modifie en fonction des updates de Zend Framework.

    J’espère que cela répond à ta question.

    Commentaire par Hervé — 18 mai 2009 @ 16:34

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

Laisser un commentaire