php-src/ext/session
Sascha Schumann 664df24d11 Fix GC bug which did not increment the proper variable.
Fix warning regarding the initial hash value.
Use php_uint32 everywhere.
Speedup linked-list traversal by using the hash value.
Degrade linked-list to singledly linked-list.
Allocate a new shared memory buffer, if the data does not fit into the
current one.  Prior to this change, we always allocated a new buffer.
Fix debug prints to be compatible with non-GCC compilers.
NUL-terminate string return values.
2001-07-18 23:18:58 +00:00
..
tests make regession test of session work without the ugly hack in session.c 2001-07-13 10:32:37 +00:00
config.m4 Add support for systems where p{read|write} take a off64_t without 2001-05-20 23:39:09 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +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 removed warnings 2001-06-10 23:26:35 +00:00
mod_files.h Change copyright note. 2001-06-19 21:14:39 +00:00
mod_files.sh - cleanup code 1999-08-22 14:14:46 +00:00
mod_mm.c Fix GC bug which did not increment the proper variable. 2001-07-18 23:18:58 +00:00
mod_mm.h Change copyright note. 2001-06-19 21:14:39 +00:00
mod_user.c Fold a bit more code 2001-06-06 14:32:27 +00:00
mod_user.h - Fix copyright notices with 2001 2001-02-26 06:11:02 +00:00
php_session.h cleanup in preparation for session_readonly() 2001-07-11 13:27:27 +00:00
session.c Instead of using the poor system rand() algorithm and the 2001-07-18 22:56:56 +00:00
setup.stub first import of session module 1999-06-05 19:52:58 +00:00