summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0'Xinchen Hui2016-04-152-21/+69
|\
| * Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode...Xinchen Hui2016-04-152-21/+69
* | Remove debug codeYasuo Ohgaki2016-04-071-5/+0
* | Merge branch 'PHP-7.0'Yasuo Ohgaki2016-04-072-8/+38
|\ \ | |/
| * Fixed Bug #71974 Trans sid will always be send, even if cookies are availableYasuo Ohgaki2016-04-072-8/+38
* | Merge branch 'PHP-7.0'Yasuo Ohgaki2016-03-122-1/+17
|\ \ | |/
| * Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucketYasuo Ohgaki2016-03-122-0/+17
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-101-0/+1
|\ \
| * | Fixed bug #71754 (Regression in PHP7.0: trivial script segfaults php-cgi)Xinchen Hui2016-03-101-0/+1
| |/
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-033-3/+3
|\ \ | |/
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
| * Fix intermixed SKIPIF and XFAIL sections in testNikita Popov2016-03-031-1/+1
| * check length first, prevent out-of-bounds readAntony Dovgal2016-02-031-1/+1
* | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-12/+10
* | check length first, prevent out-of-bounds readAntony Dovgal2016-02-031-1/+1
* | revert test to the previous master stateAnatol Belski2016-01-291-2/+2
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-294-29/+23
|\ \ | |/
| * yet one revertAnatol Belski2016-01-293-9/+19
| * Revert "adjust test for 7.0"Anatol Belski2016-01-291-1/+0
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-296-74/+26
|\ \ | |/
| * Revert "refix #69111 and one related test"Anatol Belski2016-01-291-5/+0
| * Revert "fix yet another leak"Anatol Belski2016-01-291-1/+0
| * add XFAILAnatol Belski2016-01-291-0/+2
| * Revert "refix #69111 and one related test"Anatol Belski2016-01-292-51/+21
| * Revert "fix tests"Anatol Belski2016-01-293-19/+9
| * Revert "fix leak in 7.0"Anatol Belski2016-01-291-1/+1
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-291-17/+51
|\ \ | |/
| * refix #69111 and one related testAnatol Belski2016-01-292-21/+51
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-293-9/+19
|\ \ | |/
| * fix testsAnatol Belski2016-01-293-9/+19
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-291-0/+1
|\ \ | |/
| * fix yet another leakAnatol Belski2016-01-291-0/+1
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-291-3/+4
|\ \ | |/
| * fix wrong gc sequenceAnatol Belski2016-01-291-3/+4
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-291-1/+6
|\ \ | |/
| * fix leak in 7.0Anatol Belski2016-01-291-1/+6
| * revert the API string as wellAnatol Belski2016-01-291-1/+1
| * adjust test for 7.0Anatol Belski2016-01-291-0/+1
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-291-0/+20
| |\
| | * add test for bug #69111Anatol Belski2016-01-291-0/+20
| | * refix bug #69111, crash in 5.6 onlyAnatol Belski2016-01-291-0/+4
| | * reset the ext/session to the state of 5.6.17Anatol Belski2016-01-2914-187/+69
| * | reset ext/session to the state of 7.0.2Anatol Belski2016-01-2926-266/+74
* | | Update error message. Missed to include in previous commit 46d4a371054f43fe8a...Yasuo Ohgaki2016-01-281-1/+1
* | | Session regenerate id seems to malfunction with 3rd party session handlersMikko2016-01-281-5/+8
* | | Merge branch 'PHP-7.0'Yasuo Ohgaki2016-01-181-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-01-181-4/+4
| |\ \ | | |/
| | * Use SUCCESS/FAILUREYasuo Ohgaki2016-01-181-4/+4
* | | Fixed bug #71070 Custom session handler write method returns false, warning m...Yasuo Ohgaki2016-01-181-5/+10
* | | Merge branch 'PHP-7.0'Yasuo Ohgaki2016-01-171-0/+2
|\ \ \ | |/ /