summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-30 14:24:43 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-30 14:24:43 +0200
commiteb0afc8ac64bcf380915e53fa58ba9413e95cc41 (patch)
treed0c3f442400033517a1c7cbf8419f92f5701fba6
parent192fb529d508703c6799be60bf4bc10cd8bfe5b5 (diff)
PHP 5.6.14
-rw-r--r--failed.txt8
-rw-r--r--php.conf23
-rw-r--r--php56.spec9
3 files changed, 16 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 90e3ed1..392414a 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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...
diff --git a/php.conf2 b/php.conf2
index 458f81a..5c85b56 100644
--- a/php.conf2
+++ b/php.conf2
@@ -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>
diff --git a/php56.spec b/php56.spec
index 44313cc..c4cc581 100644
--- a/php56.spec
+++ b/php56.spec
@@ -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