summaryrefslogtreecommitdiff
path: root/ext/session/mod_mm.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* - add global startup/shutdown handlersSascha Schumann1999-09-031-0/+6
| | | | | | | | | | - 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/+46
- 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.