lucapxl's picture

I found out that disabling opcache in php.ini will do the trick
in /etc/php/8.2/apache2/php.ini
set to 0 opcache.enable, like this:
opcache.enable=0