summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #72562 - destroy var_hash properlyStanislav Malyshev2016-07-121-1/+2
* More fixes for bug #70219Stanislav Malyshev2015-08-281-2/+5
* Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-08-251-14/+22
|\
| * Fix bug #70219 (Use after free vulnerability in session deserializer)Stanislav Malyshev2015-08-231-14/+22
* | Fix flaws in session moduleJulien Pauli2015-03-161-0/+1
* | Fixed bug #68063 Empty session IDs do still start sessionsYasuo Ohgaki2015-02-031-0/+5
* | Bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-281-1/+2
|\ \ | |/
| * Fix missing type checks in various functionsStanislav Malyshev2014-07-271-1/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-07-191-9/+13
|\ \ | |/
| * Fixed bug #66827 Session raises E_NOTICE when session name variable is arrayYasuo Ohgaki2014-07-191-9/+13
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-221-2/+2
|\ \ | |/
| * fix ztsAnatol Belski2014-01-221-2/+2
* | Fixed previous commit may delete unwanted cookies.Yasuo Ohgaki2014-01-221-1/+45
|\ \ | |/
| * Fixed previous commit may delete unwanted cookies. Sync tests from upper bran...Yasuo Ohgaki2014-01-221-1/+45
| * Re-fixed bug #66469Yasuo Ohgaki2014-01-221-3/+1
* | Re-fixed bug #66469Yasuo Ohgaki2014-01-221-3/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2014-01-161-10/+2
|\ \ | |/
| * Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)Xinchen Hui2014-01-161-3/+2
| * Revert "Bug #66481 Segfaults on session_name()"Xinchen Hui2014-01-161-7/+0
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-161-0/+7
|\ \ | |/
| * Bug #66481 Segfaults on session_name()Conor McDermottroe2014-01-161-0/+7
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Fixed session module is sending multiple set-cookie headers when session.use_...Yasuo Ohgaki2014-01-151-3/+11
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Reduce compilation noise during normal compilation:Christopher Jones2013-08-211-7/+0
* | Add php_serialize session.serialize_handler. This patch closesYasuo Ohgaki2013-08-211-2/+48
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-111-1/+1
|\ \ | |/
| * Fixed possible buffer overflow under Windows. Note: Not a security fix.Yasuo Ohgaki2013-08-111-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2013-08-101-1/+1
|\ \ | |/
| * Fixed Bug #62015 Changed session.auto_start to PHP_INI_PERDIR. It is simply w...Yasuo Ohgaki2013-08-101-1/+1
* | fix crash, enable session_id and fix testStanislav Malyshev2013-08-041-3/+0
* | Strict sessionYasuo Ohgaki2013-08-041-39/+85
* | Merge branch 'PHP-5.4' into PHP-5.5Arpad Ray2013-07-171-2/+5
|\ \ | |/
| * Fix bug #62129 - rfc1867 crashes php even though turned offArpad Ray2013-07-171-2/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-161-1/+1
|\ \ | |/
| * Fixed typo ensuring header str is \0 terminatedAnatol Belski2013-07-161-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-021-1/+26
|\ \ | |/
| * Fixed bug #35703: when session_name("123") consist only digits, should warningYasuo Ohgaki2013-06-291-1/+26
* | Merge branch 'PHP-5.4' into PHP-5.5Arpad Ray2013-06-271-1/+1
|\ \ | |/
| * Fix bug #62535 - $_SESSION[$key]["cancel_upload"] doesn't work as documentedArpad Ray2013-06-271-1/+1
* | BC fix for PR 109 merge - create_sid() method in SessionHandlerArpad Ray2013-06-271-8/+45
* | Merge PR 109 - Add create_sid to session_set_save_handler and SessionHandlerArpad Ray2013-06-271-11/+18
|\ \
| * | Tests, fixes and optimisationsLeigh2012-06-261-1/+1
| * | Add create_sid to session_set_save_handler and SessionHandlerLeigh2012-06-151-11/+18
| * | Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::...Ilia Alshanetsky2012-03-081-4/+4
| * | add SessionHandlerInterface for session_set_save_handler() - #60551Arpad Ray2012-01-041-3/+25
| * | - Year++Felipe Pena2012-01-011-1/+1