ID: 43122
Updated by: [EMAIL PROTECTED]
Reported By: gabri dot ns at googlemail dot com
-Status: Open
+Status: Bogus
Bug Type: IIS related
Operating System: Windows 98/XP
PHP Version: 5.2.4
New Comment:
We are aware of PHP's problems with stability under IIS and are working
to rectify the problem. Unfortunatly your bug report does not contain
any
extra useful information and we already have enough bug reports open
about
this issue. If you can provide more detailed information such as a
reproducable crash or a backtrace please do so and reopen this bug.
Otherwise please keep trying new releases as we are working to resolve
the problems on this platform
Thanks for your interest in PHP.
Previous Comments:
------------------------------------------------------------------------
[2007-10-29 04:29:00] gabri dot ns at googlemail dot com
Description:
------------
Actually it isn't an IIS error, but ISAPI related.
I'm using Abyss Web Server 2.x and PHP 5.2.x on ISAPI interface.
This error doesn't exist when using CGI.
Don't ask me to change the interface to CGI.
I have tried it, but since I using low memory computer
it can't be done.
Thank's before.
Reproduce code:
---------------
<?php
function redirect($page = 'page')
{
header('Location: '.$_SERVER['PHP_SELF']);
exit();
}
redirect();
?>
Expected result:
----------------
infinite loop of redirecting
Actual result:
--------------
Fatal error: Cannot redeclare redirect() (previously declared in
G:\Gbr\AbyssWS\htdocs\crash.php:3) in G:\Gbr\AbyssWS\htdocs\crash.php on
line 3
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43122&edit=1