mod_php: update to 5.5.15

This commit is contained in:
Juergen Daubert 2014-08-19 12:38:47 +02:00
parent fdb0238469
commit d5cbda5370
2 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
0c02437f661105221e99a301a5275a41 php-5.5.7.tar.xz
5cb5f2ed9099299f8a4c952d59d93812 php-5.5.15.tar.bz2

View File

@ -4,15 +4,19 @@
# Depends on: xz apache libxml2
name=mod_php
version=5.5.7
version=5.5.15
release=1
source=(http://www.php.net/distributions/php-$version.tar.xz)
source=(http://www.php.net/distributions/php-$version.tar.bz2)
build () {
cd php-$version
# to be compatible with our other php ports, don't build
# for a threaded MPM (ZTS). Use only the prefork MPM!
sed -i '/APACHE_THREADED_MPM=/d' configure
local APXS
APXS=$(which apxs) || APXS='/usr/sbin/apxs'
APXS=$(which apxs) || APXS='/usr/bin/apxs'
local PHP_CONFIG="
--prefix=/usr \