Skip to content

Releases: behance/docker-php

Environment Variables: no longer processed

08 Dec 18:08
Compare
Choose a tag to compare

Missed the clear_env variable in the FPM documentation, processing environment variables is now no longer required.

PHP: unlocked patch version, now at 5.6.15

11 Nov 23:05
Compare
Choose a tag to compare
Merge pull request #75 from bryanlatten/php5.6.15

PHP: unlocking patch version

Bugfix: supports running without any CFG_-prefixed variables

30 Oct 05:13
Compare
Choose a tag to compare
Merge pull request #72 from cfortier2/feature/migration-script

Update to handle no `CFG_` variables

Persistence: removed from mysql/mysqli

28 Oct 13:55
Compare
Choose a tag to compare
Merge pull request #74 from bryanlatten/persistent-removal

Dockerfile: php defaults happen at build time, removed persistence

Update Rollup

27 Oct 22:24
Compare
Choose a tag to compare

Includes mysqli reconnect update

Cache: reverting customizations to memcache(d) mods

18 Sep 19:09
Compare
Choose a tag to compare
Merge pull request #63 from bryanlatten/revert-cache

Cache: removed customizations

Nginx/FPM: config updates for performance and stability

18 Sep 18:39
Compare
Choose a tag to compare
Merge pull request #62 from bryanlatten/keepalive-fix

Nginx/FPM: conf tweaks for perf + stability

PHP-FPM: unified timeout with nginx, use TCP instead of unix socket

18 Sep 14:22
Compare
Choose a tag to compare
Merge pull request #61 from bryanlatten/fpm-timeout

PHP-FPM: unified timeouts across nginx/php-fpm, TCP use instead of unix socket

Nginx/FPM: config update idempotency

08 Sep 13:52
Compare
Choose a tag to compare

Also upped PHP version to 5.6.13

Header Buffers: allowing configurable sizes

01 Sep 15:52
Compare
Choose a tag to compare
Merge pull request #57 from jimdelois/feature-configurable-buffers

Configurable FastCGI/Proxy Buffers for Debug Mode