Skip to content

Commit

Permalink
minor #11136 Minor fix to OPcache regeneration instructions (jt2k)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4 branch.

Discussion
----------

Minor fix to OPcache regeneration instructions

Commits
-------

8cf7481 Fix typo
  • Loading branch information
javiereguiluz committed Mar 12, 2019
2 parents 7f16dfa + 8cf7481 commit 681f740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance.rst
Expand Up @@ -151,7 +151,7 @@ overhead that can be avoided as follows:
opcache.validate_timestamps=0
After each deploy, you must empty and regenerate the cache of OPcache. Otherwise
you won't see the updates made in the application. Given than in PHP, the CLI
you won't see the updates made in the application. Given that in PHP, the CLI
and the web processes don't share the same OPcache, you cannot clear the web
server OPcache by executing some command in your terminal. These are some of the
possible solutions:
Expand Down

0 comments on commit 681f740

Please sign in to comment.