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
 [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: Sun Jun 02 07:01:30 2024 UTC