|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-29 18:58 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 00:00:02 2025 UTC |
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(); }