1
0
forked from ports/opt

php-fcgi: upate to 5.5.24

This commit is contained in:
Juergen Daubert 2015-04-16 19:33:07 +02:00
parent 962a6af438
commit 5797fb4c64
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz
94a2d91ea488161f10b097db3a4623fd php-fcgi
32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz
cdaab91680ba17cbf31b21d1b64dcd6a php-fcgi

View File

@ -4,7 +4,7 @@
# Depends on: xz libpcre libxml2
name=php-fcgi
version=5.5.23
version=5.5.24
release=1
source=(http://php.net/distributions/php-$version.tar.xz
php-fcgi)

View File

@ -27,7 +27,7 @@ restart)
status)
$SSD --status --pidfile $PID
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" ;;
3) echo "$PROG is not running" ;;
4) echo "Unable to determine the program status" ;;