php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17626 Recurse "require" call causes apache crash
Submitted: 2002-06-06 09:06 UTC Modified: 2002-06-06 09:28 UTC
From: szumek at kuznia dot net Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.1.2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: szumek at kuznia dot net
New email:
PHP Version: OS:

 

 [2002-06-06 09:06 UTC] szumek at kuznia dot net
When you try to load the same php file with eg. require call,
--- index.php
[...]
require("index.php");
[...]

you can have very 'nice' apache crash.
[Thu Jun  6 15:03:55 2002] [notice] child pid 13043 exit signal Segmentation fault (11)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-06 09:18 UTC] sniper@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php
 [2002-06-06 09:28 UTC] mfischer@php.net
Use something like xdebug (google) which has recursion protection.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 13:01:46 2024 UTC