summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Fix brittle testChristoph M. Becker2020-07-221-9/+4
* Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-313-3/+18
* Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-092-2/+2
* Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-172-4/+51
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-202-0/+68
|\
| * Fix #79091: heap use-after-free in session_create_id()Christoph M. Becker2020-01-202-0/+68
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-071-0/+1
|\ \ | |/
| * Set session.gc_probability=0 in bug78624.phptNikita Popov2019-10-071-0/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-043-7/+81
|\ \ | |/
| * fix #78624: session_gc return value for user defined session handlersBrent Shaffer2019-10-043-7/+81
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-212-5/+5
|\ \ | |/
| * use {TMP} placeholder in phpt testsHolly Li (WIPRO LIMITED)2019-05-212-5/+5
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-171-1/+1
|\ \ | |/
| * Fix #77911: Wrong warning for session.sid_bits_per_characterChristoph M. Becker2019-04-171-1/+1
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1598-107/+3
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-14129-301/+301
* | Fix session tests that fail if error_log is setRasmus Lerdorf2018-10-313-0/+3
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1596-105/+3
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-14128-299/+299
* | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-10-148-8/+0
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-10-148-8/+0
| |\
| | * Fix failing ext/session/tests due to final newlinesPeter Kokot2018-10-148-8/+0
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-135-6/+6
| | * Convert CRLF line endings to LFPeter Kokot2018-10-132-99/+99
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-5/+5
| * | Convert CRLF line endings to LFPeter Kokot2018-10-131-57/+57
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Convert CRLF line endings to LFPeter Kokot2018-10-131-57/+57
* | | Micro optimization & fixed invalid key handlingXinchen Hui2018-08-171-1/+3
* | | Fix #76688: Disallow excessive parameters after options arrayPedro Magalhães2018-08-122-0/+18
* | | Support for samesite cookies with array syntaxPedro Magalhães2018-07-316-45/+190
* | | implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http...Frederik Bosch2018-07-317-16/+117
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-2510-20/+1
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-2/+2
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0)Dmitry Stogov2018-07-041-2/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-283-53/+53
* | | Merge branch 'PHP-7.2'Anatol Belski2018-05-071-7/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-071-7/+8
| |\ \ | | |/
| | * Update _bits_per_char to use with new PHP 7.1. or greaterRicardo F2018-05-071-7/+8
| | * year++Xinchen Hui2018-01-029-9/+9
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-04-121-0/+23
|\ \ \ | |/ /
| * | Fixed #74892 - Fixed URL rewriting for urls started with #Andrew Nester2018-04-121-0/+23
* | | Remove duplicated testsGabriel Caruso2018-02-222-41/+0
* | | remove support for string|unicode in testsGabriel Caruso2018-02-2213-78/+78