| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #70219 (Use after free vulnerability in session deserializer) | Stanislav Malyshev | 2015-08-23 | 3 | -432/+124 |
* | Fix missing type checks in various functions | Stanislav Malyshev | 2014-07-27 | 1 | -1/+2 |
* | Fixed bug #66827 Session raises E_NOTICE when session name variable is array | Yasuo Ohgaki | 2014-07-19 | 2 | -9/+25 |
* | Fixed test (it requires ext/hash) | Dmitry Stogov | 2014-05-07 | 1 | -0/+1 |
* | Fixed tests (they might fail from time to time because of session GC) | Dmitry Stogov | 2014-05-07 | 2 | -0/+2 |
* | fix windows build | Anatol Belski | 2014-04-14 | 1 | -1/+7 |
* | ws fix | Stanislav Malyshev | 2014-04-14 | 1 | -12/+12 |
* | Fix bug #66171: better handling of symlinks | Stanislav Malyshev | 2014-04-14 | 1 | -17/+20 |
* | Fixed bug data->fd not set to -1 for open_basedir failure. | Yasuo Ohgaki | 2014-01-30 | 1 | -0/+2 |
* | fixed test | Anatol Belski | 2014-01-22 | 1 | -1/+0 |
* | fix zts | Anatol Belski | 2014-01-22 | 1 | -2/+2 |
* | Fixed previous commit may delete unwanted cookies. Sync tests from upper bran... | Yasuo Ohgaki | 2014-01-22 | 4 | -6/+52 |
* | Re-fixed bug #66469 | Yasuo Ohgaki | 2014-01-22 | 6 | -13/+14 |
* | forked the test for bug #66481 | Anatol Belski | 2014-01-17 | 2 | -0/+18 |
* | Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null) | Xinchen Hui | 2014-01-16 | 2 | -3/+19 |
* | Revert "Bug #66481 Segfaults on session_name()" | Xinchen Hui | 2014-01-16 | 2 | -23/+0 |
* | Bug #66481 Segfaults on session_name() | Conor McDermottroe | 2014-01-16 | 2 | -0/+23 |
* | Bump year | Xinchen Hui | 2014-01-03 | 9 | -9/+9 |
* | Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ... | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
* | Fixed possible buffer overflow under Windows. Note: Not a security fix. | Yasuo Ohgaki | 2013-08-11 | 1 | -1/+1 |
* | Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply w... | Yasuo Ohgaki | 2013-08-10 | 1 | -1/+1 |
* | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
* | Fixed bug #50308 - session id not appended properly for empty anchor tags | Arpad Ray | 2013-07-17 | 1 | -0/+30 |
* | Fix bug #62129 - rfc1867 crashes php even though turned off | Arpad Ray | 2013-07-17 | 1 | -2/+5 |
* | Fixed typo ensuring header str is \0 terminated | Anatol Belski | 2013-07-16 | 1 | -1/+1 |
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | Fixed bug #35703: when session_name("123") consist only digits, should warning | Yasuo Ohgaki | 2013-06-29 | 3 | -25/+114 |
* | Fixed bug #49175: mod_files.sh does not support hash bits | Yasuo Ohgaki | 2013-06-29 | 1 | -13/+54 |
* | Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documented | Arpad Ray | 2013-06-27 | 1 | -1/+1 |
* | - Fixed bug #61594 (ext/session/mod_mm.c: missing free of ps_mm_instance) pat... | Felipe Pena | 2013-06-24 | 1 | -0/+2 |
* | Callback has to be restored in MSHUTDOWN | Dmitry Stogov | 2013-06-10 | 1 | -0/+3 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 9 | -9/+9 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-12-17 | 1 | -1/+1 |
|\ |
|
| * | Fix failed test | Xinchen Hui | 2012-12-17 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix broken test | Rasmus Lerdorf | 2012-12-13 | 1 | -1/+1 |
* | | Fix #63379 - Don't reset mod_user_is_open in destroy | Arpad Ray | 2012-12-13 | 3 | -1/+114 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ \
| |/ |
|
| * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ \
| |/ |
|
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| * | Fixed bug (segfault due to retval is not initialized) | Xinchen Hui | 2012-08-15 | 1 | -1/+1 |
* | | better fix & this test pass now | Xinchen Hui | 2012-08-15 | 2 | -5/+2 |
* | | Attempt to fix segfault due to retval is not initialized | Xinchen Hui | 2012-08-15 | 1 | -1/+1 |
* | | improve the fix | Xinchen Hui | 2012-08-15 | 1 | -2/+2 |
* | | Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when closi... | Xinchen Hui | 2012-08-15 | 1 | -1/+15 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove extra ; | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-30 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Fix bug 61870 ext\session\tests\bug42596.phpt fails | Anatoliy Belsky | 2012-04-30 | 1 | -1/+4 |