Hi, I stumbled on this today, I'm new to PHP (been using Perl and MySQL for about 4 years).
I am getting the same behavior that piersk reported -- when I attempt a mysql_connect(), I get
Fatal error: Call to undefined function: mysql_connect()
I looked at php.ini, and it has both
enable_dl=On
and
extension = mysql.so
as tsinka suggested.
I'm using PHP 4.2.2 on RedHat 8 running Apache 2.0.40