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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 23:01:29 2024 UTC