undefined function mysql_pconnect()
Posted: Wed Nov 10, 2010 8:00 am
I'm getting this error in my php code when I try and load my web page:
Fatal error: Call to undefined function mysql_pconnect() in /export/home/owl/owl-1.00/phplib/db_mysql.inc on line 77
I ensured that my php.ini file, located in /opt/coolstack/php5/lib/php.ini, does indeed have
extension=mysql.so
extension=mysqli.so
The mysql.so file is located in /opt/coolstack/php5/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
Not sure why my app isn't see this file.
Any ideas?
Thanks,
Chris
Fatal error: Call to undefined function mysql_pconnect() in /export/home/owl/owl-1.00/phplib/db_mysql.inc on line 77
I ensured that my php.ini file, located in /opt/coolstack/php5/lib/php.ini, does indeed have
extension=mysql.so
extension=mysqli.so
The mysql.so file is located in /opt/coolstack/php5/lib/php/extensions/no-debug-non-zts-20060613/mysql.so
Not sure why my app isn't see this file.
Any ideas?
Thanks,
Chris