packages: php/php-fpm-config.patch, php/php.spec - php-fpm: restore listeni...
glen
glen at pld-linux.org
Fri Apr 22 14:21:19 CEST 2011
Author: glen Date: Fri Apr 22 12:21:19 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- php-fpm: restore listening by default on unix socket
---- Files affected:
packages/php:
php-fpm-config.patch (1.10 -> 1.11) , php.spec (1.936 -> 1.937)
---- Diffs:
================================================================
Index: packages/php/php-fpm-config.patch
diff -u packages/php/php-fpm-config.patch:1.10 packages/php/php-fpm-config.patch:1.11
--- packages/php/php-fpm-config.patch:1.10 Fri Jan 7 13:20:06 2011
+++ packages/php/php-fpm-config.patch Fri Apr 22 14:21:13 2011
@@ -1,5 +1,5 @@
---- php-5.3.3/sapi/fpm/php-fpm.conf.in 2010-07-24 22:29:56.752470466 +0300
-+++ php-5.3.3/sapi/fpm/php-fpm.conf.in 2010-07-25 22:30:52.547803067 +0300
+--- php-5.3.6/sapi/fpm/php-fpm.conf.in 2011-04-22 15:16:07.304822817 +0300
++++ php-5.3.6/sapi/fpm/php-fpm.conf.in 2011-04-22 15:19:46.991588712 +0300
@@ -22,7 +22,7 @@
; Pid file
; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
@@ -9,7 +9,16 @@
; Error log file
; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
-@@ -84,7 +84,7 @@
+@@ -93,7 +93,7 @@
+ ; specific port;
+ ; '/path/to/unix/socket' - to listen on a unix socket.
+ ; Note: This value is mandatory.
+-listen = 127.0.0.1:9000
++listen = /var/run/php/fpm.sock
+
+ ; Set listen(2) backlog. A value of '-1' means unlimited.
+ ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
+@@ -105,7 +105,7 @@
; must be separated by a comma. If this value is left blank, connections will be
; accepted from any ip address.
; Default Value: any
@@ -33,7 +42,7 @@
; The number of requests each child process should execute before respawning.
; This can be useful to work around memory leaks in 3rd party libraries. For
-@@ -245,7 +245,7 @@
+@@ -277,7 +277,7 @@
; the current environment.
; Default Value: clean env
;env[HOSTNAME] = $HOSTNAME
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.936 packages/php/php.spec:1.937
--- packages/php/php.spec:1.936 Wed Apr 13 20:50:49 2011
+++ packages/php/php.spec Fri Apr 22 14:21:13 2011
@@ -104,7 +104,7 @@
%undefine with_filter
%endif
-%define rel 7
+%define rel 8
Summary: PHP: Hypertext Preprocessor
Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
Summary(pl.UTF-8): Język skryptowy PHP
@@ -3173,6 +3173,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.937 2011/04/22 12:21:13 glen
+- php-fpm: restore listening by default on unix socket
+
Revision 1.936 2011/04/13 18:50:49 arekm
- rel 7; lower mysql header vs library mismatch warnings to notice level
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php-fpm-config.patch?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.936&r2=1.937&f=u
More information about the pld-cvs-commit
mailing list