Hi,
Is it possible the php.ini editor function is broken on version 11.0.4? This afternoon I was testing some stuff out on a project and changing settings with the php.ini editor didn't take effect... Neither the one on the site level (eg website -> developer tools) or the one for the platform (eg 'Settings' -> 'Service').
I tried to disable opcache by setting opcache.enabled to 0 (or a boolean disabled), but nothing works if I may believe the phpinfo output. Changing other values like memory_limit also don't take effect...
I have some projects where these were edited before, and they are still set to the edited values (maybe because the function was working back then?)