summaryrefslogtreecommitdiff
path: root/extra/php
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-20 01:22:20 -0700
committerroot <root@rshg054.dnsready.net>2012-10-20 01:22:20 -0700
commit9598f5141ea75ffa72a3c7c85639c6f296020ef1 (patch)
tree36488f90eaa723f707c26f79ba771bb2910e8368 /extra/php
parentdcc55a1cfa32068d0759c1c8307f6c07c11aec99 (diff)
Sat Oct 20 01:22:19 PDT 2012
Diffstat (limited to 'extra/php')
-rw-r--r--extra/php/PKGBUILD10
-rw-r--r--extra/php/php-fpm.service4
-rw-r--r--extra/php/rc.d.php-fpm2
3 files changed, 8 insertions, 8 deletions
diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD
index fefd39393..ac32f29ae 100644
--- a/extra/php/PKGBUILD
+++ b/extra/php/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 166634 2012-09-13 22:05:22Z pierre $
+# $Id: PKGBUILD 169306 2012-10-19 05:27:26Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgbase=php
@@ -21,7 +21,7 @@ pkgname=('php'
'php-sqlite'
'php-tidy'
'php-xsl')
-pkgver=5.4.7
+pkgver=5.4.8
pkgrel=1
arch=('i686' 'x86_64')
license=('PHP')
@@ -33,13 +33,13 @@ makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2"
'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('9cd421f1cc8fa8e7f215e44a1b06199f'
+md5sums=('bb8c816a9299be8995255ef70c63b800'
'0b0bc7a917fc592bdf11dcd3c5c255e9'
'dec2cbaad64e3abf4f0ec70e1de4e8e9'
- '6d46667e00d65933ec0c958279c0a803'
+ '3cfde0cc4ed09b55f1ce531437a4eb88'
'5c1f4c967b66ce3eaf819b46951dcbf5'
'f56b5bb7e93c802ae8519182fbea3387'
- '86c73d481f3099e740e602869bacf637'
+ 'f8b206cb8fecb05cb1ded8bee45633ff'
'c60343df74f8e1afb13b084d5c0e47ed')
build() {
diff --git a/extra/php/php-fpm.service b/extra/php/php-fpm.service
index e29f7c236..fc5ead6f3 100644
--- a/extra/php/php-fpm.service
+++ b/extra/php/php-fpm.service
@@ -1,12 +1,12 @@
[Unit]
-Description=FastCGI Process Manager for PHP
+Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/php-fpm/php-fpm.pid
PrivateTmp=true
-ExecStart=/usr/sbin/php-fpm
+ExecStart=/usr/sbin/php-fpm --daemonize --pid /run/php-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
diff --git a/extra/php/rc.d.php-fpm b/extra/php/rc.d.php-fpm
index 47f0886ac..a8cb9eca9 100644
--- a/extra/php/rc.d.php-fpm
+++ b/extra/php/rc.d.php-fpm
@@ -57,7 +57,7 @@ case "$1" in
test_config
stat_busy 'Starting php-fpm'
- /usr/sbin/php-fpm
+ /usr/sbin/php-fpm --daemonize --pid /run/php-fpm/php-fpm.pid
if [ "$?" != 0 ] ; then
stat_fail