php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43827 Web brouser generates request twice
Submitted: 2008-01-12 21:34 UTC Modified: 2008-01-12 22:27 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: belankov at mail dot ru Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.2CVS-2008-01-12 (snap) OS: Linux Ubuntu Jeos
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: belankov at mail dot ru
New email:
PHP Version: OS:

 

 [2008-01-12 21:34 UTC] belankov at mail dot ru
Description:
------------
Code on page executed twice. Every web request generates two 'a' in the file 'dump'. In CLI mode everything is ok.


Reproduce code:
---------------
<?php file_put_contents('dump','a',FILE_APPEND) ?>
<table><td background=#>

Expected result:
----------------
a

Actual result:
--------------
aa

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-12 22:27 UTC] belankov at mail dot ru
Web brouser generates request twice
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 19 06:00:03 2025 UTC