Zend Framework 2 v3.0.0 Release Notes
Release Date: 2016-06-28 // over 8 years ago-
- ๐ Read the migration documentation.
- ๐ Read the recommended quick start
- ๐ฆ Marks the package as a Composer metapackage; this means the package itself
will not be installed, only the requirements it defines. - โก๏ธ Updates the minimum supported PHP version to 5.6.
- ๐ Updates all components to latest versions, including v3 releases where
present. Also adds the following components:- zend-mvc-console
- zend-mvc-plugins
- zend-mvc-form
- zend-mvc-i18n
- zend-json-server
- zend-xml2json
- zend-diactoros
- zend-stratigility
- zend-psr7bridge
- zend-hydrator
- zend-servicemanager-di
- โ Removes all
bin/*
scripts.
Previous changes from v2.5.2
-
โก๏ธ SECURITY UPDATES
- ZF2015-06:
ZendXml
runs a heuristic detection for XML Entity Expansion and XML eXternal Entity vectors when under php-fpm, due to issues with threading in libxml preventing using that library's built-in mechanisms for disabling them. However, the heuristic was determined to be faulty when multibyte encodings are used for the XML. This release contains a patch to ensure that the heuristic will work with multibyte encodings.
If you use Zend Framework components that utilize
DOMDocument
orSimpleXML
(which includesZend\XmlRpc
,Zend\Soap
,Zend\Feed
, and several others), and deploy using php-fpm in production (or plan to), we recommend upgrading immediately. - ZF2015-06: