php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22605 session_start() generates headers
Submitted: 2003-03-08 04:16 UTC Modified: 2003-03-08 10:03 UTC
From: johnpage at ipng dot net Assigned:
Status: Not a bug Package: Session related
PHP Version: 5CVS-2003-03-08 (dev) OS: Yahoo (Unix)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: johnpage at ipng dot net
New email:
PHP Version: OS:

 

 [2003-03-08 04:16 UTC] johnpage at ipng dot net
<?php
Session_start();
header("Location: test.php");
?>

Does not work on the Yahoo web hosting.
The session_start() generates a full set of headers.
They are running PHP 4.1.2 ( I am not able to force an upgrade at Yahoo !!)on Apache/1.3.26 (Unix) 

phpinfo() does not report any details for the OS.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-08 10:03 UTC] sniper@php.net
There's no use to report this here either.
It's not our problem if your hosting site has old PHP version.

 [2004-01-12 14:24 UTC] dont at like dot spam
Instead of telling him its not your problem while misunderstanding what he is saying you could try to help him. He was trying to say that he cannot upgrade and he has that problem. He is not asking you to make yahoo upgrade their servers.

Maybe its not a bug but he certainly wasn't asking about an upgrage. He was asking about a problem. 

If i got such an reaction from a company of which i was paying a client and find another one. Unless there isn't any choice of course :) 

bottom line.. a bit nicer service wouldn't hurt. Or what about a forum to post your questions on. Then several users could determine a problem as a bug bofore submitting it.
 [2004-01-12 16:00 UTC] papercrane at reversefold dot com
The bug system is for bugs, not help requests.

That being said, there are other places to ask for help if the user had simply looked. There are many newsgroup / mailing lists in the support section of the website.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 15:01:31 2024 UTC