Skip to content

Releases: dunglas/frankenphp

v1.3.3

29 Nov 10:29
v1.3.3
fc6be5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

23 Nov 20:02
v1.3.2
6d123c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

14 Nov 23:25
v1.3.1
7af06f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Nov 11:26
v1.3.0
102b4d1
Compare
Choose a tag to compare

frankenphp-1 3

Read the announcement

New Features

Bug Fixes

Performance Improvements

New Contributors

Full Changelog: v1.2.5...v1.3.0

v1.2.5

27 Aug 16:08
v1.2.5
dcf190e
Compare
Choose a tag to compare

Summary

Thanks to the performance improvements in this version, FrankenPHP 1.2.5 can handle about 20% more requests per second than version 1.2.4 (for a โ€œHello, World!โ€ application). These improvements apply to both worker mode and normal mode.

In addition, we've published a guide explaining how to get the best possible performance from FrankenPHP. The guide is also available in French.

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

12 Aug 14:36
v1.2.4
ba58e3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

06 Aug 14:16
v1.2.3
26cfcc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

12 Jul 09:32
v1.2.2
6d5cb37
Compare
Choose a tag to compare

What's Changed

  • perf: improve PHP thread management in #898
  • refactor: prevent a useless allocation in #895
  • fix: create a custom Go build when using musl to prevent a crash in #913
  • fix: deprecated Dockerfile ENV syntax in #905
  • chore: switch back to upstream Static PHP CLI in #902
  • chore: bump dependencies in #909

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

25 Jun 08:40
v1.2.1
a313f3a
Compare
Choose a tag to compare

What's Changed

  • feat: add support for max_input_time by @dunglas in #874
  • fix: remove the parallel from the static binary to prevent freezes by @dunglas in #883
  • fix: incorrectly prepared environment variables when not using Caddyfile by @dunglas in #885
  • fix: prevent crash when worker terminates after a file upload by @dunglas in #857
  • fix: C++ extension support when building a static binary by @DubbleClick in #855
  • docs: various improvements, including fixes in the sample worker script code

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Jun 09:17
v1.2.0
68c0a4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.2.0