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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon May 27 13:01:31 2024 UTC