php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44758 msession invalid configure option
Submitted: 2008-04-17 13:28 UTC Modified: 2008-04-17 21:13 UTC
From: denis at edistar dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.5 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: denis at edistar dot com
New email:
PHP Version: OS:

 

 [2008-04-17 13:28 UTC] denis at edistar dot com
Description:
------------
I'm trying to compile php with msession support.
Configure fails with the following message:

Notice: Following unknown configure options were used:

--with-msession

Check './configure --help' for available options


Reproduce code:
---------------
./configure --with-msession

Expected result:
----------------
No warnings should be generated.

Actual result:
--------------
Notice: Following unknown configure options were used:

--with-msession

Check './configure --help' for available options


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-17 21:13 UTC] jani@php.net
That's because there is no such extension in PHP. 
See http://cvs.php.net/viewvc.cgi/pecl/msession/ (there's no maintainer, so nobody has made a proper PECL package of it..)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Nov 28 12:00:01 2025 UTC