php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8471 Crash on infinite recursive calls.
Submitted: 2000-12-29 01:56 UTC Modified: 2002-08-23 06:56 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: vgo at nrd dot lt Assigned:
Status: Wont fix Package: Reproducible crash
PHP Version: 4.0.4 OS: Windows 2000
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: vgo at nrd dot lt
New email:
PHP Version: OS:

 

 [2000-12-29 01:56 UTC] vgo at nrd dot lt
General configuration:

WEB server Apache 1.3.14
php 4.0.4 running as the module for Apache.

The infinite recursive call causes Unknown softaware exception (0xc00000fd) in Apache.exe


Example:
function checkIfLoggedIn()
{
  checkIfLoggedIn();
}

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-29 18:58 UTC] derick@php.net
PHP does not do infinite recursions, and there is no way to 

protect or check for this without making things much slower.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC