diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-10 14:44:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-10 14:44:47 +0200 |
commit | 937960bc0e4f0a7f0f53f5987fea3746dff0b376 (patch) | |
tree | b23024ae44c5cf6a95861b498086ea8a21768a6b | |
parent | ed54878c403be4619a5cbfb5068aa3811b842021 (diff) |
PHP 5.4.42
-rw-r--r-- | failed.txt | 33 | ||||
-rw-r--r-- | php.spec | 6 |
2 files changed, 38 insertions, 1 deletions
diff --git a/failed.txt b/failed.txt new file mode 100644 index 0000000..1214dea --- /dev/null +++ b/failed.txt @@ -0,0 +1,33 @@ +===== 5.5.42 + +$ grep -r 'Tests failed' /var/lib/mock/scl54*/build.log + +/var/lib/mock/scl54fc19x/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) + Bug #37911 (preg_replace_callback ignores named groups) [ext/pcre/tests/bug37911.phpt] + preg_grep() 2nd test [ext/pcre/tests/grep2.phpt] + preg_match() flags 3 [ext/pcre/tests/match_flags3.phpt] + Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] + +/var/lib/mock/scl54fc20x/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) + idem f19 + +/var/lib/mock/scl54fc21x/build.log:Tests failed : 10 ( 0.1%) ( 0.1%) + Test DateTimeZone::getTransitions() function : basic functionality [ext/date/tests/DateTimeZone_getTransitions_basic1.phpt] + DateTime::add() -- massive [ext/date/tests/DateTime_add-massive.phpt] + DateTime::diff() -- massive [ext/date/tests/DateTime_diff-massive.phpt] + DateTime::sub() -- massive [ext/date/tests/DateTime_sub-massive.phpt] + Bug #48058 (Year formatter goes wrong with out-of-int range) [ext/date/tests/bug48058.phpt] + Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] + mktime() [3] (64-bit) [ext/date/tests/mktime-3-64bit.phpt] + Test timezone_transitions_get() function : basic functionality [ext/date/tests/timezone_transitions_get_basic1.phpt] + Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] + Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt] + +/var/lib/mock/scl54fc22x/build.log:Tests failed : 10 ( 0.1%) ( 0.1%) + idem f21 + +/var/lib/mock/scl54el6x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) + Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] + +/var/lib/mock/scl54el7x/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) + idem f19 @@ -108,7 +108,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.4.41 +Version: 5.4.42 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1593,6 +1593,10 @@ fi %changelog +* Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> 5.4.42-1 +- Update to 5.4.42 + http://www.php.net/releases/5_4_42.php + * Thu May 14 2015 Remi Collet <remi@fedoraproject.org> 5.4.41-1 - Update to 5.4.41 http://www.php.net/releases/5_4_41.php |