Control Web Panel

WebPanel => PHP => Topic started by: wmac on October 14, 2020, 01:20:51 PM

Title: mysql_ functions support
Post by: wmac on October 14, 2020, 01:20:51 PM
Hello,

I have installed php-fpm 5.3 and 5.5 for an older app on a website. I still receive the error:

Fatal error: Uncaught Error: Call to undefined function mysql_connect() ...

Isn't mysql_ library supported on php 5.3 and php 5.5?

Regards,
Mac
Title: Re: mysql_ functions support
Post by: Sandeep on October 15, 2020, 08:35:40 AM
hi, can you check via by creating a phpinfo page and check php version also check mysql and pdo_mysql ext are loaded since i doubt you're still using some other php version.