summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-159-9/+9
* Fix bug #67972 (SessionHandler Invalid memory read create_sid()).Adam Harvey2014-09-082-0/+12
* 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-192-9/+25
|\ \ | |/
| * Fixed bug #66827 Session raises E_NOTICE when session name variable is arrayYasuo Ohgaki2014-07-192-9/+25
* | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-05-071-0/+1
|\ \ | |/
| * Fixed test (it requires ext/hash)Dmitry Stogov2014-05-071-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-05-072-0/+2
|\ \ | |/
| * Fixed tests (they might fail from time to time because of session GC)Dmitry Stogov2014-05-072-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-141-1/+7
|\ \ | |/
| * fix windows buildAnatol Belski2014-04-141-1/+7
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-141-12/+12
|\ \ | |/
| * ws fixStanislav Malyshev2014-04-141-12/+12
| * Fix bug #66171: better handling of symlinksStanislav Malyshev2014-04-141-17/+20
* | Fix bug #66171: better handling of symlinksStanislav Malyshev2014-04-141-17/+20
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-301-0/+2
|\ \ | |/
| * Fixed bug data->fd not set to -1 for open_basedir failure.Yasuo Ohgaki2014-01-301-0/+2
* | refixed that test for 5.5+Anatol Belski2014-01-221-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-221-1/+0
|\ \ | |/
| * fixed testAnatol Belski2014-01-221-1/+0
* | 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-224-6/+52
| * Re-fixed bug #66469Yasuo Ohgaki2014-01-226-13/+14
* | Re-fixed bug #66469Yasuo Ohgaki2014-01-223-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-172-0/+18
|\ \ | |/
| * forked the test for bug #66481Anatol Belski2014-01-172-0/+18
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2014-01-162-12/+5
|\ \ | |/
| * 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
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-162-0/+23
|\ \ | |/
| * Bug #66481 Segfaults on session_name()Conor McDermottroe2014-01-162-0/+23
| * Bump yearXinchen Hui2014-01-039-9/+9
* | Fixed session module is sending multiple set-cookie headers when session.use_...Yasuo Ohgaki2014-01-153-3/+13
* | Bump yearXinchen Hui2014-01-039-9/+9
* | Fix tests expecting specific resource IDsEric Stenson2013-12-151-1/+1
* | Reduce compilation noise during normal compilation:Christopher Jones2013-08-212-8/+1
* | Add php_serialize session.serialize_handler. This patch closesYasuo Ohgaki2013-08-213-2/+346
* | Fixed Bug #65475Yasuo Ohgaki2013-08-2115-4/+51
* | 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-043-6/+2
* | Strict session. Detect session id collisionYasuo Ohgaki2013-08-042-2/+28
* | Strict sessionYasuo Ohgaki2013-08-0438-93/+240