Changes of Revision 4
[-] | Changed | php-pecl-ZendOpcache.changes |
1
2 ------------------------------------------------------------------- 3 +Fri Jan 23 07:45:05 UTC 2015 - cs@linux-administrator.com 4 + 5 +- update to release 7.0.4 6 + 7 +------------------------------------------------------------------- 8 Thu May 15 19:49:05 UTC 2014 - cs@linux-administrator.com 9 10 - inital package 11 |
||
[-] | Changed | php-pecl-ZendOpcache.spec ^ |
10 1
2 Summary: The Zend OPcache provides faster PHP execution through opcode caching and optimization 3 Name: php-pecl-ZendOpcache 4 Provides: php-pecl-zendopcache = %{version}.%{release} 5 -Version: 7.0.3 6 +Version: 7.0.4 7 Release: 1%{?dist} 8 License: PHP 9 Group: Development/Languages 10 |
||
[+] | Added | package.xml ^ |
@@ -0,0 +1,253 @@ +<?xml version="1.0" encoding="UTF-8"?> +<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> + <name>zendopcache</name> + <channel>pecl.php.net</channel> + <summary>The Zend OPcache provides faster PHP execution through opcode caching and optimization.</summary> + <description>The Zend OPcache provides faster PHP execution through opcode caching and + optimization. It improves PHP performance by storing precompiled script + bytecode in the shared memory. This eliminates the stages of reading code from + the disk and compiling it on future access. In addition, it applies a few + bytecode optimization patterns that make code execution faster.</description> + <lead> + <name>Dmitry Stogov</name> + <user>dmitry</user> + <email>dmitry@zend.com</email> + <active>yes</active> + </lead> + <lead> + <name>Zeev Suraski</name> + <user>zeev</user> + <email>zeev@zend.com</email> + <active>yes</active> + </lead> + <lead> + <name>Hannes Magnusson</name> + <user>bjori</user> + <email>bjori@php.net</email> + <active>yes</active> + </lead> + <lead> + <name>Xinchen Hui</name> + <user>laruence</user> + <email>laruence@php.net</email> + <active>yes</active> + </lead> + <date>2014-01-20</date> + <time>13:36:37</time> + <version> + <release>7.0.3</release> + <api>7.0.2</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.php.net/license">PHP License</license> + <notes> +- Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend) +- Added suggestion about opcache.revalidate_freq setting in development environmento +- Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq" +- Fixed reavlidate_path=1 behavior to avoid caching of symlinks values. +- Fixed opcahce_reset() crash when opcache.protect_memory is set +- Fixed bug #66176 (Invalid constant substitution) +- Fixed bug #65559 (Opcache: cache not cleared if changes occur while running) +- Fixed compatibility with old PHP versions +- Fixed bug #65915 (Inconsistent results with require return value) +- Fixed issue #115 (path issue when using phar) +- Fixed issue #149 (Phar mount points not working with OPcache enabled) +- Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled). +- Added function opcache_compile_file() to load PHP scripts into cache without execution. +- Fixed issue #135 (segfault in interned strings if initial memory is too low) +- Fixed bug #65665 (Exception not properly caught when opcache enabled) +- Fixed issue #128 (opcache_invalidate segmentation fault) +- Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var) +- Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4) +- Replce ZEND_FETCH_* instructions with IS_CV if possible +- Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s) +- Added support for glob symbols in blacklist entries (?, *, **) +- Improved implementation of NOP removal pass from O(n^2) to O(n) +- Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown). +- Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c) + </notes> + <contents> + <dir name="/"> + <file md5sum="d6966343834dfba7752aea0c37637aef" name="Optimizer/pass3.c" role="src" /> + <file md5sum="ae6709dc64cf779cc9e65fcf2d0bdc5c" name="Optimizer/zend_optimizer.h" role="src" /> + <file md5sum="265cf1747bf060f848d312e9f154dd10" name="Optimizer/nop_removal.c" role="src" /> + <file md5sum="358a263bf5eb28062408ec0101f01bb6" name="Optimizer/pass10.c" role="src" /> + <file md5sum="b507b12a3467d097ad31aeb36a8945bd" name="Optimizer/optimize_temp_vars_5.c" role="src" /> + <file md5sum="2f2421d7c73a26f3a85b6e2554ce2676" name="Optimizer/zend_optimizer_internal.h" role="src" /> + <file md5sum="492fa3d86fe3e2265c14098408639750" name="Optimizer/pass2.c" role="src" /> + <file md5sum="d36fca388956206682000424b6b3999a" name="Optimizer/zend_optimizer.c" role="src" /> + <file md5sum="4831fe355f8fe552ed0a841157bc3cfa" name="Optimizer/pass9.c" role="src" /> + <file md5sum="4aa1bb4ffc882d4071cda16fd2208c1f" name="Optimizer/pass1_5.c" role="src" /> + <file md5sum="b81ebb0680a669fe9941bd8d89de7ccb" name="Optimizer/block_pass.c" role="src" /> + <file md5sum="d003e99f6b008affc7da42a9872cf331" name="Optimizer/pass5.c" role="src" /> + <file md5sum="7d03db0fdd01d161a3eb9ac02f367ad6" name="tests/001_cli.phpt" role="src" /> + <file md5sum="7a0f0e4697f83364d30c26c80f10185e" name="tests/skipif.inc" role="src" /> + <file md5sum="20993b4b62f9dcfdeebf6b1c39124f88" name="tests/bug64353.phpt" role="src" /> + <file md5sum="d84803268f984b621468eedabde70b5a" name="tests/bug64482.phpt" role="src" /> + <file md5sum="6ff6cf77bf40806d206a4b23269a356b" name="tests/bug64482.inc" role="src" /> + <file md5sum="3485087b530ca8ef63d1fac68380b579" name="tests/issue0057.phpt" role="src" /> + <file md5sum="cbc21d60fcb6bea306ba5b7dec0477f0" name="tests/issue0079.phpt" role="src" /> + <file md5sum="6f96f1e5189092d88a00522a24d5a9cd" name="tests/blacklist.phpt" role="src" /> + <file md5sum="812822e74f305ae823e4e01cccba0362" name="tests/opcache-1.blacklist" role="src" /> + <file md5sum="383b276f4b00967ee44cb6f2646031c4" name="tests/opcache-2.blacklist" role="src" /> + <file md5sum="ece696a4c72dbd44109864ad8d14aa0f" name="tests/bug65510.phpt" role="src" /> + <file md5sum="dfdfb40a8d0dbe3011711b0769f62e0a" name="tests/bug65559.phpt" role="src" /> + <file md5sum="d112a1402884a318f9a3d24d3e8abbb7" name="tests/bug65665.phpt" role="src" /> + <file md5sum="e8d423c22607e0619eb8124e8a2dbcb0" name="tests/bug65845.phpt" role="src" /> + <file md5sum="c5be4c1baf3632f7c7eff8760cac703a" name="tests/bug65915.phpt" role="src" /> + <file md5sum="9199fa97bd8a44e3ffd8ea5eca6d3e6c" name="tests/bug66176.phpt" role="src" /> + <file md5sum="d1c6a7482b69e982c8863cc776ada592" name="tests/issue0115.phpt" role="src" /> + <file md5sum="ade0be830e0de8194ce63edb513d9cc3" name="tests/issue0128.phpt" role="src" /> + <file md5sum="4e42c957a339c2bdde10c1b7ccfdbf57" name="tests/issue0140.phpt" role="src" /> + <file md5sum="a56a3be914c1e913a6a665fa75c0e379" name="tests/issue0149.phpt" role="src" /> + <file md5sum="c7f9fa165a3fc922fddc6eaada568abe" name="tests/revalidate_path_01.phpt" role="src" /> + <file md5sum="b6d45b4bd9c118905fe1a2dd5ef56f59" name="tests/blacklist-win32.phpt" role="src" /> + <file md5sum="ffb8e54209910b3b5ee57354ea0a483c" name="tests/bug66461.phpt" role="src" /> + <file md5sum="ed8e2a8b00ca1864243bb1c24d878fce" name="tests/bug66474.phpt" role="src" /> + <file md5sum="4d17bc13de5948ff665243120117ebb4" name="README" role="doc" /> + <file md5sum="5bb09683f8f09b15b7076f4b4c31d61f" name="LICENSE" role="doc" /> + <file md5sum="8a2f90733f54ce61f438476f4f261daa" name="config.w32" role="src" /> + <file md5sum="a9847e7f4590b7e8dc377946ee479d5b" name="config.m4" role="src" /> + <file md5sum="c5072f33e2f7b92cb7729ad2fb7f0199" name="zend_accelerator_util_funcs.c" role="src" /> + <file md5sum="bcd069b0b4436de9b106dce53f4e79c8" name="zend_persist_calc.c" role="src" /> + <file md5sum="1d1418379bc4fcb3242f52f136588c2f" name="ZendAccelerator.c" role="src" /> + <file md5sum="5c506274ea36122beedee084c955860e" name="shared_alloc_mmap.c" role="src" /> + <file md5sum="e7145f9fbcb20c2f7663f11f61ade4cb" name="zend_accelerator_debug.c" role="src" /> + <file md5sum="5594e22d6f8c136adce4bfebcab02ad2" name="zend_accelerator_blacklist.c" role="src" /> + <file md5sum="22853fd379c43641aee7fe6b3ceba663" name="shared_alloc_shm.c" role="src" /> + <file md5sum="d8fbe866811e09c58c3e1d5ab7369699" name="zend_accelerator_util_funcs.h" role="src" /> + <file md5sum="70ac5b3f74facbb6672e71855e320e28" name="zend_accelerator_module.h" role="src" /> + <file md5sum="af7546afe8b5a195dc09fdeb6229ba67" name="zend_shared_alloc.h" role="src" /> + <file md5sum="2c4b2ee2247696daaaea6fbc0e56dbf2" name="zend_persist.h" role="src" /> + <file md5sum="cd48727870b4e5a7782da5b862475d27" name="shared_alloc_win32.c" role="src" /> + <file md5sum="9ef14dbbca572b2fd293394362e39555" name="zend_shared_alloc.c" role="src" /> + <file md5sum="13d8f8e928d6f6972cae56e587d2cd9d" name="ZendAccelerator.h" role="src" /> + <file md5sum="1e485cce80e5932b3d942599f66f0b42" name="zend_persist.c" role="src" /> + <file md5sum="347a3cbba924e1975c84476443183bc1" name="shared_alloc_posix.c" role="src" /> + <file md5sum="ada35b0649af4265ab741f90bcf92e4e" name="zend_accelerator_module.c" role="src" /> + <file md5sum="40d70299b5454155decae6bb4b0055d8" name="zend_accelerator_blacklist.h" role="src" /> + <file md5sum="5ff2182268bb48ff7120075a9124ebae" name="zend_accelerator_hash.c" role="src" /> + <file md5sum="f18e2fa57e9d0ec6cf3e4b994a780058" name="zend_accelerator_debug.h" role="src" /> + <file md5sum="42d2f4f17d41d523aeaaf81697133b6a" name="zend_accelerator_hash.h" role="src" /> + </dir> + </contents> + <dependencies> + <required> + <php> + <min>5.2.0</min> + </php> + <pearinstaller> + <min>1.4.0b1</min> + </pearinstaller> + </required> + </dependencies> + <providesextension>zendopcache</providesextension> + <zendextsrcrelease /> + <changelog> + <release> + <version> + <release>7.0.3</release> + <api>7.0.3</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <date>2014-01-20</date> + <license uri="http://www.php.net/license">PHP License</license> + <notes> +- Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend) +- Added suggestion about opcache.revalidate_freq setting in development environmento +- Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq" +- Fixed reavlidate_path=1 behavior to avoid caching of symlinks values. +- Fixed opcahce_reset() crash when opcache.protect_memory is set +- Fixed bug #66176 (Invalid constant substitution) +- Fixed bug #65559 (Opcache: cache not cleared if changes occur while running) +- Fixed compatibility with old PHP versions +- Fixed bug #65915 (Inconsistent results with require return value) +- Fixed issue #115 (path issue when using phar) +- Fixed issue #149 (Phar mount points not working with OPcache enabled) +- Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled). +- Added function opcache_compile_file() to load PHP scripts into cache without execution. +- Fixed issue #135 (segfault in interned strings if initial memory is too low) +- Fixed bug #65665 (Exception not properly caught when opcache enabled) +- Fixed issue #128 (opcache_invalidate segmentation fault) +- Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var) +- Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4) +- Replce ZEND_FETCH_* instructions with IS_CV if possible +- Added opcache.restrict_api configuration directive that may limit usage of OPcahce API functions only to patricular script(s) +- Added support for glob symbols in blacklist entries (?, *, **) +- Improved implementation of NOP removal pass from O(n^2) to O(n) +- Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown). +- Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c) + </notes> + </release> + <release> + <version> + <release>7.0.2</release> + <api>7.0.2</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <date>2013-06-05</date> + <license uri="http://www.php.net/license">PHP License</license> + <notes> | ||
Added | zendopcache-7.0.4.tgz ^ |