Skip to content

Releases: diablomedia/zf1-http

PHP 8.3 Ready

19 Apr 17:42
e616854
Compare
Choose a tag to compare

This release allows and was tested against PHP 8.3

PHP 8.2 Ready

20 Apr 15:33
9060fdd
Compare
Choose a tag to compare

Tested against PHP 8.2

Header Name Fix

06 Dec 18:20
de3d9d2
Compare
Choose a tag to compare

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).

https://www.ietf.org/rfc/rfc822.txt

PHP 8.1 Ready

04 Dec 16:20
204b481
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 Tested

20 Mar 14:39
Compare
Choose a tag to compare

This release has been tested on PHP 8, no code changes necessary, just updates to tests to remove deprecated assertions.

PHP 7.4 Tested

10 Jan 05:39
Compare
Choose a tag to compare

Some type fixes for phpstan.

1.0.2: PHP 7.3 tests, upgrading phpstan (and bumping to level 3) (#3)

28 Sep 19:32
0a22743
Compare
Choose a tag to compare

Better Autoloading

12 Apr 19:01
Compare
Choose a tag to compare

This release changes the autoload namespace to Zend_Http_ for better performance in non-optimized environments.

Also code-style changes.

First Release

26 Mar 23:23
Compare
Choose a tag to compare
1.0.0

adding controller dev dependency for tests