Author Topic: mysql_ functions support  (Read 3652 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
mysql_ functions support
« 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

Offline
*****
Re: mysql_ functions support
« Reply #1 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.