[PHP] Re: MySQL errors in newer PHP 4.2.3

2002-09-20 Thread Jocelyn Fournier
' [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: 'Mysql' [EMAIL PROTECTED] Sent: Friday, September 20, 2002 2:38 AM Subject: RE: MySQL errors in newer PHP 4.2.3 Hmm, do you use pconnect or connect? I noticed someone changed our PHP script to use persistent connections (likely why the server is running

[PHP] Re: MySQL errors in newer PHP 4.2.3

2002-09-19 Thread Zak Greant
Hello Jocelyn and Steven, Could either or both of you submit a bug report at http://bugs.php.net/? If you follow the instructions there, it will greatly help us in tracking down the issue! Cheers! Zak Greant PHP QA Team -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] RE: MySQL errors in newer PHP 4.2.3

2002-09-19 Thread Steven Roussey
Hmm, do you use pconnect or connect? I noticed someone changed our PHP script to use persistent connections (likely why the server is running slower). I am wondering if a cancelled connection is being reused or if it just is a more general bug in the mysql client code in PHP Sincerely,

[PHP] Re: MySQL errors in newer PHP 4.2.3

2002-09-19 Thread Jocelyn Fournier
I've always used pconnect. - Original Message - From: Steven Roussey [EMAIL PROTECTED] To: 'Jocelyn Fournier' [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: 'Mysql' [EMAIL PROTECTED] Sent: Friday, September 20, 2002 2:38 AM Subject: RE: MySQL errors in newer PHP 4.2.3 Hmm, do you use