diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 26a8fc0e4..468d272cc 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -84,6 +84,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --enable-sysvshm \ --disable-fileinfo \ $OPTIONS \ + --enable-fastcgi \ --enable-fpm \ && make && make install && make clean fi