summaryrefslogtreecommitdiff
path: root/ext/session
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-222-16/+50
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-222-16/+50
| |\ \ | | |/
| | * Fix #80889: amendmentChristoph M. Becker2021-03-222-16/+50
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-03-192-1/+38
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-192-1/+38
| |\ \ | | |/
| | * Fix #80889: Cannot set save handler when save_handler is invalidChristoph M. Becker2021-03-192-1/+38
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-223-9/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-223-9/+30
| |\ \ | | |/
| | * Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-223-9/+30
* | | Improve class entry generationMáté Kocsis2021-02-161-5/+4
* | | Generate class entries from stubs for phar, posix, pspell, readline, reflecti...Máté Kocsis2021-02-154-21/+48
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-153-27/+27
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-062-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-251-1/+1
|\ \ \ | |/ /
| * | Fixed bug #80377Nikita Popov2020-11-251-1/+1
* | | Merge branch 'PHP-8.0'Dmitry Stogov2020-11-251-1/+1
|\ \ \ | |/ /
| * | Revert "Fixed bug #80377"Dmitry Stogov2020-11-251-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-241-1/+1
|\ \ \ | |/ /
| * | Fixed bug #80377Nikita Popov2020-11-241-1/+1
* | | Allow running session tests in parallelNikita Popov2020-10-2347-252/+266
|/ /
* | Review parameter names in ext/sessionMáté Kocsis2020-09-302-25/+35
* | 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-225-14/+31
* | Run tidyNikita Popov2020-09-182-3/+3
* | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-144-25/+40
* | Unmark tests as XFAIL on WindowsChristoph M. Becker2020-09-142-10/+0
* | Mark tests as XFAIL on WindowsChristoph M. Becker2020-09-132-0/+10
* | Clean up ext/session errorsMáté Kocsis2020-09-1156-309/+395
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-092-2/+2
* | Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-071-3/+3
* | Avoid fatal error in session handlerNikita Popov2020-08-141-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-131-1/+1
|\ \ | |/
| * Fixed bug #79724Nikita Popov2020-08-131-1/+1
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0932-0/+32
* | Only force log startup errors if display_startup_errors disabledNikita Popov2020-08-055-11/+2
* | Promote "undefined array key" notice to warningNikita Popov2020-08-031-2/+2
* | Don't suppress notices in rfc1867 testsNikita Popov2020-08-0313-38/+12
* | Add a few missing parameter types in stubsMáté Kocsis2020-07-302-1/+13
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-221-9/+4
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-221-9/+4
| |\
| | * Fix brittle testChristoph M. Becker2020-07-221-9/+4
* | | Move SessionHandler sanity checks after zppNikita Popov2020-07-171-14/+14
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-2/+2
* | | Remove proto comments from C filesMax Semenik2020-07-062-60/+30
* | | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-2/+1
* | | Make exit() unwind properlyNikita Popov2020-06-291-14/+0