php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21952 php kills apache by inclusion
Submitted: 2003-01-29 14:44 UTC Modified: 2003-02-13 19:51 UTC
From: soeren-tast at gmx dot net Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.3.0 OS: Windows 2000
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-01-29 14:44 UTC] soeren-tast at gmx dot net
if I have a php-file in my htaccess folder, that include an php-file in another folder, i.e. in the pear-directory, which include a php-file with the same name of the first file, and if a second file with this name is in the "pear"folder, then apache crashes.
For example:
I create a file calls cache.php in my htaccess-folder and then I include one of the files of the pear output-cache files, that include the file cache.php, who is into the pear/cache-folder. Then apache crashes.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-03 07:20 UTC] sniper@php.net
There's also potential of PHP ending up in an endless include() loop..try using include_once() instead..?

 [2003-02-13 19:51 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 21:01:29 2024 UTC