php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31552 executes twice when use <body backgraund=""> in html
Submitted: 2005-01-14 14:48 UTC Modified: 2005-01-14 16:24 UTC
From: javier at iepala dot es Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.10 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: javier at iepala dot es
New email:
PHP Version: OS:

 

 [2005-01-14 14:48 UTC] javier at iepala dot es
Description:
------------
Hi,

when you use a html tag body with background option the script is executed twice.

It happen in apache-module (not console or cgi version, this not happen when using this) 

I tried diferents versions of apache 1.3 and some versions of php (4.3.4 and 4.3.5) before going to the lastests versions and the error happend in all.


Thanks in advace

Reproduce code:
---------------
<body background="#333333" >
<?
$kk=fopen("/tmp/matar",'a');
fwrite($kk,"paso\n");
?>


Expected result:
----------------
I expected only one line in file /tmp/matar 

Actual result:
--------------
two lines in file /tmp/matar

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-14 16:24 UTC] javier at iepala dot es
OK i found it resolved at http://bugs.php.net/bug.php?id=10599.

Sorry.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 15:01:31 2024 UTC