]> git.pld-linux.org Git - packages/php.git/blobdiff - opcache.ini
apxs1 cleanup from apache 1.3
[packages/php.git] / opcache.ini
index 9f414a03a90c836ce9d0fef8e902e5d4a4445924..26aec08845827501853997be786b5b97a949cb73 100644 (file)
@@ -1,6 +1,3 @@
-; Enable opcache zend extension module
-zend_extension=opcache.so
-
 ; Determines if Zend OPCache is enabled
 ;opcache.enable=1
 
@@ -97,6 +94,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.
This page took 0.027245 seconds and 4 git commands to generate.