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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 21:01:36 2024 UTC