ID: 31552 User updated by: javier at iepala dot es Reported By: javier at iepala dot es -Status: Open +Status: Bogus Bug Type: Apache related Operating System: Linux PHP Version: 4.3.10 New Comment:
OK i found it resolved at http://bugs.php.net/bug.php?id=10599. Sorry. Previous Comments: ------------------------------------------------------------------------ [2005-01-14 14:48:57] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31552&edit=1
