php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5075 php crashed on session_start
Submitted: 2000-06-16 07:32 UTC Modified: 2000-06-20 13:41 UTC
From: kufan at mail dot formosoft dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0 Latest CVS (16/06/2000) OS: WINNT
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: kufan at mail dot formosoft dot com
New email:
PHP Version: OS:

 

 [2000-06-16 07:32 UTC] kufan at mail dot formosoft dot com
I believe that's because in PHP_MINIT_FUNCTION(basic) in basic_function, the code
     PHP_MINIT(lcg)(INIT_FUNC_ARGS_PASSTHRU);
is missed, cause lcg_globals_id being un-initialized.
I added the code, and seems worked fine.

kufan@mail.formosoft.com


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-20 13:41 UTC] joosters at cvs dot php dot net
Now fixed in CVS. Also affected Zeus web server and any other platform that had #define ZTS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 18 03:01:27 2024 UTC