Releases: diablomedia/zf1-http
Releases · diablomedia/zf1-http
PHP 8.3 Ready
PHP 8.2 Ready
Tested against PHP 8.2
Header Name Fix
This release allows underscores in outgoing HTTP header names which were previously disallowed.
The HTTP spec does seem to allow these characters (and more than what ZF1 is currently allowing, even with this change):
The field-name must be composed of printable ASCII characters (i.e., characters that have values between 33. and 126., decimal, except colon).
PHP 8.1 Ready
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 Tested
This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.
PHP 7.4 Tested
Some type fixes for phpstan.
1.0.2: PHP 7.3 tests, upgrading phpstan (and bumping to level 3) (#3)
Fixed some docblock issues
Better Autoloading
This release changes the autoload namespace to Zend_Http_
for better performance in non-optimized environments.
Also code-style changes.
First Release
1.0.0 adding controller dev dependency for tests