From:             610041 at 163 dot com
Operating system: Windows2000 Advanced Server
PHP version:      4.3.4
PHP Bug Type:     *General Issues
Bug description:  PHP tell me save file

Description:
------------
My environment:
----------------------------
Windows2000 Advanced Server
Apache 2.0.48
PHP 4.3.4
----------------------------

When i explore this php program(see aaa.php below) from IE, it tell me
save file but output the correct content.
It is bizarrerie deeply.

But any output before "begin<" will run correctly(see bbb.php below).

The symbol "<" is become to a pipe? My guess only.
strange.

Reproduce code:
---------------
aaa.php
--------------------------
<?php
echo "begin<br>";
?>
--------------------------




bbb.php
--------------------------
<?php
echo "hello<br>";
echo "begin<br>";
?>
--------------------------


Expected result:
----------------
Output begin on IE like below
begin


Actual result:
--------------
aaa.php
---------------------
It tell me save file.
---------------------




bbb.php
------------------------------------------
It run the correct and output on IE:
hello
begin
------------------------------------------

-- 
Edit bug report at http://bugs.php.net/?id=26660&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26660&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26660&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26660&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26660&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26660&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26660&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26660&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26660&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26660&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26660&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26660&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26660&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26660&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26660&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26660&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26660&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26660&r=float

Reply via email to