From:             javier at iepala dot es
Operating system: Linux
PHP version:      4.3.10
PHP Bug Type:     Apache related
Bug description:  executes twice when use <body backgraund=""> in html

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

-- 
Edit bug report at http://bugs.php.net/?id=31552&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31552&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31552&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31552&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31552&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31552&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31552&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31552&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31552&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31552&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31552&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31552&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31552&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31552&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31552&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31552&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31552&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31552&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31552&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31552&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31552&r=mysqlcfg

Reply via email to