diff options
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.conf2 | 3 | ||||
-rw-r--r-- | php56.spec | 9 |
3 files changed, 16 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 5.6.13 (2015-09-03) +===== 5.6.14 (2015-10-01) $ grep -r 'Tests failed' /var/lib/mock/56*/build.log @@ -7,7 +7,7 @@ $ grep -r 'Tests failed' /var/lib/mock/56*/build.log /var/lib/mock/el6i/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) /var/lib/mock/el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/fc20i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) +/var/lib/mock/fc20i/build.log:Tests failed : 4 ( 0.0%) ( 0.0%) /var/lib/mock/fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/fc21i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) /var/lib/mock/fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) @@ -19,6 +19,9 @@ $ grep -r 'Tests failed' /var/lib/mock/56*/build.log el6i Capture SSL session meta array in stream context [ext/openssl/tests/session_meta_capture.phpt] +fc20i + sni_server [ext/openssl/tests/sni_server.phpt] + TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment [ext/openssl/tests/stream_crypto_flags_002.phpt] el5i, el6i, fc20i, fc21i, fc22i, fc23i Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] @@ -28,5 +31,6 @@ el5i, el5x Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] + [1] #64146 known issue, no fix found [2] proc_open erratic results... @@ -1,6 +1,9 @@ # Redirect to local php-fpm if mod_php is not available <IfModule !mod_php5.c> + # Enable http authorization headers + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + <FilesMatch \.php$> SetHandler "proxy:fcgi://127.0.0.1:9000" </FilesMatch> @@ -147,7 +147,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.13 +Version: 5.6.14 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else @@ -1739,7 +1739,7 @@ echo -e "\nWARNING : These %{name}-* RPMs are not official Fedora / Red Hat buil echo -e "overrides the official ones. Don't file bugs on Fedora Project nor Red Hat.\n" echo -e "Use dedicated forum at http://forum.remirepo.net/\n" -%if %{?fedora}%{!?fedora:99} < 19 +%if %{?fedora}%{!?fedora:99} < 21 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif @@ -1987,6 +1987,11 @@ fi %changelog +* Wed Sep 30 2015 Remi Collet <remi@fedoraproject.org> 5.6.14-1 +- Update to 5.6.14 + http://www.php.net/releases/5_6_14.php +- php-fpm: enable http authorization headers + * Thu Sep 3 2015 Remi Collet <remi@fedoraproject.org> 5.6.13-1 - Update to 5.6.13 http://www.php.net/releases/5_6_13.php |