Skip to content

Releases: spacetab-io/static-server-php

4.1.0

06 Sep 11:01
Compare
Choose a tag to compare

Added

None.

Changed

  • Upgrades composer packages.
  • Upgrades PHP version to 8.1

Removed

None.

Fixed

  • Fixes prerender host proxy (add nginx option proxy_ssl_server_name on).
  • User a human-readable header parser error message when user wants to use a : character in header values.

4.0.1

28 Jul 08:52
d596f64
Compare
Choose a tag to compare

Added

None.

Changed

  • Composer packages was updated
  • NGINX updated from 1.19.2 to 1.21.1

Removed

None.

Fixed

  • Moved configuration json raw dump from nginx config file to a separate file. Because we have reached the NGINX configuration limit of config file length.

4.0.0

03 Jan 12:53
Compare
Choose a tag to compare

Added

None.

Changed

  • Upgrades Composer to 2.0 version.
  • Upgrades NGINX to 1.19.6 version.
  • Upgrades NGINX Brotli Module to 1.0.9 version.
  • Upgrades PHP to 8.0 version.
  • Upgrades PHPUNIT configuration file to new schema.
  • Update LICENSE and README year from 2020 to 2021 🎇
  • Completely rewritten sources code and now it became more simplified.
  • PHP performs the role of "template engine" to generate NGINX configuration
    and read/forward the Spacetab configuration. Does not control the NGINX process.
  • 99% backward compatibility.
  • Using asynchronous non-blocking i/o.
  • Web-server configuration files separated to easily configuring.
  • Improved error handling.

Removed

  • Removed box-project/box from project dependencies. Now uses separated docker image to build a phar-archive.
  • Removed code which is responsible for dist-code modification. Because is too hard for understanding and this project
    is too small for such an abstraction layer. Now dist-code modification is enabled by default and no option to
    disable it.
  • A lot of many composer packages that no need anymore...

Fixed

  • A potential fix of bug when web-server spawn zombie processes.

3.2.1

03 Jun 13:39
40c2425
Compare
Choose a tag to compare
Update README.md

3.2.0

25 May 19:17
Compare
Choose a tag to compare
Release 3.2.0 version.

3.1.0

21 May 14:36
Compare
Choose a tag to compare
Release 3.1.0 version.

3.0.0

15 May 12:58
Compare
Choose a tag to compare
Fix version passing to docker image.