php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #755 Unknown list entry
Submitted: 1998-09-18 09:29 UTC Modified: 1998-09-18 09:48 UTC
From: straka at fido dot cz Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.3 OS: Linux Debian 2.0
Private report: No CVE-ID: None
 [1998-09-18 09:29 UTC] straka at fido dot cz
Standard 1.3.1 apache and PHP3 packages.

script:
<?
 dl("mysql.so");
  
 mysql_connect("localhost","xxxx"); 
?>

output:

telnet capi.fido.cz 80
Trying 147.32.199.22...
Connected to capi.fido.cz.
Escape character is '^]'.
GET /a.html HTTP/1.1
Host: capi.fido.cz
Connection: Keep-Alive

HTTP/1.1 200 OK
Date: Fri, 18 Sep 1998 13:13:22 GMT
Server: Apache/1.3.1 (Unix) Debian/GNU PHP/3.0.3
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

0

<br>
<b>Warning</b>:  Unknown list entry type in request shutdown (20) in <b>/var/www/CAPI/a.html</b> on line <b>5</b><br>
Connection closed by foreign host.

---
This happen only if KeepAlive connections are On and sometimes confuse IE4.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-18 09:48 UTC] zeev
This should be fixed with the current CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC