I'm having a strange problem. If I run any MySQL function, I get the error message "Fatal error: Call to undefined function: mysql_foo()" (of course where "foo" is the rest of the function name- it happens with all the MySQL functions). Why would I be getting this?
I've checked php.ini to see if it has the extension=mysql.so line, and I've run a phpinfo() script which says PHP was compiled with MySQL and it does have a MySQL section. The strangest part is that I have a perfectly functional phpBB installation using a MySQL database. Am I missing something obvious? Or is this problem as weird as it seems?