php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26660 PHP tell me save file
Submitted: 2003-12-18 06:17 UTC Modified: 2003-12-18 06:45 UTC
From: 610041 at 163 dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.4 OS: Windows2000 Advanced Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: 610041 at 163 dot com
New email:
PHP Version: OS:

 

 [2003-12-18 06:17 UTC] 610041 at 163 dot com
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
------------------------------------------

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-18 06:45 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

php-general@lists.php.net
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 06:01:27 2025 UTC