|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-12-21 03:16 UTC] songchao1234 at yeah dot net
Description: ------------ session_module_name() needs some examples for its document, Bug #5121 said that it has been fixed , but actually it is not Reproduce code: --------------- <?php session_module_name("mm"); echo session_module_name(); ?> Expected result: ---------------- mm Actual result: -------------- Fatal error: session_module_name(): Cannot find named PHP session module (mm) PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 12:00:01 2025 UTC |
session_module_name("mm") doesn't work because you don't have the mm libs compiled into PHP. I'll add documentation on each of the session modules and what PHP requires to use mm.