Skip to content

Releases: xp-framework/http

10.3.0: XP 12 compatibility

24 Mar 11:57
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid
  • Added PHP 8.4 to the test matrix - @thekid

10.2.0: Forward compatibility

30 Jul 09:07
Compare
Choose a tag to compare

10.1.0: Flushing output

16 Jun 06:59
Compare
Choose a tag to compare
  • Merged PR #26: Implement flushing chunked output streams - @thekid

10.0.3: PHP 8.2 compatibility

27 Feb 09:48
Compare
Choose a tag to compare
  • Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid

10.0.2: XP11, library compatibility

21 Oct 15:00
Compare
Choose a tag to compare
  • Made compatible with XP 11 and xp-framework/logging version 11.0.0
    (@thekid)

10.0.1: PHP 8.1 compatibility

14 Mar 17:34
Compare
Choose a tag to compare
  • 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

10 Apr 14:41
Compare
Choose a tag to compare
  • 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
    . Rewrote isset(X) ? X : default to X ?? default
    (@thekid)

9.1.4: SSL fix

24 Dec 15:58
Compare
Choose a tag to compare
  • Fixed SSL handling when the server does not support TLS, see PR #25
    (@patzerr, @thekid).

9.1.3: CURL fix

24 Dec 14:31
Compare
Choose a tag to compare

9.1.2: XP10 compatiblity

01 Dec 15:24
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid