php-fcgi: update to 5.3.5

This commit is contained in:
Juergen Daubert 2011-01-07 18:01:10 +01:00
parent d60d62e5d6
commit 65c05a47d9
2 changed files with 3 additions and 6 deletions

View File

@ -1,2 +1,2 @@
2c069d8f690933e3bf6a8741ed818150 php-5.3.4.tar.bz2
8aaf20c95e91f25c5b6a591e5d6d61b9 php-5.3.5.tar.bz2
6297748058441ee6c6b88e429ee54ba1 php-fcgi

View File

@ -4,7 +4,7 @@
# Depends on: libpcre libxml2
name=php-fcgi
version=5.3.4
version=5.3.5
release=1
source=(http://www.php.net/distributions/php-$version.tar.bz2
php-fcgi)
@ -23,11 +23,8 @@ build () {
EXTENSION_DIR=/usr/lib/php/extensions \
./configure \
$PHP_CONFIG \
--enable-fastcgi \
--enable-cgi \
--disable-cli \
--enable-force-cgi-redirect \
--enable-discard-path
--disable-cli
make