Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Did not revert back enough. | Sascha Schumann | 2002-03-06 | 1 | -3/+8 |
| | | | | | | This patch does not make sense, because it enforces the existence of a single directory. | ||||
* | Weep out all recent commits of Yasuo. | Sascha Schumann | 2002-03-06 | 1 | -11/+3 |
| | | | | | | | | | | | | | | | I don't have time right now to leave in the good ones and remove only the bad ones. There are some semantical changes which I reject, because they aim at fixing a bug which is at a completely other location. Then SID does not gefined anymore properly. (This broken patch has not been sent to me at all.) Also, there were *so* many whitespace changes which already make these commits bogus. | ||||
* | Fixed typo :) | Yasuo Ohgaki | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | Use static mm file save path. Now we can safely stop web server at start up ↵ | Yasuo Ohgaki | 2002-03-06 | 1 | -8/+6 |
| | | | | when there is an error. Older mm uses static mm file path anyway. | ||||
* | Make php start even with wrong save_path. | Yasuo Ohgaki | 2002-03-06 | 1 | -5/+7 |
| | |||||
* | Fixed crash with mm save handler | Yasuo Ohgaki | 2002-03-05 | 1 | -1/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | We need mm file for each user. | Yasuo Ohgaki | 2002-01-25 | 1 | -5/+9 |
| | | | | | | # GCI/CLI SAPI need this. It might be better to disable mm save handler # for CGI/CLI, though. | ||||
* | Add sapi postfix for mm save path. | Yasuo Ohgaki | 2002-01-25 | 1 | -8/+11 |
| | | | | | | cli/cgi would not complain about mm save handler with this. # I'm really annoyed by mm save path problem... | ||||
* | Fix startup crash | Yasuo Ohgaki | 2002-01-10 | 1 | -2/+4 |
| | | | | | | | # Sascha, thanks for fixing poor patch :) # mm save handler does not work regardlress of # save path patch or not for some reason. | ||||
* | Improved code for handling PS(save_path) | Sascha Schumann | 2002-01-10 | 1 | -5/+16 |
| | | | | | Don't MFH before further testing | ||||
* | Ws fix | Sascha Schumann | 2002-01-10 | 1 | -5/+5 |
| | |||||
* | Make use of save_path for mm file. | Yasuo Ohgaki | 2002-01-10 | 1 | -2/+12 |
| | | | | | | Patch by Henning Schmiedehausen <hps@intermeta.de> Closes bug 14808 | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fix a serious long-standing bug which deleted the shared memory segment | Sascha Schumann | 2001-07-19 | 1 | -48/+92 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Fix GC bug which did not increment the proper variable. | Sascha Schumann | 2001-07-18 | 1 | -61/+73 |
| | | | | | | | | | | | | 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. | ||||
* | Retire old hash algorithm and use the FNV-1 algorithm. | Sascha Schumann | 2001-07-18 | 1 | -18/+11 |
| | |||||
* | The extension name seems to be usually totally lower-cased. | foobar | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Fold a bit more code | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+10 |
| | |||||
* | fix buggy debug statements | Sascha Schumann | 2001-05-24 | 1 | -3/+3 |
| | |||||
* | - Nuke GINIT | Andi Gutmans | 2001-05-23 | 1 | -5/+4 |
| | |||||
* | add an interface for registering storage modules at run-time. | Sascha Schumann | 2001-05-03 | 1 | -0/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | No need for GCC extensions in non-debugging mode. | Sascha Schumann | 2000-12-21 | 1 | -1/+1 |
| | | | | | PR: #8345 | ||||
* | Add some additional checks | Sascha Schumann | 2000-11-03 | 1 | -4/+17 |
| | | | | | Submitted by: mookid@sigent.ru (Mikhail Zabaluev) | ||||
* | Fix implementation of hash algorithm | Sascha Schumann | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Return SUCCESS from write handler, if vallen is 0. | Sascha Schumann | 2000-09-29 | 1 | -3/+5 |
| | | | | | | Submitted by: tcarroll@chc-chimes.com PR: #6958 | ||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | GC now prints out how many session objects were removed | Sascha Schumann | 2000-03-29 | 1 | -1/+4 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | More cosmetic things | Sascha Schumann | 2000-02-11 | 1 | -33/+28 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | bail out, if ps_mm_instance wasn't initialized correctly | Sascha Schumann | 1999-09-04 | 1 | -0/+4 |
| | | | | | (should take place in global startup) | ||||
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -12/+73 |
| | | | | | | | | | | - 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 | ||||
* | - fix potential buffer problem in send_cookie | Sascha Schumann | 1999-08-27 | 1 | -0/+277 |
- 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. |