php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14505 get an warning in webpage when using mysql_pconnect()
Submitted: 2001-12-14 01:34 UTC Modified: 2001-12-20 02:26 UTC
From: blueeye at mail dot blueeye dot idv dot tw Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.1.0 OS: Win XP
Private report: No CVE-ID: None
 [2001-12-14 01:34 UTC] blueeye at mail dot blueeye dot idv dot tw
I use php 4.0.6 for a long time.
Now I use php 4.1.0 on my existing php pages.
I got some warning in my page bottom.
Warning: Unknown persistent list entry type in module shutdown (11) in Unknown on line 0

My Platform is winxp + apache 1.3.22 + php 4.1.0

Sometime the warning apears, sometimes not.
I can't get the rule to follow.

thanks for seeing my post.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-14 02:28 UTC] mfischer@php.net
Please provide a small, self-containg, reproduceable script.

Are you using xslt?

Feedback.
 [2001-12-19 23:25 UTC] blueeye at mail dot blueeye dot idv dot tw
I found where the problem is.
if I use mysql_pconnect(), the warning apears.

<?
   $sdbserver = mysql_pconnect('', 'root', 'root_password');
?>

please help me solve this, thanks.

ps: mysql-4.0.0-alpha-nt is my database,
    but php 4.0.6 didn't make this warning.
ps2: I don't use xslt.
    Now I use win2000 server + apache 1.3.22 + php 4.1.0 + mysql 4.0.0 alpha

 [2001-12-20 02:26 UTC] mfischer@php.net
Alread fixed in CVS (adjusting info for history)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Nov 12 21:01:30 2024 UTC