summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-02 18:59:27 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-02 18:59:27 +0200
commitf9ec97714dc1f4bf2063e5a1ba587e31935160f3 (patch)
tree800f6b4c6ad9d6e79765a72b24ef9592b84f6180
parentc064f0786a273ff80cb4aeb5a7f4ccafe961b4e1 (diff)
PHP 5.4.28
-rw-r--r--php-fpm-www.conf4
-rw-r--r--php54.spec6
2 files changed, 7 insertions, 3 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index 9cdbb4f..9642946 100644
--- a/php-fpm-www.conf
+++ b/php-fpm-www.conf
@@ -27,10 +27,10 @@ listen.allowed_clients = 127.0.0.1
; permissions must be set in order to allow connections from a web server. Many
; BSD-derived systems allow connections regardless of permissions.
; Default Values: user and group are set as the running user
-; mode is set to 0666
+; mode is set to 0660
;listen.owner = nobody
;listen.group = nobody
-;listen.mode = 0666
+;listen.mode = 0660
; Unix user/group of processes
; Note: The user is mandatory. If the group is not set, the default user's group
diff --git a/php54.spec b/php54.spec
index 17a29d9..bc40138 100644
--- a/php54.spec
+++ b/php54.spec
@@ -81,7 +81,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: 5.4.27
+Version: 5.4.28
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.1.%{?snapdate}%{?rcver}%{?dist}
%else
@@ -1646,6 +1646,10 @@ fi
%changelog
+* Fri May 2 2014 Remi Collet <remi@fedoraproject.org> 5.4.28-1
+- Update to 5.4.28
+ http://www.php.net/releases/5_4_28.php
+
* Thu Apr 3 2014 Remi Collet <remi@fedoraproject.org> 5.4.27-1
- Update to 5.4.27
http://www.php.net/ChangeLog-5.php#5.4.27