History log of /PHP-8.3/ext/session/mod_mm.c (Results 76 – 100 of 109)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# da977f82 06-Mar-2002 Yasuo Ohgaki

Make php start even with wrong save_path.


# bc383c2e 05-Mar-2002 Yasuo Ohgaki

Fixed crash with mm save handler


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 93cb4816 25-Jan-2002 Yasuo Ohgaki

We need mm file for each user.
# GCI/CLI SAPI need this. It might be better to disable mm save handler
# for CGI/CLI, though.


# d9692f78 25-Jan-2002 Yasuo Ohgaki

Add sapi postfix for mm save path.
cli/cgi would not complain about mm save handler with this.
# I'm really annoyed by mm save path problem...


# 43c3d449 10-Jan-2002 Yasuo Ohgaki

Fix startup crash
# Sascha, thanks for fixing poor patch :)
# mm save handler does not work regardlress of
# save path patch or not for some reason.


# 770c39fe 10-Jan-2002 Sascha Schumann

Improved code for handling PS(save_path)

Don't MFH before further testing


# bbda8d96 10-Jan-2002 Sascha Schumann

Ws fix


# 5c0dfdbd 10-Jan-2002 Yasuo Ohgaki

Make use of save_path for mm file.
Patch by Henning Schmiedehausen <hps@intermeta.de>
Closes bug 14808


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH
# ef42a25b 19-Jul-2001 Sascha Schumann

Fix a serious long-standing bug which deleted the shared memory segment
when an Apache children died.

Dynamically resize hash-table.

The hash key is now stored as part of the ha

Fix a serious long-standing bug which deleted the shared memory segment
when an Apache children died.

Dynamically resize hash-table.

The hash key is now stored as part of the hash entry structure which
saves a mm_malloc.

ps_sd_new has been restructured to avoid code duplication.

A bug concerning moving existing entries to the top of a linked list
has been fixed.

show more ...


# 664df24d 18-Jul-2001 Sascha Schumann

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.

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.

show more ...


# eef0dda4 18-Jul-2001 Sascha Schumann

Retire old hash algorithm and use the FNV-1 algorithm.


# 2c95a1d6 24-Jun-2001 foobar

The extension name seems to be usually totally lower-cased.


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


12345