Skip to content

1.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Apr 21:30
· 3 commits to master since this release

Important

Minimum PHP version is now 7.1

This release bumps the minimum PHP version from 5.3 to 7.1. If your project is still on PHP 5.3-7.0, stay on 1.15.x. See #216 for details.


This is a general release of all packages in the monorepo.
You may use individual packages by installing them via composer: composer require zf1s/zend-* or the whole framework in one go with composer require zf1s/zf1 - see README.

  • minimum PHP version bumped from 5.3 to 7.1 (#216)
  • general
    • php 8.4 compatibility (#218)
    • php 8.5 compatibility (#225)
    • bump dev dependencies (#215, #218)
    • fix flaky cache backend and slow memcached tests (#217, #220)
  • zend-controller, zend-json, zend-rest, zend-soap, zend-tool, zend-xmlrpc
    • catch Throwable instead of Exception in dispatch/server error boundaries (#230)

🎉 Contributors: @falkenhawk @marcing