summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Restored "???" mark in the place that might be changed laterDmitry Stogov2014-08-141-2/+2
* clean up - remove checked questionsXinchen Hui2014-08-131-2/+2
* Merge branch 'master' into phpngDmitry Stogov2014-08-041-1/+2
|\
| * Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-281-1/+2
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-07-281-1/+2
| | |\
| | | * 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.5' into PHP-5.6Xinchen Hui2014-07-192-9/+25
| | |\ \ \ | | | |/ /
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-07-222-9/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-07-192-9/+25
| |\ \ \ \
| | * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-07-192-9/+25
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | 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.5' into PHP-5.6Ferenc Kovacs2014-05-071-0/+1
| | |\ \ \ | | | |/ /
| | | * | 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 'master' into phpngDmitry Stogov2014-07-0815-17/+35
|\ \ \ \ \ | |/ / / /
| * | | | Fix still broken session test. Only return true/false.Sara Golemon2014-07-071-1/+1
| * | | | Followup fix to custom session save handlersSara Golemon2014-07-0714-16/+34
* | | | | Merge branch 'master' into testDmitry Stogov2014-07-071-6/+18
|\ \ \ \ \ | |/ / / /
| * | | | Fix handling of session user module custom handlers.Sara Golemon2014-07-061-6/+16
* | | | | Wrong expectation in test (for some reason error messages didn't refer to rig...Dmitry Stogov2014-07-071-2/+2
* | | | | Merge branch 'master' into phpngDmitry Stogov2014-06-181-9/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'httponly-cookies' of https://github.com/mj/php-srcAndrea Faulds2014-06-121-9/+2
| |\ \ \ \
| | * | | | Remove usage of pointless COOKIE_SET_COOKIE constant.Martin Jansen2014-05-181-1/+1
| | * | | | Streamlining of cookie handling in ext/session and setcookieMartin Jansen2014-05-061-8/+1
* | | | | | This should be this (broken compiling before)Xinchen Hui2014-05-191-1/+1
* | | | | | only used if HAVE_NOFOLLOWPierre Joye2014-05-171-0/+2
* | | | | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-05-072-0/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-05-072-0/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | 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
| * | | | | Fix typoMartin Jansen2014-05-061-1/+1
| | |_|_|/ | |/| | |
| * | | | This test requires the hash extension.Martin Jansen2014-05-061-1/+7
| |/ / /
* | | | - Fixed ZTS buildFelipe Pena2014-05-131-1/+1
* | | | Refactoring wddx (incompleted, is there any one use it? )Xinchen Hui2014-05-112-19/+14
* | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-033-20/+20
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-269-180/+73
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-141-1/+7
| |\ \ \ | | |/ /
| | * | 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
| * | | ws fixStanislav Malyshev2014-04-141-12/+12
| * | | Fix bug #66171: better handling of symlinksStanislav Malyshev2014-04-141-17/+20
| * | | Remove unneeded testYasuo Ohgaki2014-03-131-37/+0