If you want to remove the string "
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0" when run php cli, just do:
- sudo vim /etc/php5/cli/conf.d/mcrypt.ini
- Find: "#"
- Change to: ";"
- Save file.
If you have many error like that, just go to edit it and do same thing.
Done!
No comments:
Post a Comment