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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 + 39 = ?
Subscribe to this entry?

 
 [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 16:01:31 2024 UTC