OpcacheBundle icon indicating copy to clipboard operation
OpcacheBundle copied to clipboard

Displays the PHP OPcache status in the Symfony profiler toolbar.

Results 10 OpcacheBundle issues
Sort by recently updated
recently updated
newest added

Maybe you are looking for new maintainer?

Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.4.4 to 2.12.5. Changelog Sourced from twig/twig's changelog. 2.12.5 (2020-02-11) Add a check to ensure that iconv() is defined 2.12.4 (2020-02-11) Avoid exceptions when an intl resource...

dependencies

Symfony 4.2 deprecates constructing a `TreeBuilder` without passing root node information. This adds a backwards-compatible change to remove the deprecation. ref https://github.com/symfony/symfony/blob/master/UPGRADE-4.2.md#config

This PR enables tests against PHP 7.2, 7.3 and 7.4-dev (nightly) on Travis CI. Failures on nightly are allowed.

Hello, I run a symfony/flex app, I require the `"symfony/twig-bundle": "^4.1"` bundle. I think in that case the `symfony/tempalting` package is not necessary, right? I hadn't to configure the `framework:...

enhancement
question

I've created a Dockerfile and docker-compose config where your local checkout of the OpcacheBundle is used inside the official [symfony demo application](https://github.com/symfony/demo). This makes development easy as you can immediately...

Happens sometimes, disappears on reload: ``` ContextErrorException in PhpOpcache.php line 99: Notice: Undefined index: scripts ```

bug

Visualize the different types of Opcache restarts.

enhancement

Also display the hit rate for the profiled request, not only for the whole opcache.

enhancement

The Twig template should be covered by unit tests.