Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Releases: xp-framework/scriptlet

8.0.0: XP7 compatibility

21 Feb 21:10
Compare
Choose a tag to compare

7.0.1: Content length fix

12 Feb 20:24
Compare
Choose a tag to compare
  • Fixed problem delivering files with an incorrect content length when
    file size has changed between requests
    (@thekid)

7.0.0: RFC 303 Subcommands

01 Feb 01:13
Compare
Choose a tag to compare

6.3.2: Properties reading fix

24 Jan 21:50
Compare
Choose a tag to compare
  • Replaced calls to deprecated Properties::readHash() with readMap()
    (@thekid)

6.3.1: XP7 Forward compatibility

23 Jan 23:16
Compare
Choose a tag to compare

6.3.0: Welcome XP 6.5, PHP 5.5

20 Dec 15:07
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.4 support. Note: As the main source is not
    touched, unofficial PHP 5.4 support is still available though not tested
    with Travis-CI
    .
    (@thekid)

6.2.3: Forward compatibity, #2

08 Nov 18:04
Compare
Choose a tag to compare
  • Added forward compatibility with XP 6.6.0 - @thekid

6.2.2: Forward compatibility

12 Jul 17:28
Compare
Choose a tag to compare
  • Added forward compatibility with XP 6.4.0 - @thekid

6.2.1: Serving arguments

23 Jun 09:08
Compare
Choose a tag to compare
  • Added support for event-based server via -m event. The event based
    server is based on PECL/event.
    (@thekid)
  • Added possibility to pass arguments to the server implementation in the
    "-m" command line switch: xpws -c com.example.shorturl.Api -m prefork,5
    for example will make the PreforkingServer implementation use 5 children
    instead of the default 10.
    (@thekid)

6.2.0: PHP7 forward compatibility

13 Jun 22:42
Compare
Choose a tag to compare
  • Added forward compatibility with PHP7 - @thekid
  • Fixed scriptlet.LocaleNegotiator in PHP7 - @thekid
  • Fixed HHVM compatibility issue with HTTP protocol version verification,
    broken because HHVM handles sscanf() differently regarding to %*....
    (@thekid)