php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28070 Warning: Unknown list entry type in request shutdown (2) in Unknown on line 0
Submitted: 2004-04-20 02:37 UTC Modified: 2004-04-20 09:14 UTC
From: gus at pbx dot org Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.3.5 OS: Windows 2003 Server
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: gus at pbx dot org
New email:
PHP Version: OS:

 

 [2004-04-20 02:37 UTC] gus at pbx dot org
Description:
------------
Warning: Unknown list entry type in request shutdown (2) in Unknown on line 0

diff's in my php.ini from -dist
asp_tags = On
output_buffering = On
 register_globals = On
 post_max_size = 32M
upload_max_filesize = 32M
SMTP = *censored*
smtp_port = 25
sendmail_from = *censored*@domain.com
odbc.allow_persistent = Off
mysql.allow_persistent = Off
session.save_path = "C:\php\sessions"




Reproduce code:
---------------
even files without a <? ?> produce these results.. an empty file that is being parsed by php will exhibit this behavior.

Expected result:
----------------
I should see anything at all


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-20 09:14 UTC] derick@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC