diff --git a/plugins/php/versions/53/install.sh b/plugins/php/versions/53/install.sh index ed9b575b4..d2f316e6f 100755 --- a/plugins/php/versions/53/install.sh +++ b/plugins/php/versions/53/install.sh @@ -79,7 +79,7 @@ cd $sourcePath/php/php-5.3.29 && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ ---disable-fileinfo +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean