Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-27 | 2 | -1/+5 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-27 | 2 | -1/+5 |
| |\ | |||||
| | * | Fix bug #78323: Code 0 is returned on invalid options | Ivan Mikheykin | 2020-01-27 | 2 | -1/+5 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-23 | 1 | -2/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-23 | 1 | -2/+9 |
| |\ \ | | |/ | |||||
| | * | 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 |
| * | | Bump version | Christoph M. Becker | 2020-01-08 | 1 | -3/+3 |
* | | | Apply custom format/length modifier removal to spprintf | George Peter Banyard | 2020-01-23 | 1 | -20/+0 |
* | | | Drop the custom 'v' format from snprintf custom implementation. | George Peter Banyard | 2020-01-21 | 1 | -1/+0 |
* | | | Drop the custom I length modifier from snprintf custom implementation. | George Peter Banyard | 2020-01-20 | 1 | -19/+0 |
* | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 9 | -34/+34 |
* | | | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 3 | -3/+3 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Make url_stats in resolve_path quiet | Nikita Popov | 2019-12-30 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-30 | 2 | -0/+9 |
|\ \ \ | |/ / | |||||
| * | | Properly propagate url_stat exceptions during include | Nikita Popov | 2019-12-30 | 2 | -0/+9 |
* | | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend | Máté Kocsis | 2019-12-30 | 4 | -20/+20 |
* | | | Clarify usage of max_fd in php_poll2() on Windows | Christoph M. Becker | 2019-12-27 | 1 | -1/+3 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-20 | 1 | -17/+23 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #79000 | Nikita Popov | 2019-12-20 | 1 | -17/+23 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-17 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Free buffer in php_verror even if it is empty | Nikita Popov | 2019-12-17 | 1 | -3/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-17 | 1 | -16/+16 |
|\ \ \ | |/ / | |||||
| * | | Fix resetting of internal_encoding and friends | Nikita Popov | 2019-12-17 | 1 | -16/+16 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-12-12 | 1 | -18/+17 |
|\ \ \ | |/ / | |||||
| * | | Fix #78929: plus signs in cookie values are converted to spaces | Kachalin Alexey | 2019-12-12 | 1 | -18/+17 |
| * | | PHP-7.4 is now 7.4.2-dev | Derick Rethans | 2019-12-10 | 1 | -3/+3 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-12-02 | 1 | -14/+20 |
|\ \ \ | |/ / | |||||
| * | | Fix #78883: fgets(STDIN) fails on Windows | Christoph M. Becker | 2019-12-02 | 1 | -14/+20 |
* | | | Remove PHP_SLEEP_NON_VOID as it is not useful anymore | Máté Kocsis | 2019-11-07 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-31 | 1 | -6/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #77930: Remove mmap limit | Nikita Popov | 2019-10-31 | 1 | -6/+0 |
* | | | Don't use chunking for stream writes | Nikita Popov | 2019-10-30 | 1 | -7/+2 |
* | | | Merge branch 'PHP-7.4' | Remi Collet | 2019-10-11 | 1 | -7/+8 |
|\ \ \ | |/ / | |||||
| * | | Fix #78662: stream_write bad error detection | Remi Collet | 2019-10-11 | 1 | -7/+8 |
* | | | Use clean shutdown on uncaught exception | Nikita Popov | 2019-10-11 | 1 | -2/+3 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-10 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Also check for exception after stream_eof | Nikita Popov | 2019-10-10 | 1 | -2/+6 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-10 | 1 | -18/+19 |
|\ \ \ | |/ / | |||||
| * | | Report error if stream_read is not implemented | Nikita Popov | 2019-10-10 | 1 | -18/+19 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | 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 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-08 | 1 | -1/+7 |
|\ \ \ \ | |/ / / |