summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-02 20:32:19 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-02 20:32:19 +0200
commita6316ed9bd763cda0d4b42751d60613deebca69a (patch)
tree75781d98f2756e68ef435a7bbbce04255d5ea224
parenta5b8e6d38406f7147a68bdbb394d2b05055a36d3 (diff)
PHP 5.5.12
-rw-r--r--php-fpm-www.conf4
-rw-r--r--php55.spec6
2 files changed, 7 insertions, 3 deletions
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index 502feff..e2f3dc8 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/php55.spec b/php55.spec
index f4e9227..57f6772 100644
--- a/php55.spec
+++ b/php55.spec
@@ -122,7 +122,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: 5.5.11
+Version: 5.5.12
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.1.%{?snapdate}%{?rcver}%{?dist}
%else
@@ -1894,6 +1894,10 @@ fi
%changelog
+* Fri May 2 2014 Remi Collet <remi@fedoraproject.org> 5.5.12-1
+- Update to 5.5.12
+ http://www.php.net/releases/5_5_12.php
+
* Thu Apr 3 2014 Remi Collet <remi@fedoraproject.org> 5.5.11-1
- Update to 5.5.11
http://www.php.net/ChangeLog-5.php#5.5.11