|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 13:00:01 2025 UTC |
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