Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reference/opcache/functions/opcache-invalidate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
This function invalidates a particular script from the opcode cache. If
<parameter>force</parameter> is unset or &false;, the script will only be
invalidated if the modification time of the script is newer than the cached
opcodes. This function only invalidates in-memory cache and not file cache.
opcodes. If the <link linkend="ini.opcache.file-cache">opcache.file_cache</link>
directive is enabled, this function also invalidates the corresponding
file cache entry.
</simpara>
</refsect1>

Expand Down