From: Elan Ruusamäe Date: Fri, 21 Jun 2013 05:44:12 +0000 (+0300) Subject: up to 7.0.2 X-Git-Tag: auto/th/php-pecl-zendopcache-7.0.2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fphp-pecl-zendopcache.git;a=commitdiff_plain;h=cb6dd693286e4fe843a596de018ca770da107560 up to 7.0.2 --- diff --git a/php-pecl-zendopcache.spec b/php-pecl-zendopcache.spec index 2141ba4..5a3e8e7 100644 --- a/php-pecl-zendopcache.spec +++ b/php-pecl-zendopcache.spec @@ -6,15 +6,15 @@ 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 -# Source0-md5: 3a0a43a4819c72763bc35ecf5689221e +# Source0-md5: a175166ac32544051bd3277cc00a7b5d 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) diff --git a/zendopcache.ini b/zendopcache.ini index 26c5574..8237668 100644 --- a/zendopcache.ini +++ b/zendopcache.ini @@ -5,6 +5,10 @@ zend_extension=@extensiondir@/opcache.so ; (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") @@ -95,15 +99,16 @@ opcache.optimization_level = 0xffffffff ; (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'). -; 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. -; 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 = ""