PHP Deprecated: Comments starting with '#' are deprecated in ...




$ cd /var/www/yii/framework/

$ ./yiic webapp /var/www/italy

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

Create a Web application under '/var/www/italy'? [Yes|No] Yes

      mkdir /var/www/italy

   generate index-test.php

      mkdir /var/www/italy/css

   generate css/ie.css

   ...

   ...

   ...



Yiic work perfectly but … what is this "PHP Deprecated" stuff? Its a php error, not of Yii. I am shure of it. But what is this stuff?? Someone know the answer?

The problem is in the /etc/php5/cli/conf.d/mcrypt.ini file…

It uses the # symbol for comments, but this is deprecated… should be replaced with ;

Similar problem - https://bugs.launchpad.net/ubuntu/+source/php5/+bug/573436

marvelous!