Skip to content

Releases: diablomedia/zf1-server

PHP 8.3 Ready

19 Apr 14:23
aa82021
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

19 Apr 17:05
3e1f4e1
Compare
Choose a tag to compare

Tested against PHP 8.2

PHP 8.1 Ready

04 Dec 17:55
589ac58
Compare
Choose a tag to compare

This version has been tested against PHP 8.1.

  • PHP < 7.4 has been dropped (and is enforced with composer.json).
  • PHP 5 specific code removed.
  • Tests support PHPUnit 9

PHP 8.0 Support

20 Mar 15:42
8382073
Compare
Choose a tag to compare

PHP 8.0 deprecates a couple of Reflection methods (ReflectionParameter::isArray and ReflectionParameter::getClass) so a couple of modifications were made to support the existing API without having to call these methods.

PHP 7.4 Tested

10 Jan 19:24
Compare
Choose a tag to compare

PHP 7.4 changed how some of the Reflection classes worked (and what access they provided to properties), this release changes how those are accessed so that tests pass on PHP 7.4.

PHP 7.3

01 Mar 21:16
Compare
Choose a tag to compare

This release has been tested against PHP 7.3

Better Autoloading

17 Apr 03:31
Compare
Choose a tag to compare
1.0.1

adding grumphp, php-cs-fixer, fixing style

First Release

21 Mar 19:49
Compare
Choose a tag to compare
1.0.0

Preparing for standalone package, fixing phpstan errors