Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-03-22 | 1 | -0/+35 |
|\ | |||||
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2021-03-22 | 1 | -0/+35 |
| |\ | |||||
| | * | Fix #80889: amendment | Christoph M. Becker | 2021-03-22 | 1 | -0/+35 |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-03-19 | 1 | -0/+37 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2021-03-19 | 1 | -0/+37 |
| |\ \ | | |/ | |||||
| | * | Fix #80889: Cannot set save handler when save_handler is invalid | Christoph M. Becker | 2021-03-19 | 1 | -0/+37 |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-02-22 | 2 | -0/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2021-02-22 | 2 | -0/+19 |
| |\ \ | | |/ | |||||
| | * | Fix #80774: session_name() problem with backslash | Christoph M. Becker | 2021-02-22 | 2 | -0/+19 |
* | | | Deprecate passing null to non-nullable arg of internal function | Nikita Popov | 2021-02-11 | 1 | -1/+1 |
* | | | Restrict allowed usages of $GLOBALS | Nikita Popov | 2021-01-06 | 2 | -2/+2 |
* | | | Allow running session tests in parallel | Nikita Popov | 2020-10-23 | 47 | -252/+266 |
|/ / | |||||
* | | Drop usage of E_RECOVERABLE_ERROR in Session extension | George Peter Banyard | 2020-09-22 | 4 | -5/+21 |
* | | Run tidy | Nikita Popov | 2020-09-18 | 2 | -3/+3 |
* | | Declare array|int and object-of-class|int types in stubs | Máté Kocsis | 2020-09-14 | 1 | -4/+8 |
* | | Unmark tests as XFAIL on Windows | Christoph M. Becker | 2020-09-14 | 2 | -10/+0 |
* | | Mark tests as XFAIL on Windows | Christoph M. Becker | 2020-09-13 | 2 | -0/+10 |
* | | Clean up ext/session errors | Máté Kocsis | 2020-09-11 | 50 | -211/+281 |
* | | Improve error messages mentioning parameters instead of arguments | Máté Kocsis | 2020-09-09 | 2 | -2/+2 |
* | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 32 | -0/+32 |
* | | Only force log startup errors if display_startup_errors disabled | Nikita Popov | 2020-08-05 | 5 | -11/+2 |
* | | Promote "undefined array key" notice to warning | Nikita Popov | 2020-08-03 | 1 | -2/+2 |
* | | Don't suppress notices in rfc1867 tests | Nikita Popov | 2020-08-03 | 13 | -38/+12 |
* | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-07-22 | 1 | -9/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-07-22 | 1 | -9/+4 |
| |\ | |||||
| | * | Fix brittle test | Christoph M. Becker | 2020-07-22 | 1 | -9/+4 |
* | | | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -2/+2 |
* | | | Make exit() unwind properly | Nikita Popov | 2020-06-29 | 1 | -14/+0 |
* | | | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 124 | -776/+32 |
* | | | Fix a couple of UNKNOWN default values in ext/session | Máté Kocsis | 2020-06-23 | 1 | -163/+0 |
* | | | Fix #73529: session_decode() silently fails on wrong input | Christoph M. Becker | 2020-06-10 | 3 | -184/+102 |
* | | | Improve type error messages when an object is given | Máté Kocsis | 2020-05-26 | 1 | -1/+1 |
* | | | Enclose contents of CLEAN sections in PHP tags | Christoph M. Becker | 2020-04-29 | 2 | -1/+4 |
* | | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co... | Gabriel Caruso | 2020-04-27 | 2 | -2/+2 |
* | | | Improve undefined variable error messages | Máté Kocsis | 2020-03-31 | 2 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-31 | 2 | -1/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-03-31 | 2 | -1/+16 |
| |\ \ | | |/ | |||||
| | * | Fix #79413: session_create_id() fails for active sessions | Christoph M. Becker | 2020-03-31 | 2 | -1/+16 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-09 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-03-09 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Enclose INI values containing {TMP} in quotes | Christoph M. Becker | 2020-03-09 | 2 | -2/+2 |
| | * | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload Progress | Stanislav Malyshev | 2020-02-17 | 1 | -0/+45 |
| * | | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload Progress | Stanislav Malyshev | 2020-02-17 | 1 | -0/+45 |
* | | | Change argument error message format | Máté Kocsis | 2020-02-26 | 1 | -1/+1 |
* | | | Make type error messages more consistent | Máté Kocsis | 2020-02-17 | 1 | -2/+2 |
* | | | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload Progress | Stanislav Malyshev | 2020-02-17 | 1 | -0/+45 |
* | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 49 | -686/+686 |
* | | | Merge branch 'PHP-7.4' | Stanislav Malyshev | 2020-01-20 | 1 | -0/+67 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2020-01-20 | 1 | -0/+67 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-01-20 | 1 | -0/+67 |
| | |\ |