Re: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-10 Thread Bruno
Hello, Here's the code : if (DB_PCONNECT == true) { $connectfunc = "mysql_pconnect"; } else { $connectfunc = "mysql_connect";

RE: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-10 Thread Rick Emery
Bruno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 2:00 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Call to undefined function: mysql_pconnect() Hello, Here's the code : if (DB_PCONNECT == true) { $connectfunc

[PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-09 Thread Bruno
Hello, I am getting this error when I run a program that tries to access a mySQL DB trough PHP4. I've read that this error appears when the module for mySQL isn't present. I have this module here : /usr/lib/php4/extensions/mysql.so And on my /etc/php4/apache/php.ini, I have the following :

Re: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-09 Thread B. van Ouwerkerk
I am getting this error when I run a program that tries to access a mySQL DB trough PHP4. I've read that this error appears when the module for mySQL isn't present. A bit of code could help.. if it's caused by the wrong .so, you could try what happens if you compily PHP with the .so from the