mod_php: update to 5.3.11

This commit is contained in:
Juergen Daubert 2012-04-26 16:52:30 +02:00
parent e028496ce5
commit 32a6b799c2
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
816259e5ca7d0a7e943e56a3bb32b17f php-5.3.10.tar.bz2
94709f6e7c920cbe26e19fa991d9975d php-5.3.11.tar.bz2

View File

@ -4,13 +4,16 @@
# Depends on: apache libxml2
name=mod_php
version=5.3.10
version=5.3.11
release=1
source=(http://www.php.net/distributions/php-$version.tar.bz2)
build () {
cd php-$version
local APXS
APXS=$(which apxs) || APXS='/usr/sbin/apxs'
local PHP_CONFIG="
--prefix=/usr \
--with-config-file-path=/etc/php \
@ -22,7 +25,7 @@ build () {
EXTENSION_DIR=/usr/lib/php/extensions \
./configure \
$PHP_CONFIG \
--with-apxs2=/usr/sbin/apxs \
--with-apxs2=$APXS \
--disable-cli
make