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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 31 12:00:02 2025 UTC