]> git.pld-linux.org Git - packages/php.git/blob - php-fpm-config.patch
- set date.timezone only if not yet set (note by blues on pld-devel-en); rel 8
[packages/php.git] / php-fpm-config.patch
1 --- php-5.3.3/sapi/fpm/php-fpm.conf.in  2010-07-24 22:29:56.752470466 +0300
2 +++ php-5.3.3/sapi/fpm/php-fpm.conf.in  2010-07-25 22:30:52.547803067 +0300
3 @@ -84,7 +84,7 @@
4  ; must be separated by a comma. If this value is left blank, connections will be
5  ; accepted from any ip address.
6  ; Default Value: any
7 -;listen.allowed_clients = 127.0.0.1
8 +listen.allowed_clients = 127.0.0.1
9  
10  ; Set permissions for unix socket, if one is used. In Linux, read/write
11  ; permissions must be set in order to allow connections from a web server. Many
12 @@ -245,7 +245,7 @@
13  ; the current environment.
14  ; Default Value: clean env
15  ;env[HOSTNAME] = $HOSTNAME
16 -;env[PATH] = /usr/local/bin:/usr/bin:/bin
17 +env[PATH] = $PATH
18  ;env[TMP] = /tmp
19  ;env[TMPDIR] = /tmp
20  ;env[TEMP] = /tmp
This page took 0.025843 seconds and 3 git commands to generate.