]> git.pld-linux.org Git - packages/php.git/blobdiff - opcache.ini
up to 7.4.0RC2
[packages/php.git] / opcache.ini
index 26aec08845827501853997be786b5b97a949cb73..b2931f6f0324e0e73beb541b2c551e5690068192 100644 (file)
@@ -1,3 +1,4 @@
+[opcache]
 ; Determines if Zend OPCache is enabled
 ;opcache.enable=1
 
 ; 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.232524 seconds and 4 git commands to generate.