Endava / docker-php

This is a docker php (fpm+apache2+nginx unit) image, based on the official alpine/ubuntu packages for php.
https://hub.docker.com/r/endava/php
Apache License 2.0
18 stars 6 forks source link

opcache.jit configuration for php 8.3 and following #74

Open DracoBlue opened 4 months ago

DracoBlue commented 4 months ago

It would be great to support https://php.watch/versions/8.0/JIT

opcache.jit=tracing
opcache.jit_buffer_size=0
opcache.jit_debug=0

in php 8.4 this will be the default:

opcache.jit=disable