Do not remove old php.ini files, they will be replaced.

This commit is contained in:
Scott Ullrich 2008-12-22 23:54:12 +00:00
parent 9980cd728e
commit 487c2ce7cc

View File

@ -33,11 +33,8 @@ PHPMODULES="apc \
xml \
zlib"
mv /usr/local/etc/php.ini /tmp/
mv /usr/local/lib/php.ini /tmp/
LOADED_MODULES=`php -m | grep -v "\["`
# Populate a dummy php.ini to avoid
# the file being clobbered and the firewall
# not being able to boot back up.