]> git.pld-linux.org Git - packages/php-pecl-zendopcache.git/commitdiff
up to 7.0.2 auto/th/php-pecl-zendopcache-7.0.2-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 21 Jun 2013 05:44:12 +0000 (08:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 21 Jun 2013 05:44:12 +0000 (08:44 +0300)
php-pecl-zendopcache.spec
zendopcache.ini

index 2141ba4cc85f2e2385989177ea8fc051e72bab4c..5a3e8e73e52ed6b0175927e3571a57c584f9e642 100644 (file)
@@ -6,15 +6,15 @@
 Summary:       Zend Optimizer+ - PHP code optimizer
 Summary(pl.UTF-8):     Zend Optimizer+ - optymalizator kodu PHP
 Name:          %{php_name}-pecl-%{modname}
 Summary:       Zend Optimizer+ - PHP code optimizer
 Summary(pl.UTF-8):     Zend Optimizer+ - optymalizator kodu PHP
 Name:          %{php_name}-pecl-%{modname}
-Version:       7.0.1
-Release:       2
+Version:       7.0.2
+Release:       1
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: 3a0a43a4819c72763bc35ecf5689221e
+# Source0-md5: a175166ac32544051bd3277cc00a7b5d
 Source1:       %{modname}.ini
 URL:           http://pecl.php.net/package/zendopcache
 Source1:       %{modname}.ini
 URL:           http://pecl.php.net/package/zendopcache
-BuildRequires: %{php_name}-devel >= 4:5.0.4
+BuildRequires: %{php_name}-devel >= 4:5.2
 BuildRequires: rpmbuild(macros) >= 1.519
 %{?requires_php_extension}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: rpmbuild(macros) >= 1.519
 %{?requires_php_extension}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
index 26c5574cdcf9546e4de9b8496b5cb7a925672790..8237668f30341d73e16fbbb32ecb1e0728ec9cb4 100644 (file)
@@ -5,6 +5,10 @@ zend_extension=@extensiondir@/opcache.so
 ; (default "1")
 opcache.enable = 1
 
 ; (default "1")
 opcache.enable = 1
 
+; Enables the OPcache for the CLI version of PHP. It's mostly for testing and debugging.
+; (default "0")
+opcache.enable_cli = 0
+
 ; The OPcache shared memory storage size.
 ; The amount of memory for storing precompiled PHP code in Mbytes.
 ; (default "64")
 ; The OPcache shared memory storage size.
 ; The amount of memory for storing precompiled PHP code in Mbytes.
 ; (default "64")
@@ -95,15 +99,16 @@ opcache.optimization_level = 0xffffffff
 ; (default "1")
 opcache.inherited_hack = 1
 
 ; (default "1")
 opcache.inherited_hack = 1
 
-; The location of the OPcache blacklist file.
-; The OPcache blacklist file is a text file that holds the names of files that
+; The location of the OPcache blacklist file (wildcards allowed).
+; Each OPcache blacklist file is a text file that holds the names of files that
 ; should not be accelerated. The file format is to add each filename to a new
 ; line. The filename may be a full path or just a file prefix (i.e., /var/www/x
 ; blacklists all the files and directories in /var/www that start with 'x').
 ; should not be accelerated. The file format is to add each filename to a new
 ; line. The filename may be a full path or just a file prefix (i.e., /var/www/x
 ; blacklists all the files and directories in /var/www that start with 'x').
-; Files are usually triggered by one of the following three reasons:
+; Line starting with a ; are ignored (comments).  Files are usually triggered
+; by one of the following three reasons:
 ; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
 ; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
-; 2) Code that does not work well when accelerated, due to some delayed compile
-; time evaluation.
+; 2) Code that does not work well when accelerated, due to some delayed
+;   compile time evaluation.
 ; 3) Code that triggers an OPcache bug.
 ; (default "")
 opcache.blacklist_filename = ""
 ; 3) Code that triggers an OPcache bug.
 ; (default "")
 opcache.blacklist_filename = ""
This page took 0.070707 seconds and 4 git commands to generate.