summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-46/+23
* Use zend_string_equals API in a couple placesNikita Popov2020-07-031-2/+1
* Fix a couple of UNKNOWN default values in ext/sessionMáté Kocsis2020-06-231-10/+5
* Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-161-1/+1
* Fix #73529: session_decode() silently fails on wrong inputChristoph M. Becker2020-06-101-2/+5
* Constify char * arguments of APIstwosee2020-06-081-4/+4
* Add tests to check mismatching function signaturesMáté Kocsis2020-06-061-10/+22
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-1/+1
* SessionUpdateTimestampHandler class was never implementedAlex Dowad2020-04-271-3/+0
* Generate method entries for ext/session and ext/reflectionMáté Kocsis2020-04-131-79/+5
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-22/+22
* Merge branch 'PHP-7.4'Christoph M. Becker2020-03-311-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-311-2/+2
| |\
| | * Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-311-2/+2
| | * Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-171-4/+6
| * | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-171-4/+6
* | | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-171-4/+6
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2020-01-201-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-01-201-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-201-0/+1
| | |\
| | | * Fix #79091: heap use-after-free in session_create_id()Christoph M. Becker2020-01-201-0/+1
* | | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-4/+4
* | | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-21/+21
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-8/+1
|\ \ \ \ | |/ / /
| * | | Revert "Increase serialize_lock while decoding session"Nikita Popov2019-12-301-8/+1
* | | | Add missing ZPP checksMáté Kocsis2019-11-011-0/+2
* | | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-251-1/+8
|\ \ \ \ | |/ / /
| * | | Increase serialize_lock while decoding sessionNikita Popov2019-09-251-1/+8
* | | | Convert session functions arginfo to php stubsCraig Duncan2019-09-181-129/+28
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-17/+26
|\ \ \ \ | |/ / /
| * | | Allow exceptions in __toString()Nikita Popov2019-06-051-18/+30
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-04-171-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-171-1/+1
| |\ \ \ | | |/ /
| | * | 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
| | | * year++Xinchen Hui2018-01-021-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ \ \ | |/ / /
| * | | Remove local variablesPeter Kokot2019-02-031-9/+0
| * | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | | Make session_cache_expire() arg an integerNikita Popov2019-02-011-9/+10
* | | | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ / /
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | Fix #76688: Disallow excessive parameters after options arrayPedro Magalhães2018-08-121-0/+9
* | Support for samesite cookies with array syntaxPedro Magalhães2018-07-311-35/+97
* | implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http...Frederik Bosch2018-07-311-3/+17
* | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1