diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index cc9a2cdde..b13be97f5 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -136,6 +136,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --exec-prefix=$serverPath/php/${PHP_VER} \ --with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --with-zlib-dir=$serverPath/lib/zlib \ + --enable-zip \ --enable-xml \ --enable-shared \ --with-mysql=mysqlnd \