remove all comments and empty lines from a php.ini

cat php.ini | grep -v "^;" | grep -v "^$"