php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4014 Page load hangs on session_start with new PHP4rc1 dll files
Submitted: 2000-04-03 15:33 UTC Modified: 2000-07-11 05:28 UTC
From: michael-kaplan at uiowa dot edu Assigned:
Status: Closed Package: Session related
PHP Version: 4.0 Release Candidate 1 OS: Windows 95 / PWS 4.0
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: michael-kaplan at uiowa dot edu
New email:
PHP Version: OS:

 

 [2000-04-03 15:33 UTC] michael-kaplan at uiowa dot edu
Used session_start() on a site developed using PHP4.0b4-pl1, had no problems whatsoever.  Installed PHP4rc1, and page load hung completely on session_start().  PWS left this connection open, and Active Connection was never terminated.  This can be reproduced using a very simple page:

<?php
session_start();
?>

Worked on Beta 4, hung up on release candidate 1.

Platform is Win 95 OSR2 running latest version of PWS4.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-11 05:28 UTC] sas at cvs dot php dot net
This should not happen anymore. Please upgrade to the latest version. Thank you for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC