New
v1.9.1
What's Changed
- feat(docker): Debian Trixie Docker images by @alexandre-daubois in https://github.com/php/frankenphp/pull/1777
- feat(static): add memcache and memcached to static build by @henderkes in https://github.com/php/frankenphp/pull/1825
- fix: don't flush env between requests by @AlliBalliBaba in https://github.com/php/frankenphp/pull/1814
- fix: free request context if
php_request_startup()errors by @AlliBalliBaba in https://github.com/php/frankenphp/pull/1842 - fix: better error handling in C code by @alexandre-daubois in https://github.com/php/frankenphp/pull/1766
- fix(caddy): prevent a crash because of an invalid configuration by @WeidiDeng in https://github.com/php/frankenphp/pull/1774
- fix(ext): support filename other than
ext.goand keep local vars on generation by @alexandre-daubois in https://github.com/php/frankenphp/pull/1818 - fix(ext): better zval handling to avoid leaks with arrays by @alexandre-daubois in https://github.com/php/frankenphp/pull/1780
- fix(ext) make go arrays more consistent with PHP arrays by @AlliBalliBaba in https://github.com/php/frankenphp/pull/1800
- fix(ext): register extensions in cli mode by @withinboredom in https://github.com/php/frankenphp/pull/1798
- fix(packages): add WorkingDirectory in the RedHat package service to make
mercure.dbfile work without absolute paths by @henderkes in https://github.com/php/frankenphp/pull/1835 - fix(builder): missing iconv extension in the builder Docker image by @henderkes in https://github.com/php/frankenphp/pull/1793
- chore: upgrade to Caddy 0.20.2 by @alexandre-daubois
- chore: upgrade to Go 1.25 by @dunglas in https://github.com/php/frankenphp/pull/1811
- chore: bump other deps by @alexandre-daubois and @dunglas
- perf: cleanup context by @AlliBalliBaba in https://github.com/php/frankenphp/pull/1816
- docs: add Brazilian Portuguese translation by @adielcristo in https://github.com/php/frankenphp/pull/1645
- docs: Add Japanese translation for documentation by @demouth in https://github.com/php/frankenphp/pull/1740
New Contributors
- @dertuxmalwieder made their first contribution in https://github.com/php/frankenphp/pull/1765
- @WeidiDeng made their first contribution in https://github.com/php/frankenphp/pull/1774
- @bram-pkg made their first contribution in https://github.com/php/frankenphp/pull/1802
- @adielcristo made their first contribution in https://github.com/php/frankenphp/pull/1645
Full Changelog: https://github.com/php/frankenphp/compare/v1.9.0...v1.9.1