ID: 35755
Updated by: [EMAIL PROTECTED]
Reported By: songchao1234 at yeah dot net
-Status: Assigned
+Status: Closed
Bug Type: Documentation problem
Operating System: redhat 7.3
PHP Version: Irrelevant
Assigned To: ramsey
New Comment:
the 'Requirements' section already mention the library needed to use
the mm handler.
Previous Comments:
------------------------------------------------------------------------
[2006-05-16 15:45:44] [EMAIL PROTECTED]
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.
------------------------------------------------------------------------
[2005-12-21 03:16:01] 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)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35755&edit=1