Friday, 15 July 2011

Ubuntu - PHP Deprecated (PHP CLI)

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:
  1. sudo vim /etc/php5/cli/conf.d/mcrypt.ini
  2. Find: "#"
  3. Change to: ";"
  4. Save file.

If you have many error like that, just go to edit it and do same thing.
Done!

No comments:

Post a Comment