|
|
 |
Re: FN-FORUM PHP Error
date posted 1st July 2002 21:20
Hi Andrew,
This is caused by win32 non-debug builds of PHP and has been fixed in later
versions. To correct from the script, use mysql_connect() rather than
mysql_pconnect() as it's a persistent database connection bug. To fix from
the server, update the version of PHP to the latest version!
Bug Documentation...
http://marc.theaimsgroup.com/?l=php-general&m=100847914032031&w=2
Bug Fix Notice...
http://bugs.php.net/bug.php?id=14549
HTH
Regards,
Steve
----- Original Message -----
From: "Andrew Mottershead" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, July 01, 2002 8:46 PM
Subject: FN-FORUM PHP Error
How do I get rid of this error - I know it's a common one - I read a
about a quick fix somewhere but can't find it. Something to do with
php.inc???
"Warning: Unknown persistent list entry type in module shutdown (11) in
Unknown on line 0"
I'm running iis/PHP 4.?? On Win2K with mySQL on 3.?? win2k
regards
Andrew Mottershead
Web Developer
Mindstream Web Design
email: [EMAIL REMOVED]
tel: +44 (0)1743 718262
fax: +44 (0) 7092 115513
web: www.mindstream.co.uk
This e-mail, and any attachment, is confidential. If you have received
it in error, please delete it from your system, do not use or disclose
the information in any way, and notify me immediately.
|
 |
|