php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6659 include () crashes PHP when given a filename that doesn't exist
Submitted: 2000-09-11 16:11 UTC Modified: 2000-11-06 09:26 UTC
From: dchate-ml at altern dot org Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: Win32
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dchate-ml at altern dot org
New email:
PHP Version: OS:

 

 [2000-09-11 16:11 UTC] dchate-ml at altern dot org
include () crashes PHP when given a filename that doesn't exist, instead of reporting gracefully an error message.

example:
include ("inlucde/foo.inc.php") ;
instead of 
include ("include/foo.inc.php") ;


Makes PHP crash on Win32, with PHP release 4.0.2

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-03 19:58 UTC] sniper@php.net
Does this happen with PHP4.0.3pl1??

--Jani
 [2000-11-06 09:26 UTC] sniper@php.net
User reported bug fixed in PHP4.0.3pl1


--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 01:01:28 2024 UTC