Ubuntu 10.04 - SQL PHP5 NginX - Error
Starting php5-fpm PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/fpm/conf.d/idn.ini on line 1 in Unknown on line 0
I have tried so many different "How to install PHP5, mySQL + nginx on ubuntu 10.04" tutorials and all end up at the same place.
What am i missing?
PHP info shows no mention of sql support.
Any help would be great.
Thanks,
Dave
3 Replies
Open /etc/php5/fpm/conf.d/idn.ini with your usual text editor. There will be one or more lines beginning with the # sign. Change that to a semicolon ( ; ) and the message will disappear.
I will check that out and try again.
Dave