[PHP-DEV] Bug #12593: Serious Ouput Problem in tag

2001-08-06 Thread tcmleung

From: [EMAIL PROTECTED]
Operating system: Window 2000 server with IIS
PHP version:  4.0.6
PHP Bug Type: Session related
Bug description:  Serious Ouput Problem in  tag

The session_register() seems accessing wrong memory address and causing
some strange bugs.
The following phtml shows the bugs. Please run it and see the ouput of the
source code from Internet Explorer.

--
--











apple
banana
pear
orange
water-melon
sweet-melon








---
---

Here is the source output from internet explorer:







It is a serious bug.


apple
banana

< onchange='' onKeyPress='return fncNoEnt(event)'>pear
orange
water-melon
sweet-melon





 

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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12481: Cookie cannot be set if there is no output for a page

2001-07-31 Thread tcmleung

From: [EMAIL PROTECTED]
Operating system: Window 2000 and IIS4
PHP version:  4.0.6
PHP Bug Type: IIS related
Bug description:  Cookie cannot be set if there is no output for a page

Example
Below is code for test1.phtml

End of test1.phtml
Below is code for test2.phtml

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 bug report at: http://bugs.php.net/?id=12481&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]