|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-14 16:24 UTC] javier at iepala dot es
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 01:00:01 2025 UTC |
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