Skip to content

Minor service release

Compare
Choose a tag to compare
@ohader ohader released this 19 Jun 18:50
· 8 commits to v2 since this release
[TASK] Silence PHP opcache warnings

There are some environments where `opcache.restrict_api`(https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.restrict-api)
is enabled for security/stability reasons. Using them produces PHP warnings like

```
PHP Warning:  Zend OPcache API is restricted by "restrict_api" configuration
directive in /tmp/vendor/typo3/phar-stream-wrapper/src/Helper.php on line 34
```