From 0866ad8601c2f5f36270367a8f68b165a5ef8aa0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 May 2015 10:33:31 +0200 Subject: PHP 5.6.9 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 4bff2b0..147abeb 100644 --- a/php.spec +++ b/php.spec @@ -127,7 +127,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -925,6 +925,8 @@ mkdir \ rm ext/date/tests/timezone_location_get.phpt rm ext/date/tests/timezone_version_get.phpt rm ext/date/tests/timezone_version_get_basic1.phpt +# Should be skipped but fails sometime +rm ext/standard/tests/file/file_get_contents_error001.phpt # fails sometime rm ext/sockets/tests/mcast_ipv?_recv.phpt # cause stack exhausion @@ -1781,6 +1783,10 @@ fi %changelog +* Fri May 15 2015 Remi Collet 5.6.9-1 +- Update to 5.6.9 + http://www.php.net/releases/5_6_9.php + * Thu Apr 30 2015 Remi Collet 5.6.9-0.1.RC1 - update to 5.6.9RC1 -- cgit