|
|
@ -33,6 +33,7 @@ if [ $sysName == 'Darwin' ]; then |
|
|
|
OPTIONS='--without-iconv' |
|
|
|
OPTIONS='--without-iconv' |
|
|
|
else |
|
|
|
else |
|
|
|
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" |
|
|
|
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" |
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
cd $sourcePath/php/php-5.4.45 && ./configure \ |
|
|
|
cd $sourcePath/php/php-5.4.45 && ./configure \ |
|
|
@ -45,6 +46,7 @@ cd $sourcePath/php/php-5.4.45 && ./configure \ |
|
|
|
--enable-mbstring \ |
|
|
|
--enable-mbstring \ |
|
|
|
--enable-sockets \ |
|
|
|
--enable-sockets \ |
|
|
|
--enable-ftp \ |
|
|
|
--enable-ftp \ |
|
|
|
|
|
|
|
--enable-simplexml \ |
|
|
|
--enable-wddx \ |
|
|
|
--enable-wddx \ |
|
|
|
--enable-soap \ |
|
|
|
--enable-soap \ |
|
|
|
--enable-posix \ |
|
|
|
--enable-posix \ |
|
|
|