HELP - mysql connection broken after php upgrade
I upgraded my php from 4.1.2 to 4.3.11, now all php websites using mysql datababe return the following error;Fatal error: Call to undefined function: mysql_connect()
my phpinfo() says php was configured with mysql;
'--with-mysql=shared,/usr'
What is the problem?
Note: After php upgrade the new php.ini was saved as php.ini.rpmnew. I have overwritten the older php.ini with this new php.ini.rpmnew as i understand there are lot of changes from php 4.1.2 to 4.3.11.