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
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