Skip to content

Commit

Permalink
update inc/php_upgrade.inc
Browse files Browse the repository at this point in the history
comment out mongodb.ini removal prompt for detected PHP 7 systems
  • Loading branch information
centminmod committed Dec 28, 2015
1 parent aa1b465 commit dc886d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/php_upgrade.inc
Expand Up @@ -509,7 +509,7 @@ if [[ "$PHPSEVEN_CHECKVER" = '0' ]]; then
cecho "rm -rf /etc/centminmod/php.d/igbinary.ini
#rm -rf /etc/centminmod/php.d/imagick.ini
rm -rf /etc/centminmod/php.d/memcache.ini
rm -rf /etc/centminmod/php.d/mongodb.ini
#rm -rf /etc/centminmod/php.d/mongodb.ini
#rm -rf /etc/centminmod/php.d/redis.ini
rm -rf /etc/centminmod/php.d/suhosin.ini" $boldyellow
echo
Expand Down

0 comments on commit dc886d6

Please sign in to comment.