|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-20 13:41 UTC] joosters at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 08:00:01 2025 UTC |
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