php-src/ext/session
Alexander Feldman 7c11cfaf03 Fixed a bug in session.c. If the user calls session_module_name with a
parameter, then the mod_data pointer is initialized to NULL and then
php_session_save_current_state did not check this value before referencing
the pointer. Added a check in php_session_save_current_state.
2000-10-23 13:10:01 +00:00
..
config.m4 Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 2000-05-02 04:01:15 +00:00
Makefile.in Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 2000-05-02 04:01:15 +00:00
mod_files.c Fixed crash (bus error) in readdir() and session cleanup when compiled 2000-10-18 14:14:14 +00:00
mod_files.h Unify use of my email address 2000-07-10 10:09:15 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c Return SUCCESS from write handler, if vallen is 0. 2000-09-29 21:44:45 +00:00
mod_mm.h Unify use of my email address 2000-07-10 10:09:15 +00:00
mod_user.c Add session_write_close(). This is primarily intended to enable 2000-10-11 19:47:15 +00:00
mod_user.h Add session_write_close(). This is primarily intended to enable 2000-10-11 19:47:15 +00:00
modules.c add user-level callbacks 1999-09-17 05:40:59 +00:00
php_session.h Add session_write_close(). This is primarily intended to enable 2000-10-11 19:47:15 +00:00
session.c Fixed a bug in session.c. If the user calls session_module_name with a 2000-10-23 13:10:01 +00:00
setup.stub first import of session module 1999-06-05 19:52:58 +00:00