]> git.pld-linux.org Git - packages/php.git/blobdiff - opcache.ini
- up to 7.4.4; fixes CVE-2020-7066, CVE-2020-7064, CVE-2020-7065)
[packages/php.git] / opcache.ini
index 9f414a03a90c836ce9d0fef8e902e5d4a4445924..b2931f6f0324e0e73beb541b2c551e5690068192 100644 (file)
@@ -1,6 +1,4 @@
-; Enable opcache zend extension module
-zend_extension=opcache.so
-
+[opcache]
 ; Determines if Zend OPCache is enabled
 ;opcache.enable=1
 
@@ -97,6 +95,10 @@ zend_extension=opcache.so
 ; errors.
 ;opcache.mmap_base=
 
+; Facilitates multiple OPcache instances per user (for Windows only). All PHP
+; processes with the same cache ID and user share an OPcache instance.
+;opcache.cache_id=
+
 ; Enables and sets the second level cache directory.
 ; It should improve performance when SHM memory is full, at server restart or
 ; SHM reset. The default "" disables file based caching.
@@ -132,6 +134,11 @@ zend_extension=opcache.so
 ; http://php.net/opcache.preload
 ;opcache.preload=
 
+; Preloading code as root is not allowed for security reasons. This directive
+; facilitates to let the preloading to be run as another user.
+; http://php.net/opcache.preload_user
+;opcache.preload_user=
+
 ; 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".
This page took 0.030584 seconds and 4 git commands to generate.