From: Heiko Z. <smi...@us...> - 2014-04-25 20:58:00
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26436 Modified Files: php Log Message: enabled sockets support Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- php 29 Mar 2014 13:44:45 -0000 1.36 +++ php 25 Apr 2014 20:57:57 -0000 1.37 @@ -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 --enable-bcmath" + PARAMS="$PARAMS --enable-opcache --enable-zip --enable-bcmath --enable-sockets" if [ "$CONFIG_CURL" = "y" ]; then PARAMS="$PARAMS --with-curl --with-http-curl-requests --with-http-curl-libevent" fi |