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
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: 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 03:01:28 2024 UTC