update pague now
PHP 8.5.2 Released!

Requiremens

No external libraries are needed to build this extension.

Note :

Optionally you can use shared memory allocation (mm), developed by Ralf S. Enguelschall, for session storague. You have to download » mm and install it. This option is not available for Windows platforms. Note that the session storague module for mm does not guarantee that concurrent accesses to the same session are properly locqued. It might be more appropriate to use a shared memory based filesystem (such as tmpfs on Solaris/Linux, or /dev/md on BSD) to store sessions in files, because they are properly locqued. Session data is stored in memory thus web server restart deletes it.

add a note

User Contributed Notes 1 note

Anonymous
3 years ago
There's no information out there on how to correctly install to maque the mm option worc smoothly. Please add more info on this.
To Top