php-fpm: upate to 5.5.24
This commit is contained in:
parent
5797fb4c64
commit
7fbfc46742
@ -1,2 +1,2 @@
|
|||||||
692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz
|
32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz
|
||||||
8e28a716c6d3a1345449521d659c5ec6 php-fpm
|
954d95b7f645f3435815195aeeac6949 php-fpm
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: xz libpcre libxml2
|
# Depends on: xz libpcre libxml2
|
||||||
|
|
||||||
name=php-fpm
|
name=php-fpm
|
||||||
version=5.5.23
|
version=5.5.24
|
||||||
release=1
|
release=1
|
||||||
source=(http://php.net/distributions/php-$version.tar.xz
|
source=(http://php.net/distributions/php-$version.tar.xz
|
||||||
php-fpm)
|
php-fpm)
|
||||||
|
@ -24,7 +24,7 @@ reload)
|
|||||||
status)
|
status)
|
||||||
$SSD --status --pidfile $PID
|
$SSD --status --pidfile $PID
|
||||||
case $? in
|
case $? in
|
||||||
0) echo "$PROG is running" ;;
|
0) echo "$PROG is running with pid $(cat $PID)" ;;
|
||||||
1) echo "$PROG is not running but the pid file $PID exists" ;;
|
1) echo "$PROG is not running but the pid file $PID exists" ;;
|
||||||
3) echo "$PROG is not running" ;;
|
3) echo "$PROG is not running" ;;
|
||||||
4) echo "Unable to determine the program status" ;;
|
4) echo "Unable to determine the program status" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user