php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17406 the output of cgi version is buggy
Submitted: 2002-05-24 05:21 UTC Modified: 2002-05-24 05:31 UTC
From: f dot labanvoye at cg70 dot fr Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: Linux
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: f dot labanvoye at cg70 dot fr
New email:
PHP Version: OS:

 

 [2002-05-24 05:21 UTC] f dot labanvoye at cg70 dot fr
the tag <br> is buggy in the cgi version of php 4.2.1 on Linux Redhat 

i get the following output with a script:

X-Powered-by: PHP/4.2.1
Content-Type: text/html

4.2.1<br />
<b>Fatal Error</b>: Call to undefined function: toto() in <b>/tmp/script.php</b> on line <b>3</b><br />

i do not test with apache and on windows platform.

version 4.1.1 doesn't return this error

Thanks 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-24 05:31 UTC] mfischer@php.net
There is nothing buggy here, <br /> is simply xhtml compliant
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 01:01:27 2024 UTC