summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Sync NEWS with 7.3.1Christoph M. Becker2019-01-091-20/+24
| | | | | | | | All these bugs are fixed in PHP-7.3.1 already.
* | Fixed bug #77289Lauri Kenttä2019-01-093-1/+49
| | | | | | | | | | Use mysqlnd_restart_psession and mysqlnd_end_psession in PDO MySQL. This makes sure we free last_message while ZMM is still live.
* | Make operator swapping depend on IGNORE_OVERLOADING flagNikita Popov2019-01-093-7/+10
| | | | | | | | | | | | Add MUL back to the list and instead make the entire optimization depend on IGNORE_OVERLOADING, which is there exactly so we can make these kinds of assumptions.
* | Merge branch 'PHP-7.2' into PHP-7.3Sara Golemon2019-01-080-0/+0
|\ \ | |/ | | | | | | * PHP-7.2: Bump for 7.1.27
| * Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2019-01-080-0/+0
| |\ | | | | | | | | | | | | * PHP-7.1: Bump for 7.1.27
| | * Bump for 7.1.27Sara Golemon2019-01-083-5/+8
| | |
* | | Fixed bug #77266 (Assertion failed in dce_live_ranges)Xinchen Hui2019-01-083-1/+73
| | |
* | | Fixed bug #77428Nikita Popov2019-01-083-1/+19
| | | | | | | | | | | | | | | mb_ereg_replace historically has not supported escaping backslashes with backslashes. Go back to that behavior for BC reasons.
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-081-1/+0
|\ \ \ | |/ /
| * | Don't swap operands of ZEND_MULNikita Popov2019-01-081-1/+0
| | | | | | | | | | | | | | | If this is used with operator overloading, then the operation does not necessarily commute (for example, matrix multiplication).
* | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-01-081-1/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.2: cleanup merge
| * | cleanup mergeRemi Collet2019-01-081-1/+0
| | |
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-081-25/+25
|\ \ \ | |/ /
| * | Prefix error_code with underscore in FastZPP implementationtwosee2019-01-081-25/+25
| | | | | | | | | | | | To avoid conflicts with parameter names.
* | | Merge branch 'PHP-7.2' into PHP-7.3Derick Rethans2019-01-073-15/+15
|\ \ \ | |/ /
| * | Update tests due to data changes in tzdata 2018iDerick Rethans2019-01-073-15/+15
| | |
* | | Fix NEWSChristoph M. Becker2019-01-071-3/+5
| | | | | | | | | | | | | | | The fixes for bug #77359 and #77360 have been ported to PHP-7.3.1, and the release has been postponed by one week.
* | | Updated to version 2018.9 (2018i)Derick Rethans2019-01-071-30672/+30638
| | |
* | | Empty mergeDerick Rethans2019-01-070-0/+0
|\ \ \ | |/ /
| * | Updated to version 2018.9 (2018i)Derick Rethans2019-01-071-877/+1253
| | |
* | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-01-070-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.2: [ci skip] fix NEWS
| * | [ci skip] fix NEWSRemi Collet2019-01-071-1/+3
| | |
* | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-01-070-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.2: [ci skip] fix NEWS
| * | [ci skip] fix NEWSRemi Collet2019-01-071-25/+23
| | |
* | | Fix one issue reported in bug #77310Nikita Popov2019-01-072-20/+51
| | | | | | | | | | | | SCCP did not handle array ASSIGN_* with a BOT operand correctly.
* | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-071-0/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.2: Still leaking for some reason, XFAIL for now, I'll look into it later.
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-071-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-7.1: Still leaking for some reason, XFAIL for now, I'll look into it later.
| | * Still leaking for some reason, XFAIL for now, I'll look into it later.Stanislav Malyshev2019-01-071-0/+2
| | |
* | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-066-2/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.2: Fix bug #77418 - Heap overflow in utf32be_mbc_to_code Add NEWS [ci skip] Add NEWS Fix more issues with encodilng length Fix #77270: imagecolormatch Out Of Bounds Write on Heap Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_node) Fix bug #77370 - check that we do not read past buffer end when parsing multibytes Fix #77269: Potential unsigned underflow in gdImageScale Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext) Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Regenerate certs for openssl tests
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-066-2/+22
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Fix bug #77418 - Heap overflow in utf32be_mbc_to_code Add NEWS [ci skip] Add NEWS Fix more issues with encodilng length Fix #77270: imagecolormatch Out Of Bounds Write on Heap Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_node) Fix bug #77370 - check that we do not read past buffer end when parsing multibytes Fix #77269: Potential unsigned underflow in gdImageScale Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext) Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Regenerate certs for openssl tests
| | * Merge branch 'PHP-5.6' into PHP-7.1Stanislav Malyshev2019-01-066-2/+22
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix bug #77418 - Heap overflow in utf32be_mbc_to_code [ci skip] Add NEWS Fix more issues with encodilng length Fix #77270: imagecolormatch Out Of Bounds Write on Heap Fix bug #77380 (Global out of bounds read in xmlrpc base64 code) Fix bug #77371 (heap buffer overflow in mb regex functions - compile_string_node) Fix bug #77370 - check that we do not read past buffer end when parsing multibytes Fix #77269: Potential unsigned underflow in gdImageScale Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext) Fix bug #77242 (heap out of bounds read in xmlrpc_decode()) Regenerate certs for openssl tests
| | | * Fix bug #77418 - Heap overflow in utf32be_mbc_to_codeStanislav Malyshev2019-01-066-5/+25
| | | |
| | | * [ci skip] Add NEWSStanislav Malyshev2019-01-061-0/+22
| | | |
| | | * Fix more issues with encodilng lengthStanislav Malyshev2019-01-066-14/+38
| | | | | | | | | | | | | | | | Should fix bug #77381, bug #77382, bug #77385, bug #77394.
| | | * Fix #77270: imagecolormatch Out Of Bounds Write on HeapChristoph M. Becker2019-01-062-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | At least some of the image reading functions may return images which use color indexes greater than or equal to im->colorsTotal. We cater to this by always using a buffer size which is sufficient for `gdMaxColors` in `gdImageColorMatch()`.
| | | * Fix bug #77380 (Global out of bounds read in xmlrpc base64 code)Stanislav Malyshev2019-01-062-2/+19
| | | |
| | | * Fix bug #77371 (heap buffer overflow in mb regex functions - ↵Stanislav Malyshev2019-01-062-0/+11
| | | | | | | | | | | | | | | | compile_string_node)
| | | * Fix bug #77370 - check that we do not read past buffer end when parsing ↵Stanislav Malyshev2019-01-062-0/+22
| | | | | | | | | | | | | | | | multibytes
| | | * Fix #77269: Potential unsigned underflow in gdImageScaleChristoph M. Becker2019-01-062-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | Belatedly, we're porting the respective upstream patch[1]. [1] <https://github.com/libgd/libgd/commit/60bfb401ad5a4a8ae995dcd36372fe15c71e1a35>
| | | * Fix bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext)Stanislav Malyshev2019-01-062-1/+15
| | | |
| | | * Fix bug #77242 (heap out of bounds read in xmlrpc_decode())Stanislav Malyshev2019-01-062-0/+13
| | | |
| | | * Regenerate certs for openssl testsAlexander Kurilo2019-01-025-44/+91
| | | |
| | * | Add NEWSStanislav Malyshev2019-01-061-0/+25
| | | |
* | | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-064-9/+17
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * PHP-7.2: Fix tests - newer versions check Unicode Add NEWS Fix test
| * | | Fix tests - newer versions check UnicodeStanislav Malyshev2019-01-063-9/+15
| | | |
| * | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+23
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Add NEWS
| | * | | Add NEWSStanislav Malyshev2019-01-061-0/+22
| | |/ /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.1: Fix test
| | * | Fix testStanislav Malyshev2019-01-061-0/+2
| | | |
* | | | Add NEWSStanislav Malyshev2019-01-061-0/+22
| | | |