summaryrefslogtreecommitdiff
path: root/ext/session/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Christoph M. Becker2021-03-221-0/+35
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-221-0/+35
| |\
| | * Fix #80889: amendmentChristoph M. Becker2021-03-221-0/+35
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-03-191-0/+37
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-191-0/+37
| |\ \ | | |/
| | * Fix #80889: Cannot set save handler when save_handler is invalidChristoph M. Becker2021-03-191-0/+37
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-222-0/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-222-0/+19
| |\ \ | | |/
| | * Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-222-0/+19
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-062-2/+2
* | | Allow running session tests in parallelNikita Popov2020-10-2347-252/+266
|/ /
* | Drop usage of E_RECOVERABLE_ERROR in Session extensionGeorge Peter Banyard2020-09-224-5/+21
* | Run tidyNikita Popov2020-09-182-3/+3
* | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-141-4/+8
* | 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-1150-211/+281
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-092-2/+2
* | 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
* | 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
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-2/+2
* | | Make exit() unwind properlyNikita Popov2020-06-291-14/+0
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-24124-776/+32
* | | Fix a couple of UNKNOWN default values in ext/sessionMáté Kocsis2020-06-231-163/+0
* | | Fix #73529: session_decode() silently fails on wrong inputChristoph M. Becker2020-06-103-184/+102
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-261-1/+1
* | | Enclose contents of CLEAN sections in PHP tagsChristoph M. Becker2020-04-292-1/+4
* | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-272-2/+2
* | | Improve undefined variable error messagesMáté Kocsis2020-03-312-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-312-1/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-312-1/+16
| |\ \ | | |/
| | * Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-312-1/+16
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-092-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-092-2/+2
| |\ \ | | |/
| | * 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-171-0/+45
| * | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-171-0/+45
* | | Change argument error message formatMáté Kocsis2020-02-261-1/+1
* | | Make type error messages more consistentMáté Kocsis2020-02-171-2/+2
* | | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-171-0/+45
* | | Reindent phpt filesNikita Popov2020-02-0349-686/+686
* | | Merge branch 'PHP-7.4'Stanislav Malyshev2020-01-201-0/+67
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-01-201-0/+67
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-201-0/+67
| | |\