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
commit09fae90af57bf8f1e871e38ff8dec2617d5bcc0b (patch)
tree30557cf24f115a158de538cef6c263cc8c4d2edf
parent06c971cfe8feb59e370616ff83cb47c9327e35a6 (diff)
PHP 5.6.14
-rw-r--r--failed.txt2
-rw-r--r--php.conf23
-rw-r--r--php.spec7
3 files changed, 10 insertions, 2 deletions
diff --git a/failed.txt b/failed.txt
index d68ab3a..22ed711 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 5.6.14RC1 (2015-09-17)
+===== 5.6.14 (2015-10-01)
$ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log
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/php.spec b/php.spec
index 4c8cf82..49aad41 100644
--- a/php.spec
+++ b/php.spec
@@ -137,7 +137,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
@@ -1786,6 +1786,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 17 2015 Remi Collet <remi@fedoraproject.org> 5.6.14-0.1.RC1
- update to 5.6.14RC1