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
More information about text formats
opcache.enable=0
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