php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #65577 session_start() file:line of call just like header()
Submitted: 2013-08-28 21:34 UTC Modified: 2024-01-24 21:27 UTC
From: lynch@php.net Assigned: nielsdos (profile)
Status: Closed Package: Session related
PHP Version: Irrelevant OS: N/A
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: lynch@php.net
New email:
PHP Version: OS:

 

 [2013-08-28 21:34 UTC] lynch@php.net
Description:
------------
When the first output happens, there is a record of that in PHP core.

Then, the error message for the header() that follows output can tell the programmer exactly where in their mass of code the output started.

While not quite the same scope, in a large code base, even grepping for session_start() is going to have a lot of hits.

Would it be hard to notate where session_start() got called, and include in the error message...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-02-28 22:17 UTC] cmb@php.net
-Package: Unknown/Other Function +Package: Session related
 [2024-01-24 21:27 UTC] nielsdos@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: nielsdos
 [2024-01-24 21:27 UTC] nielsdos@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at
http://www.php.net/downloads.php

This is now a thing in PHP 8.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC