ID: 5574
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: No Feedback
Bug Type: Reproducible Crash
Operating System: WinNT Workstation SP 6a
PHP Version: PHP Version 4.0.1pl2 with Zend Optimizer v0.99
New Comment:
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
Previous Comments:
------------------------------------------------------------------------
[2000-07-14 09:54:55] [EMAIL PROTECTED]
stas: I am running PHP Version 4.0.1pl2 with Zend Optimizer v0.99 on a
WinNT Workstation with SP 6a
------------------------------------------------------------------------
[2000-07-14 05:20:32] [EMAIL PROTECTED]
Please try recent version (4.0.1pl2) and report if it still crashes.
------------------------------------------------------------------------
[2000-07-14 04:52:04] [EMAIL PROTECTED]
<?
// http://www.zend.com/codex.php?id=8&single=1
if ($MODE!=="test") {
SetCookie("COOKIE", "VALUE");
Header("Location: ".$SCRIPT_NAME."?MODE=test");
exit;
} else if ($COOKIE=="VALUE") {
echo "You've got cookies!";
} else {
echo "Turn on cookies, Mr. Paranoid.";
}
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=5574&edit=1