|
From: Heiko Z. <smi...@us...> - 2014-02-23 20:14:32
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23018/scripts Modified Files: php Log Message: - updated dovecot to 2.2.12 - updated gradm to 3.0-201401291757 - updated grsecurity to 3.0-3.2.55-201402221305 - updated patch to 3.2.55 - updated php to 5.5.9 Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- php 31 Aug 2013 16:30:09 -0000 1.34 +++ php 23 Feb 2014 20:14:29 -0000 1.35 @@ -29,7 +29,7 @@ PARAMS="$PARAMS --with-gd --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png-dir=/usr" PARAMS="$PARAMS --with-iconv --enable-mbstring --with-gettext" PARAMS="$PARAMS --with-apxs2=/usr/sbin/apxs --enable-http --with-http-shared-deps --with-http-zlib-compression" - PARAMS="$PARAMS --enable-opcache --enable-zip" + PARAMS="$PARAMS --enable-opcache --enable-zip --enable-bcmath" if [ "$CONFIG_CURL" = "y" ]; then PARAMS="$PARAMS --with-curl --with-http-curl-requests --with-http-curl-libevent" fi |