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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Thu Dec 26 13:01:30 2024 UTC