Re: php undefined function mysql_connect()

2002-12-03 Thread Peter Boy
Am Die, 2002-12-03 um 02.28 schrieb Keith Winston: > If you have moved your scripts over from a different version of Red Hat > or another distro, it could be due to the default settings in > /etc/php.ini in Red Hat 8.0. Checking php.ini was a good idea :-). I found that in the section extensions t

Re: php undefined function mysql_connect()

2002-12-02 Thread Keith Winston
On Mon, 2002-12-02 at 17:28, Peter Boy wrote: > > Suddenly I get an error message from my php scripts: > > Fatal error: Call to undefined function: mysql_connect() in > > But a query to rpm db shows: > > [pb@ibmLinux phpLogic]$ rpm -qa | grep mysql > mysql-3.23.52-3 > mysql-devel-3.23.52-

php undefined function mysql_connect()

2002-12-02 Thread Peter Boy
Suddenly I get an error message from my php scripts: Fatal error: Call to undefined function: mysql_connect() in But a query to rpm db shows: [pb@ibmLinux phpLogic]$ rpm -qa | grep mysql mysql-3.23.52-3 mysql-devel-3.23.52-3 mysql-server-3.23.52-3 php-mysql-4.2.2-8.0.5 The php-mysql modu