local PHP_EXT=$(php-config --extension-dir) &&

message "${MESSAGE_COLOR}\n" \
        "Don't forget to add the following line to your php.ini:\n" \
        "extension = \"$PHP_EXT/mongo.so\"${DEFAULT_COLOR}"
