Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not decode cookie names anymore | Stanislav Malyshev | 2020-09-28 | 1 | -2/+6 |
* | Fix #76735: Incorrect message in fopen on invalid mode | Christoph M. Becker | 2020-09-23 | 1 | -3/+1 |
* | Fix #76943: Inconsistent stream_wrapper_restore() errors | Christoph M. Becker | 2020-09-22 | 1 | -6/+7 |
* | Fix #79423: copy command is limited to size of file it can copy | Christoph M. Becker | 2020-09-22 | 1 | -1/+17 |
* | 7.3.24 is next | Christoph M. Becker | 2020-09-15 | 1 | -3/+3 |
* | Fix #80067: Omitting the port in bindto setting errors | Christoph M. Becker | 2020-09-11 | 2 | -4/+12 |
* | Fix #80048: Bug #69100 has not been fixed for Windows | Christoph M. Becker | 2020-09-03 | 1 | -8/+4 |
* | 7.3.23 is next | Christoph M. Becker | 2020-08-18 | 1 | -3/+3 |
* | Handle bindto error | twosee | 2020-07-29 | 1 | -0/+4 |
* | 7.3 is now 7.3.22-dev | Christoph M. Becker | 2020-07-21 | 1 | -3/+3 |
* | Fix #79756: finfo_file crash (FILEINFO_MIME) | Christoph M. Becker | 2020-06-29 | 1 | -4/+10 |
* | 7.3 is now 7.3.21-dev | Christoph M. Becker | 2020-06-23 | 1 | -3/+3 |
* | Fix possibly unsupported timercmp() usage | Christoph M. Becker | 2020-06-09 | 1 | -1/+1 |
* | 7.3.20 will be next | Christoph M. Becker | 2020-05-26 | 1 | -3/+3 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2020-05-11 | 1 | -5/+6 |
|\ | |||||
| * | Fix #78876: Long variables cause OOM and temp files are not cleaned | Christoph M. Becker | 2020-05-11 | 1 | -3/+3 |
| * | Fix #78875: Long filenames cause OOM and temp files are not cleaned | Christoph M. Becker | 2020-05-11 | 1 | -2/+3 |
| * | Fixed bug #79468 | dinosaur | 2020-04-14 | 1 | -0/+6 |
| * | bump verison to 7.2.30-dev | Remi Collet | 2020-03-17 | 1 | -3/+3 |
| * | bump version to 7.2.29 | Remi Collet | 2020-02-18 | 1 | -3/+3 |
| * | next will be 7.2.28 | Remi Collet | 2020-01-22 | 1 | -3/+3 |
| * | next is 7.2.27 | Remi Collet | 2019-12-03 | 1 | -3/+3 |
| * | Bump for 7.2.26-dev | Sara Golemon | 2019-11-05 | 1 | -3/+3 |
* | | Fix default sendmail path when not found during build | Indrek Ardel | 2020-05-11 | 1 | -3/+1 |
* | | Bump version | Christoph M. Becker | 2020-04-28 | 1 | -3/+3 |
* | | Fixed bug #79468 | dinosaur | 2020-04-14 | 1 | -0/+6 |
* | | Next is 7.3.18 | Christoph M. Becker | 2020-03-31 | 1 | -3/+3 |
* | | Fix #78210: Invalid pointer address | Christoph M. Becker | 2020-03-11 | 2 | -2/+10 |
* | | Next is 7.3.17 | Christoph M. Becker | 2020-03-03 | 1 | -3/+3 |
* | | Fix #79254: getenv() w/o arguments not showing changes | Christoph M. Becker | 2020-02-11 | 1 | -24/+43 |
* | | Next is 7.3.16 | Christoph M. Becker | 2020-02-04 | 1 | -3/+3 |
* | | Fix bug #78323: Code 0 is returned on invalid options | Ivan Mikheykin | 2020-01-27 | 2 | -1/+5 |
* | | Fixed bug #78902 | liudaixiao | 2020-01-23 | 1 | -2/+9 |
* | | Fixed bug #71876 | Nikita Popov | 2020-01-17 | 1 | -4/+4 |
* | | Bump version | Christoph M. Becker | 2020-01-07 | 1 | -3/+3 |
* | | Next is 7.3.14 | Christoph M. Becker | 2019-12-03 | 1 | -3/+3 |
* | | 7.3.13 is next | Christoph M. Becker | 2019-11-05 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix #78656: Parse errors classified as highest log-level | Erik Lundin | 2019-10-09 | 1 | -1/+1 |
| * | next is 7.2.25 | Remi Collet | 2019-10-08 | 1 | -3/+3 |
* | | Check for exception after applying stream filters | Nikita Popov | 2019-10-08 | 1 | -1/+7 |
* | | 7.3.12 is next | Christoph M. Becker | 2019-10-08 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-10-03 | 2 | -6/+0 |
|\ \ | |/ | |||||
| * | Fix #76859 stream_get_line skips data if used with data-generating filter | Konstantin Kopachev | 2019-10-03 | 2 | -6/+0 |
| * | Bump for 7.2.24 | Sara Golemon | 2019-09-10 | 1 | -3/+3 |
* | | PHP 7.3.10RC1 has been tagged | Christoph M. Becker | 2019-09-10 | 1 | -3/+3 |
* | | Fix version | Christoph M. Becker | 2019-09-09 | 1 | -3/+3 |
* | | fix version | Stanislav Malyshev | 2019-09-05 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-30 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed bug #78469 | Sergei Turchanov | 2019-08-30 | 1 | -2/+2 |