From a6316ed9bd763cda0d4b42751d60613deebca69a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 May 2014 20:32:19 +0200 Subject: PHP 5.5.12 --- php-fpm-www.conf | 4 ++-- php55.spec | 6 +++++- 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 5.5.12-1 +- Update to 5.5.12 + http://www.php.net/releases/5_5_12.php + * Thu Apr 3 2014 Remi Collet 5.5.11-1 - Update to 5.5.11 http://www.php.net/ChangeLog-5.php#5.5.11 -- cgit