php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14451 Unknown persistent list entry type in shutdown in IIS CGI
Submitted: 2001-12-12 07:43 UTC Modified: 2001-12-17 17:17 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: jlim at natsoft dot com dot my Assigned:
Status: Closed Package: IIS related
PHP Version: 4.1.0 OS: Win2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jlim at natsoft dot com dot my
New email:
PHP Version: OS:

 

 [2001-12-12 07:43 UTC] jlim at natsoft dot com dot my
The following code running in IIS CGI mode generates a warning:

Warning: Unknown persistent list entry type in module shutdown (11) in Unknown on line 0

<?php
$db = mysql_pconnect("mangrove", "", "");
die(); 
?>


In ISAPI mode the error does not occur.

The following code does not cause any problems in CGI.

<?php
$db = mysql_connect("mangrove", "", "");die();
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-17 17:17 UTC] mfischer@php.net
Thanks for the report, bug is fixed in CVS.

Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 11:01:32 2024 UTC