ID: 47617 User updated by: matthew dot scott dot day at gmail dot com Reported By: matthew dot scott dot day at gmail dot com Status: Bogus Bug Type: Scripting Engine problem Operating System: Mac OS X 10.5.5 PHP Version: 5.2.9 New Comment:
The only other bugs submitted for my problem, is this one: http://bugs.php.net/bug.php?id=45444 which is part of another bug submission for some rss feed that the php website is generating. My bug has NOTHING TO DO WITH THAT. Please READ before COMMENTING Previous Comments: ------------------------------------------------------------------------ [2009-03-11 15:31:39] matthew dot scott dot day at gmail dot com I DID search the bug database and read through each one I could find. Please why don't YOU search through the bug database before submitting a BOGUS comment. This has NOTHING to do with the other bugs listed. This is a separate bug with reproducible code if you even bothered to read it. ------------------------------------------------------------------------ [2009-03-11 13:58:45] [email protected] Please search the bug database BEFORE you submit yet another bogus report about this. ------------------------------------------------------------------------ [2009-03-11 03:48:53] matthew dot scott dot day at gmail dot com I couldn't replicate this on a windows vista machine running php 5.2.8 using internet explorer 7 ------------------------------------------------------------------------ [2009-03-10 22:56:45] matthew dot scott dot day at gmail dot com Description: ------------ While outputting rss tags directly to the browser, the php script executes twice. Reproduce code: --------------- <?php header("Content-type: application/xhtml+xml"); ?> <rss version="2.0"> <SomeData>some stuff here</SomeData> </rss> <?php $fname = '/tmp/'.microtime().'.txt'; file_put_contents($fname, "2 files will be created when you run this code once"); ?> Expected result: ---------------- I expect only 1 file to be created in /tmp/ Actual result: -------------- 2 files are created in /tmp/ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47617&edit=1
