History log of /php-src/ext/session/mod_mm.c (Results 76 – 93 of 93)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 9c558821 06-Jun-2001 Rasmus Lerdorf

Fold a bit more code

Revision tags: php-4.0.6RC2
# 3ffaa634 24-May-2001 Sascha Schumann

fix buggy debug statements

# 14ac3d74 23-May-2001 Andi Gutmans

- Nuke GINIT

Revision tags: php-4.0.6RC1
# 9de9b7c1 03-May-2001 Sascha Schumann

add an interface for registering storage modules at run-time.

Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 225a08e8 21-Dec-2000 Sascha Schumann

No need for GCC extensions in non-debugging mode.

PR: #8345

Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 0feb2a21 03-Nov-2000 Sascha Schumann

Add some additional checks

Submitted by: mookid@sigent.ru (Mikhail Zabaluev)

# b4ce4e26 03-Nov-2000 Sascha Schumann

Fix implementation of hash algorithm

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 11c88a0f 29-Sep-2000 Sascha Schumann

Return SUCCESS from write handler, if vallen is 0.

Submitted by: tcarroll@chc-chimes.com
PR: #6958

Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# e8101d4f 10-Jul-2000 Sascha Schumann

Unify use of my email address

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6

Revision tags: php-4.0RC2
# f50de703 29-Mar-2000 Sascha Schumann

GC now prints out how many session objects were removed

Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time

Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 12d3e3d7 11-Feb-2000 Sascha Schumann

More cosmetic things

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2, PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 7796f4d9 04-Sep-1999 Sascha Schumann

bail out, if ps_mm_instance wasn't initialized correctly
(should take place in global startup)

# 5b293ecd 03-Sep-1999 Sascha Schumann

- add global startup/shutdown handlers
- improve genif.sh to also consider all header files for inclusion
(checks for phpext_)
- use vsnprintf in main.c to avoid buffer overflows
-

- add global startup/shutdown handlers
- 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

show more ...

# 49824ee8 27-Aug-1999 Sascha Schumann

- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage

This work

- fix potential buffer problem in send_cookie
- 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.

show more ...

1234