php update to 5.12

This commit is contained in:
Micha Glave
2010-02-16 16:00:28 +01:00
parent 70587addcd
commit 29146b9f87
3 changed files with 92 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ depend() {
start() {
ebegin "Starting PHP FastCGI server"
start-stop-daemon --start --pidfile=/var/run/php-fpm.pid \
--exec /usr/bin/php-cgi -- --fpm
--exec /usr/bin/php-fpm
eend $?
}