Releases: xp-framework/http
Releases · xp-framework/http
11.0.0. PHP 7.4
- Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid) - Added PHP 8.5 and 8.6 to the test matrix - @thekid
10.3.0: XP 12 compatibility
10.2.0: Forward compatibility
- Added PHP 8.3 to test matrix, migrated test suite to new testing library
xp-framework/test, see xp-framework/rfc#344
(@thekid) - Refactored
peer.http.Authorizationsto use dynamic invocations instead
of reflection. See xp-framework/rfc#338
(@thekid)
10.1.0: Flushing output
10.0.3: PHP 8.2 compatibility
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
10.0.2: XP11, library compatibility
- Made compatible with XP 11 and
xp-framework/loggingversion 11.0.0
(@thekid)
10.0.1: PHP 8.1 compatibility
- Fixed stristr(): Passing null to parameter 1 ($haystack) of type string
is deprecated in PHP 8.1
(@thekid)
10.0.0: Drop PHP 5 support
- Implemented xp-framework/rfc#334: Drop PHP 5.6:
. Heads up: Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Rewroteisset(X) ? X : defaulttoX ?? default
(@thekid)