New and refactored autoloaders:
Zend\Loader\StandardAutoloader
Zend\Loader\ClassMapAutoloader
Zend\Loader\AutoloaderFactory
New plugin broker strategy
Zend\Loader\Broker and Zend\Loader\PluginBroker
Reworked Exception system
Allow catching by specific Exception type
Allow catching by component Exception type
Allow catching by SPL Exception type
Allow catching by base Exception type
Rewritten Session component
Refactored View component
Split helpers into a PluginBroker
Split variables into a Variables container
Split script paths into a TemplateResolver
Renamed base View class "PhpRenderer"
Refactored helpers to utilize __invoke() when possible
Refactored HTTP component
New Zend\Cloud\Infrastructure component
New EventManager component
New Dependency Injection (Zend\Di) component
New Code component
Incorporates refactored versions of former Reflection and CodeGenerator components.
Introduces Scanner component.
Introduces annotation system.
Partager