summaryrefslogtreecommitdiff
path: root/ext/session/mod_mm.c
Commit message (Collapse)AuthorAgeFilesLines
* bail out, if ps_mm_instance wasn't initialized correctlySascha Schumann1999-09-041-0/+4
| | | | | (should take place in global startup)
* - add global startup/shutdown handlersSascha Schumann1999-09-031-12/+73
| | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
* - fix potential buffer problem in send_cookieSascha Schumann1999-08-271-0/+277
- fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that.