From 0b53ba5cc78ddebe4e6a0d48c574bd44ff808551 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Apr 2016 18:17:28 +0200 Subject: php 7.0.5 + fix for 71914 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 10cd821..a13f333 100644 --- a/php.spec +++ b/php.spec @@ -126,7 +126,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -196,6 +196,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: bug71914.patch # Security fixes (200+) @@ -909,6 +910,7 @@ support for JavaScript Object Notation (JSON) to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug71914 # security patches @@ -1841,6 +1843,9 @@ fi %changelog +* Fri Apr 8 2016 Remi Collet 7.0.5-2 +- Fixed bug #71914 (Reference is lost in "switch") + * Wed Mar 30 2016 Remi Collet 7.0.5-1 - Update to 7.0.5 http://www.php.net/releases/7_0_5.php -- cgit