php-src/ext/session
Moriyoshi Koizumi 75f83f7bb4 - Fix segfaults on deserialisation of referenced variables.
# ALLOC_INIT_ZVAL() initialises the type field to IS_NULL, while
# MAKE_STD_ZVAL() doesn't. This caused a kind of random crash
# when zval_ptr_dtor() was applied on an intact zval created by
# the latter method.
#
# Please check relevant bugs again. There should be some that
# have already been marked as bogus.
2004-02-29 00:26:36 +00:00
..
tests Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may 2004-02-11 17:00:48 +00:00
config.m4 - Always look into /usr/local before /usr 2003-10-01 02:53:23 +00:00
config.w32 Add new (optional!) win32 build infrastructure. 2003-12-02 23:17:04 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
mod_files.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_files.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_mm.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
mod_user.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mod_user.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_session.h Silence some compile warnings 2004-01-23 03:28:59 +00:00
session.c - Fix segfaults on deserialisation of referenced variables. 2004-02-29 00:26:36 +00:00