php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50466 http://www.php.net/support.php
Submitted: 2009-12-13 19:03 UTC Modified: 2009-12-13 21:21 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: rombiama at gmail dot com Assigned:
Status: Closed Package: PHP-GTK related
PHP Version: 5.2.11 OS: .../index.php
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rombiama at gmail dot com
New email:
PHP Version: OS:

 

 [2009-12-13 19:03 UTC] rombiama at gmail dot com
Description:
------------
 <?php
HTTP/2.2 200 OK
Date: Mon, 13 Dec 2009 19:53:38 GMT
Server: Apache/2
Last-Modified: Mon, 21 Sep 2009 10:12:18 GMT
ETag: "4e677ab-bbc1-b775e480"
Accept-Ranges: bytes
Content-Length: 48065
Connection: open
Url:http://www.angosso.com/index.html?1257942582655/"
<?php

Reproduce code:
---------------
---
From manual page: function.ob-start#Description
---
 <?php
HTTP/2.2 200 OK
Date: Mon, 21 Sep 2009 11:38:38 GMT
Server: Apache/2
Last-Modified: Mon, 21 Sep 2009 10:12:18 GMT
ETag: "4e677ab-bbc1-b775e480"
Accept-Ranges: bytes
Content-Length: 48065
Connection: open
Url:http://www.angosso.com/index.html/contact/?1257942582655/"
<?php

Expected result:
----------------
 <?php
HTTP/1.1 200 OK
Date: Mon, 13 Dec 2009 19:56:38 GMT
Server: PHP/4
Last-Modified: Mon, 13 Dec 2009 19:59:18 GMT
ETag: "4e677ab-bbc1-b775e480"
Accept-Ranges: bytes
Content-Length: 48065
Connection: open
Url:http://www.angosso.com/index.html/accueil?1257942582655/"
<?php

Actual result:
--------------
 <?php
HTTP/1.1 200 OK
Date: Mon, 21 Sep 2009 11:38:38 GMT
Server: Apache/2
Last-Modified: Mon, 21 Sep 2009 10:12:18 GMT
ETag: "4e677ab-bbc1-b775e480"
Accept-Ranges: bytes
Content-Length: 48065
Connection: open
Url:http://www.angosso.com/index.html?1257942582655/"
<?php

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC