Skip to content

Commit 681f740

Browse files
committed
minor #11136 Minor fix to OPcache regeneration instructions (jt2k)
This PR was merged into the 3.4 branch. Discussion ---------- Minor fix to OPcache regeneration instructions Commits ------- 8cf7481 Fix typo
2 parents 7f16dfa + 8cf7481 commit 681f740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ overhead that can be avoided as follows:
151151
opcache.validate_timestamps=0
152152
153153
After each deploy, you must empty and regenerate the cache of OPcache. Otherwise
154-
you won't see the updates made in the application. Given than in PHP, the CLI
154+
you won't see the updates made in the application. Given that in PHP, the CLI
155155
and the web processes don't share the same OPcache, you cannot clear the web
156156
server OPcache by executing some command in your terminal. These are some of the
157157
possible solutions:

0 commit comments

Comments
 (0)