ID:               12481
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         IIS related
 Operating System: Window 2000 and IIS4
 PHP Version:      4.0.6
 New Comment:

This bug isn't fixed, I installed PHP 4.2.3 on a Win 2000 Server box
and experience the same problem. When I try it on my Win XP machine it
works.


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

[2002-06-18 18:38:32] [EMAIL PROTECTED]

Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.



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

[2001-11-11 12:23:33] [EMAIL PROTECTED]

Dupe of #9802

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

[2001-07-31 05:20:39] [EMAIL PROTECTED]

Example
Below is code for test1.phtml
<?
        setcookie("cokTest","test cookie",0,"/");
        header("location:test2.phtml");
        
?>
End of test1.phtml
Below is code for test2.phtml
<?
        echo "CokTest : $cokTest";
?>
End of test2.phtml

If I start to run test1.phtml, then the output is as the following:

CokTest :

It means that $cokTest cannot be set if there is no output in
test1.phtml.
There is no problem in Linux-apache platform.



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


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

Reply via email to