summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #70219 (Use after free vulnerability in session deserializer)Stanislav Malyshev2015-08-233-432/+124
* Fix missing type checks in various functionsStanislav Malyshev2014-07-271-1/+2
* Fixed bug #66827 Session raises E_NOTICE when session name variable is arrayYasuo Ohgaki2014-07-192-9/+25
* Fixed test (it requires ext/hash)Dmitry Stogov2014-05-071-0/+1
* Fixed tests (they might fail from time to time because of session GC)Dmitry Stogov2014-05-072-0/+2
* fix windows buildAnatol Belski2014-04-141-1/+7
* ws fixStanislav Malyshev2014-04-141-12/+12
* Fix bug #66171: better handling of symlinksStanislav Malyshev2014-04-141-17/+20
* Fixed bug data->fd not set to -1 for open_basedir failure.Yasuo Ohgaki2014-01-301-0/+2
* fixed testAnatol Belski2014-01-221-1/+0
* fix ztsAnatol Belski2014-01-221-2/+2
* Fixed previous commit may delete unwanted cookies. Sync tests from upper bran...Yasuo Ohgaki2014-01-224-6/+52
* Re-fixed bug #66469Yasuo Ohgaki2014-01-226-13/+14
* forked the test for bug #66481Anatol Belski2014-01-172-0/+18
* Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)Xinchen Hui2014-01-162-3/+19
* Revert "Bug #66481 Segfaults on session_name()"Xinchen Hui2014-01-162-23/+0
* Bug #66481 Segfaults on session_name()Conor McDermottroe2014-01-162-0/+23
* Bump yearXinchen Hui2014-01-039-9/+9
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Fixed possible buffer overflow under Windows. Note: Not a security fix.Yasuo Ohgaki2013-08-111-1/+1
* Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply w...Yasuo Ohgaki2013-08-101-1/+1
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Fixed bug #50308 - session id not appended properly for empty anchor tagsArpad Ray2013-07-171-0/+30
* Fix bug #62129 - rfc1867 crashes php even though turned offArpad Ray2013-07-171-2/+5
* Fixed typo ensuring header str is \0 terminatedAnatol Belski2013-07-161-1/+1
* typo fixesVeres Lajos2013-07-151-1/+1
* Fixed bug #35703: when session_name("123") consist only digits, should warningYasuo Ohgaki2013-06-293-25/+114
* Fixed bug #49175: mod_files.sh does not support hash bitsYasuo Ohgaki2013-06-291-13/+54
* Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documentedArpad Ray2013-06-271-1/+1
* - Fixed bug #61594 (ext/session/mod_mm.c: missing free of ps_mm_instance) pat...Felipe Pena2013-06-241-0/+2
* Callback has to be restored in MSHUTDOWNDmitry Stogov2013-06-101-0/+3
* Happy New YearXinchen Hui2013-01-019-9/+9
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-171-1/+1
|\
| * Fix failed testXinchen Hui2012-12-171-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-12-131-1/+1
|\ \ | |/
| * Fix broken testRasmus Lerdorf2012-12-131-1/+1
* | Fix #63379 - Don't reset mod_user_is_open in destroyArpad Ray2012-12-133-1/+114
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-101-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * Fixed bug (segfault due to retval is not initialized)Xinchen Hui2012-08-151-1/+1
* | better fix & this test pass nowXinchen Hui2012-08-152-5/+2
* | Attempt to fix segfault due to retval is not initializedXinchen Hui2012-08-151-1/+1
* | improve the fixXinchen Hui2012-08-151-2/+2
* | Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when closi...Xinchen Hui2012-08-151-1/+15
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\ \ | |/
| * Remove extra ;Johannes Schlüter2012-06-221-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-301-1/+4
|\ \ | |/
| * Fix bug 61870 ext\session\tests\bug42596.phpt failsAnatoliy Belsky2012-04-301-1/+4