File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,11 @@ using APC and ``opcache_reset()`` when using OPcache).
5757 means that you cannot clear the web server OPcache by executing some command
5858 in your terminal. These are some of the possible solutions:
5959
60- 1. Restart the web server;
61- 2. Call the ``apc_clear_cache() `` or ``opcache_reset() `` functions via the
62- web server (i.e. by having these in a script that you execute over the web);
63- 3. Use the `cachetool `_ utility to control APC and OPcache from the CLI.
60+ #. Restart the web server;
61+ #. Call the :phpfunction: `apc_clear_cache ` or :phpfunction: `opcache_reset `
62+ functions via the web server (i.e. by having these in a script that
63+ you execute over the web);
64+ #. Use the `cachetool `_ utility to control APC and OPcache from the CLI.
6465
6566Optimizing all the Files Used by Symfony
6667~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments