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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

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 Sep 09 08:01:28 2024 UTC