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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
16 - 11 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 11:01:31 2024 UTC