ID:               3034
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mog at linux dot nu
-Status:           Open
+Status:           Wont Fix
 Bug Type:         Reproducible Crash
 Operating System: win32 cgi
 PHP Version:      3.0.11 / 4b3
 New Comment:

We are sorry, but we can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Of course PHP 4 will continue to be supported for the
forseeable future.




Previous Comments:
------------------------------------------------------------------------

[1999-12-24 15:20:45] mog at linux dot nu

That's strange, i'm quite sure that it crashed with the code i sent.

However, it didn't now, and, this code with 71 "%" char's (problably
crashes with less) crashes php.

It crashes even if the header was already sent.

<?PHP
$text =
"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%";
SetCookie("cookie",$text); // This is where PHP (3.11|4b3) crashes
?>
---- _old_ report ----
This code crashes php-3.11 win32 cgi and php4-b3
In win32 cgi mode this brings up a "Access Violation" box.

web server is Apache/1.3.9-win32.

<?PHP
$text = "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%";
SetCookie("cookie",$text,0); // This is wher PHP (3.11|4b3) crashes
?>

php3.ini is unmodified except for modules stuff that wasn't working
anyway

------------------------------------------------------------------------

[1999-12-23 20:16:03] rasmus at cvs dot php dot net

I can't reproduce this on Linux nor on Win98 running 4.0b3

------------------------------------------------------------------------

[1999-12-23 20:10:46] mog at linux dot nu

This code crashes php-3.11 win32 cgi and php4-b3
In win32 cgi mode this brings up a "Access Violation" box.

web server is Apache/1.3.9-win32.

<?PHP
$text = "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%";
SetCookie("cookie",$text,0); // This is wher PHP (3.11|4b3) crashes
?>


php3.ini is unmodified except for modules stuff that wasn't working
anyway

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=3034&edit=1

Reply via email to