| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-18 | 677 Bytes | |
| v1.30.0 source code.tar.gz | 2026-03-18 | 74.0 kB | |
| v1.30.0 source code.zip | 2026-03-18 | 145.2 kB | |
| Totals: 3 Items | 220.0 kB | 1 | |
What's Changed
Disable PHP OPcache JIT by default
PHP 8.3's JIT tracing mode has known memory corruption bugs that can cause recurring PHP-FPM worker crashes. Since WordPress workloads see negligible benefit from JIT, it's now disabled by default.
Users who want JIT can re-enable it via group_vars:
:::yaml
php_opcache_jit: 'tracing'
php_opcache_jit_buffer_size: 256M
Background: https://discourse.roots.io/t/php-8-3-jit-tracing-recurring-crash-at-theme-php-325-4gb-allocation/30241
Add support for Composer custom-headers authentication
[#1652]
Full Changelog: https://github.com/roots/trellis/compare/v1.29.0...v1.30.0