Skip to content

Releases: php-pm/php-pm

2.4.0

16 Mar 10:44
b0aae62
Compare
Choose a tag to compare

Add PHP 8.1 support and upgrade dev dependencies

2.3.0

09 Jan 11:11
7b88a85
Compare
Choose a tag to compare

Add Symfony 6 support and drop Symfony 3.4

2.2.3: Merge pull request #542 from mathieudz/disable_keepalive

09 Jan 11:08
cc97b99
Compare
Choose a tag to compare
  • Disable keep-alive in HTTP 1.1 (#542), allows reactphp/http >= 1.3 again
  • Avoid busy waiting when no worker is available (#544)

2.2.2: Temporarily prevent installing reactphp/http >=1.3

16 Apr 09:46
63430a7
Compare
Choose a tag to compare

Avoid installing reactphp 1.3 due to some keepalive problems see #538 for reference

2.2.1

04 Feb 10:21
ed62070
Compare
Choose a tag to compare

Bug fixes

  • Removed unneded react/cache dependency
  • Improved change detection to avoid multiple restarts

2.2.0

14 Dec 19:08
251cf17
Compare
Choose a tag to compare

New features:

  • Added PHP 8 support

2.1.3

12 Aug 09:37
a36da31
Compare
Choose a tag to compare

Bug fixes:

  • Remove unwanted var_dump()

2.1.2

12 Aug 09:31
40a8707
Compare
Choose a tag to compare

New features:

  • Log Slave HTTP server exceptions #251

Bug fixes:

  • Better detection of changed files while on debug mode
  • Keep previous PID file when starting another php-pm instance by mistake #314
  • Fix attempting to close a Slave that never connected in the first place #467 #470

2.1.1

28 Jul 09:10
df654ba
Compare
Choose a tag to compare

New features:

  • Add support for configuring max. concurrent requests and request body buffer (#505)

2.1.0

24 Jul 06:58
459eaa8
Compare
Choose a tag to compare

New features:

  • Update react/http to v1.0.0 (#503 and #504)

Bug fixes:

  • Fix type issue in Utils::getMaxMemory
  • Various build and CI fixes