diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-23 19:31:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-23 19:31:08 +0200 |
commit | f39479c31485313edd77e5f92b155280c3e08ff1 (patch) | |
tree | 16ef1410088e3c79a4093d5a5e49405e3f033ca7 /php56.spec | |
parent | c40ba0efc45d83cdcd008206bfe3515ebfa358bf (diff) |
php 5.6: add workaround for unserialize/mock issue from 5.4/5.5
Diffstat (limited to 'php56.spec')
-rw-r--r-- | php56.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -121,7 +121,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.14.%{?snapdate}%{?rcver}%{?dist} +Release: 0.15.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif @@ -177,6 +177,8 @@ Patch45: php-5.4.8-ldap_r.patch Patch46: php-5.4.9-fixheader.patch # drop "Configure command" from phpinfo output Patch47: php-5.4.9-phpinfo.patch +# temporary fix (from 5.4/5.5) for unserialize/mock +Patch48: php-5.6.0-mock.patch # RC Patch Patch91: php-5.3.7-oci8conf.patch @@ -902,6 +904,7 @@ rm -rf ext/json %endif %patch46 -p1 -b .fixheader %patch47 -p1 -b .phpinfo +%patch48 -p1 -b .mock %patch91 -p1 -b .remi-oci8 @@ -1911,6 +1914,9 @@ fi %changelog +* Mon Jun 23 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.15.RC1 +- add workaround for unserialize/mock issue from 5.4/5.5 + * Mon Jun 23 2014 Remi Collet <rcollet@redhat.com> 5.6.0-0.14.RC1 - fix phpdbg with libedit https://bugs.php.net/67499 |