php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8899 crash when include_once("") contains empty string
Submitted: 2001-01-25 05:41 UTC Modified: 2001-03-04 17:26 UTC
From: per at nitro dot dk Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.4pl1 OS: FreeBSD 4.2 stable
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: per at nitro dot dk
New email:
PHP Version: OS:

 

 [2001-01-25 05:41 UTC] per at nitro dot dk
The bug seems simple to reproduce:

if I write:

include_once("");

near the top of a file, i get the following errors:

[Thu Jan 25 11:34:39 2001] [notice] Apache/1.3.14 (Unix) PHP/4.0.4pl1 configured -- resuming normal operations
[Thu Jan 25 11:35:00 2001] [notice] caught SIGTERM, shutting down
[Thu Jan 25 11:35:05 2001] [notice] Apache/1.3.14 (Unix) PHP/4.0.4pl1 configured -- resuming normal operations
[Thu Jan 25 11:35:25 2001] [notice] child pid 50507 exit signal Bus error (10)
[Thu Jan 25 11:35:25 2001] [notice] child pid 50506 exit signal Bus error (10)
[Thu Jan 25 11:40:19 2001] [notice] caught SIGTERM, shutting down


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-04 17:26 UTC] zeev@php.net
Fixed, thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 19:01:29 2024 UTC