Skip to content

Releases: xp-framework/http

11.1.0: I/O exceptions

21 Jun 17:09

Choose a tag to compare

  • Merged PR #27: Refactor I/O exceptions, dropping XP 10 support in the
    doing. See xp-framework/core#363 for a write-up on the reason behind
    this and the plan to move forward.
    (@thekid)

11.0.0. PHP 7.4

25 Apr 19:47

Choose a tag to compare

10.3.0: XP 12 compatibility

24 Mar 11:57

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

Choose a tag to compare

10.1.0: Flushing output

16 Jun 06:59

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

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

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

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

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

Choose a tag to compare

  • Fixed SSL handling when the server does not support TLS, see PR #25
    (@patzerr, @thekid).