summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-03-231-1/+2
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-231-1/+2
| |\
| | * Properly initialize PS(mod) on RINITChristoph M. Becker2021-03-231-1/+2
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-03-221-16/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-221-16/+15
| |\ \ | | |/
| | * Fix #80889: amendmentChristoph M. Becker2021-03-221-16/+15
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-03-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-191-1/+1
| |\ \ | | |/
| | * Fix #80889: Cannot set save handler when save_handler is invalidChristoph M. Becker2021-03-191-1/+1
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-221-9/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-221-9/+11
| |\ \ | | |/
| | * Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-221-9/+11
* | | Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-151-15/+4
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-12/+12
|/ /
* | Use callable type in register_shutdown_function()Nikita Popov2020-09-251-13/+9
* | Drop usage of E_RECOVERABLE_ERROR in Session extensionGeorge Peter Banyard2020-09-221-9/+10
* | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-15/+27
* | Clean up ext/session errorsMáté Kocsis2020-09-111-73/+94
* | Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-071-3/+3
* | 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