All Versions
15
Latest Version
Avg Release Cycle
68 days
Latest Release
1345 days ago

Changelog History
Page 2

  • v1.0.4 Changes

    August 11, 2018

    🆕 New features:

    • Return HTTP 502 when slave returns empty response (#411)
    • Return HTTP 503 when there is no available slave after a set period (#411)
    • Return HTTP 504 when downstream response exceeeds max-execution-time (#413)

    Big thank you for his contributions to @dnna

    🐛 Bug fixes:

    • 🛠 Fix memory when client went away before worker aquired (#414)
  • v1.0.3 Changes

    July 23, 2018

    🆕 New features:

    • ➕ Added worker TTL option (#392, #395)

    👌 Improvements:

    • 👍 Allow nginx to set REMOTE_ADDR (#354)
    • Add query string to $_SERVER['REQUEST_URI'] (#364)
    • 🛠 Fix reloading after emergency mode (#398, #400)
    • ⬆️ Upgrade reactphp dependencies (#399, #401)
  • v1.0.2 Changes

    April 14, 2018

    🆕 New features:

    • ➕ Add reload command and graceful shutdowns (#365)

    👌 Improvements:

    • Avoid excessive slave restarts when multiple watched files change (#348)
    • 🛠 Fix servers with many workers stuck in starting phase (#366)
    • ➕ Added compatibility with symfony 4 (#360)
  • v1.0.1 Changes

    January 09, 2018

    Includes

    • 🛠 Fix for custom socket path
    • 👍 Allow dumping one configuration option (for new docker images)
    • 🛠 Some small fixes
  • v1.0.0 Changes

    January 08, 2018

    🚀 First stable release of php-pm.

    Includes:

    • 🌐 static web server bridge
    • PSR7 middleware bridge
    • HttpKernel bridge for Symfony 3+
    • 🔨 Internal refactoring to improve stability
    • 📜 ReactPHP/http 0.8 with tons of new improvements (multipart parsing/file upload)
    • 🐳 Docker images ready to use: https://github.com/php-pm/php-pm-docker

      cd my/symfony-project/

      configure

      $ docker run -v pwd:/var/www/ phppm/ppm:1.0 config

      run

      $ docker run --name ppm --rm -v pwd:/var/www -e PPM_STATIC=./web/ -p 8080:80 phppm/nginx:1.0

    👌 Supports:

    • php 5.6
    • php 7