summaryrefslogtreecommitdiff
path: root/ext/session/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Fix #79091: heap use-after-free in session_create_id()Christoph M. Becker2020-01-201-0/+67
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-0/+71
|\ \ \ \ | |/ / /
| * | | Add test for bug #79031Nikita Popov2019-12-301-0/+71
* | | | Clean DONE tags from testsFabien Villepinte2019-11-076-12/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-10-071-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-071-0/+1
| |\ \ \ | | |/ /
| | * | 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.4'Joe Watkins2019-10-042-0/+73
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-042-0/+73
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-042-0/+73
| | |\ \ | | | |/
| | | * fix #78624: session_gc return value for user defined session handlersBrent Shaffer2019-10-042-0/+73