diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-14 11:14:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-14 11:14:51 +0200 |
commit | 5e9eff4163331b0f369c6838ecebfc6aa19859c7 (patch) | |
tree | a780528da8e2846279ff7588100294c8d5a56faa | |
parent | 0a55a60c6710ac8cc3e201eb9d8388d1c9f1daca (diff) |
PHP 5.5.25
-rw-r--r-- | php.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 @@ -912,6 +912,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 @@ -1755,6 +1757,10 @@ fi %changelog +* Thu May 14 2015 Remi Collet <remi@fedoraproject.org> 5.5.25-1 +- Update to 5.5.25 + http://www.php.net/releases/5_5_25.php + * Wed Apr 29 2015 Remi Collet <remi@fedoraproject.org> 5.5.25-0.1.RC1 - update to 5.5.25RC1 |