Hi
Am 2025-05-28 06:02, schrieb Sebastian Bergmann:
Is this really a *need*, or is it more of a recommendation? If it's
left in a user's configuration, what is the impact?
A warning on startup:
PHP Warning: Failed loading Zend extension 'opcache.so' (tried: ...)
Indeed. To explain further: The `opcache.so` will no longer exist, thus
the behavior is as with any other non-existent extension you are trying
to load.
You can already try yourself with `php
-dzend_extension=does-not-exist.so`
Best regards
Tim Düsterhus