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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 1 = ?
Subscribe to this entry?

 
 [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: Tue Apr 23 13:01:29 2024 UTC