]> git.pld-linux.org Git - packages/php.git/blobdiff - opcache.ini
update to php-7.4 snapshot; WIP
[packages/php.git] / opcache.ini
index 2cc841dc67331f77a48b84f903de92dcbb64f43a..9f414a03a90c836ce9d0fef8e902e5d4a4445924 100644 (file)
@@ -126,3 +126,16 @@ zend_extension=opcache.so
 ; If specified, it produces opcode dumps for debugging different stages of
 ; optimizations.
 ;opcache.opt_debug_level=0
+
+; Specifies a PHP script that is going to be compiled and executed at server
+; start-up.
+; http://php.net/opcache.preload
+;opcache.preload=
+
+; Prevents caching files that are less than this number of seconds old. It
+; protects from caching of incompletely updated files. In case all file updates
+; on your site are atomic, you may increase performance by setting it to "0".
+;opcache.file_update_protection=2
+
+; Absolute path used to store shared lockfiles (for *nix only).
+;opcache.lockfile_path=/tmp
This page took 0.042602 seconds and 4 git commands to generate.