summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-162-1/+23
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-162-1/+23
| |\
| | * Fix #73100: session_destroy null dereference in ps_files_path_createChristoph M. Becker2016-09-162-1/+23
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-131-2/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-131-2/+2
| |\ \ | | |/
| | * fix test portabilityAnatol Belski2016-09-131-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-092-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-092-2/+8
| |\ \ | | |/
| | * Fixed Bug #68015 Session does not report invalid uid for files save handlerYasuo Ohgaki2016-09-092-3/+9
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-041-0/+1
|\ \ \ | |/ /
| * | phpdbg: couple of network function return checks. PossibleDavid Carlier2016-09-041-0/+1
* | | Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/sessi...Yasuo Ohgaki2016-09-016-17/+62
* | | Revert "Revert "Merge RFC https://wiki.php.net/rfc/session-create-id""Yasuo Ohgaki2016-09-011-4/+19
* | | Revert "Revert "Add tests""Yasuo Ohgaki2016-09-012-0/+97
* | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-09-011-41/+38
|\ \ \ | |/ /
| * | Fix bug #72940 properly. Reduce needless branchesYasuo Ohgaki2016-09-011-41/+38
* | | Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"Yasuo Ohgaki2016-09-016-62/+17
* | | Revert "Merge RFC https://wiki.php.net/rfc/session-create-id"Yasuo Ohgaki2016-09-011-19/+4
* | | Revert "Add tests"Yasuo Ohgaki2016-09-012-97/+0
* | | Add testsYasuo Ohgaki2016-08-312-0/+97
* | | Merge RFC https://wiki.php.net/rfc/session-create-idYasuo Ohgaki2016-08-311-4/+19
* | | Merge branch 'PHP-7.0' into PHP-7.1Yasuo Ohgaki2016-08-302-0/+36
|\ \ \ | |/ /
| * | Fixed bug #72940 SID always return "name=ID", even if session cookie existYasuo Ohgaki2016-08-302-0/+36
* | | Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gcYasuo Ohgaki2016-08-296-17/+62
* | | Adjust test so that it passes on more restrictive filesystemsYasuo Ohgaki2016-08-221-2/+2
* | | Remove leftover of previous changeXinchen Hui2016-08-181-13/+3
* | | Remove outdate checksXinchen Hui2016-08-182-17/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-172-8/+40
|\ \ \ | |/ /
| * | Unused labelXinchen Hui2016-08-171-1/+0
| * | fix testStanislav Malyshev2016-08-171-1/+2
| * | Bug #72663 - part 3Nikita Popov2016-08-171-1/+8
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-08-172-6/+31
| |\ \ | | |/
| | * Fix bug #72681 - consume data even if we're not storing themStanislav Malyshev2016-08-162-7/+34
* | | Merge RFC: Session ID without hashingYasuo Ohgaki2016-08-1211-429/+80
* | | Fix URL rewriter issuesYasuo Ohgaki2016-08-117-52/+585
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-241-0/+1
|\ \ \ | |/ /
| * | Ensure session GC is not run during variation6.phptNikita Popov2016-07-241-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-07-231-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-07-231-3/+3
| |\ \ | | |/
| | * fix testAnatol Belski2016-07-231-3/+3
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-192-0/+45
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-192-0/+45
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-192-1/+46
| | |\
| | | * Fix bug #72562 - destroy var_hash properlyStanislav Malyshev2016-07-122-1/+46
* | | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-054-11/+19
|\ \ \ \
| * | | | E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-141-4/+4
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-132-7/+5
| * | | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-1044-424/+979
| |\ \ \ \
| * | | | | Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-055-28/+12
| * | | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-057-19/+45