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
 [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: Tue May 07 19:01:29 2024 UTC