PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0

You can patch the comments with this shell command:

find /etc/php5/cli/conf.d/ -name "*.ini" -exec sed -i -re 's/^(\s*)#(.*)/\1;\2/g' {} \;

http://stackoverflow.com/questions/14074101/getting-comments-starting-with-are-deprecated-message-via-cli