mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
49824ee8cb
- 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.
7 lines
163 B
Makefile
7 lines
163 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_session.a
|
|
libphpext_session_a_SOURCES=session.c mod_files.c mod_mm.c
|
|
|