summaryrefslogtreecommitdiff
path: root/ext/session/mod_mm.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #60339 (valgrind reports LEAK --with-mm)Felipe Pena2011-11-191-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: ws + syncJani Taskinen2009-05-181-57/+68
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* fix typoAntony Dovgal2007-02-261-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* Eliminate strcat() usage.Ilia Alshanetsky2007-02-191-11/+17
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Do not use alloca() where it can be abused through user input.Ilia Alshanetsky2004-06-301-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* fix ZTS buildMarcus Boerger2002-12-051-1/+1
* php_error -> php_error_docrefMarcus Boerger2002-12-051-2/+4
* - Fixed bug: #17977, session build as shared works now with mm handler too.foobar2002-06-281-11/+0
* Did not revert back enough.Sascha Schumann2002-03-061-3/+8
* Weep out all recent commits of Yasuo.Sascha Schumann2002-03-061-11/+3
* Fixed typo :)Yasuo Ohgaki2002-03-061-1/+1
* Use static mm file save path. Now we can safely stop web server at start up w...Yasuo Ohgaki2002-03-061-8/+6
* Make php start even with wrong save_path.Yasuo Ohgaki2002-03-061-5/+7
* Fixed crash with mm save handlerYasuo Ohgaki2002-03-051-1/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* We need mm file for each user.Yasuo Ohgaki2002-01-251-5/+9
* Add sapi postfix for mm save path.Yasuo Ohgaki2002-01-251-8/+11
* Fix startup crashYasuo Ohgaki2002-01-101-2/+4
* Improved code for handling PS(save_path)Sascha Schumann2002-01-101-5/+16
* Ws fixSascha Schumann2002-01-101-5/+5
* Make use of save_path for mm file.Yasuo Ohgaki2002-01-101-2/+12
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fix a serious long-standing bug which deleted the shared memory segmentSascha Schumann2001-07-191-48/+92
* Fix GC bug which did not increment the proper variable.Sascha Schumann2001-07-181-61/+73
* Retire old hash algorithm and use the FNV-1 algorithm.Sascha Schumann2001-07-181-18/+11
* The extension name seems to be usually totally lower-cased.foobar2001-06-241-1/+1
* Fold a bit more codeRasmus Lerdorf2001-06-061-0/+10
* fix buggy debug statementsSascha Schumann2001-05-241-3/+3
* - Nuke GINITAndi Gutmans2001-05-231-5/+4
* add an interface for registering storage modules at run-time.Sascha Schumann2001-05-031-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* No need for GCC extensions in non-debugging mode.Sascha Schumann2000-12-211-1/+1
* Add some additional checksSascha Schumann2000-11-031-4/+17
* Fix implementation of hash algorithmSascha Schumann2000-11-031-1/+1
* Return SUCCESS from write handler, if vallen is 0.Sascha Schumann2000-09-291-3/+5