summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Update CREDITS for PHP 7.2.15PHP-7.2.15Remi Collet2019-02-052-11/+11
* Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS reco...Jakub Zelenka2019-01-252-24/+21
* Update and integrate openssl client proxy testJakub Zelenka2019-01-253-150/+72
* Add a test for fragmented SSL packetsAbyr Valg2019-01-252-0/+216
* Fix #77479: imagewbmp() segfaults with very large imagesChristoph M. Becker2019-01-192-0/+27
* Fix seeking in php://inputLauri Kenttä2019-01-181-1/+1
* Fixed bug #76675Pedro Magalhães2019-01-182-0/+54
* Fix #73614: gdImageFilledArc() doesn't properly draw piesChristoph M. Becker2019-01-163-5/+50
* Fixed bug #77454Nikita Popov2019-01-142-6/+21
* Fix rl_completion_matches detectionOndřej Surý2019-01-111-2/+15
* Fix bug #77361 (configure fails on 64-bit AIX when opcache enabled)Kevin Adler2019-01-112-21/+27
* Fix cleaning up after openssl_pkcs7_verify_basic testAlexander Kurilo2019-01-101-3/+1
* Generate certs for openssl tests on the flyAlexander Kurilo2019-01-1025-219/+505
* Fix #73281: imagescale(…, IMG_BILINEAR_FIXED) can cause black borderChristoph M. Becker2019-01-102-81/+55
* Fix #77272: imagescale() may return image resource on failureChristoph M. Becker2019-01-102-26/+38
* Fixed bug #77439Nikita Popov2019-01-101-0/+14
* Revert visibilityAndrey Hristov2019-01-092-2/+2
* Don't swap operands of ZEND_MULNikita Popov2019-01-081-1/+0
* cleanup mergeRemi Collet2019-01-081-1/+0
* Update tests due to data changes in tzdata 2018iDerick Rethans2019-01-073-15/+15
* Updated to version 2018.9 (2018i)Derick Rethans2019-01-071-877/+1253
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-071-0/+2
|\
| * Still leaking for some reason, XFAIL for now, I'll look into it later.Stanislav Malyshev2019-01-071-0/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-065-2/+21
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.1Stanislav Malyshev2019-01-065-2/+21
| |\
| | * Fix bug #77418 - Heap overflow in utf32be_mbc_to_codeStanislav Malyshev2019-01-065-2/+21
| | * Fix more issues with encodilng lengthStanislav Malyshev2019-01-066-14/+38
| | * Fix #77270: imagecolormatch Out Of Bounds Write on HeapChristoph M. Becker2019-01-062-2/+20
| | * 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 - compile_string_n...Stanislav Malyshev2019-01-062-0/+11
| | * Fix bug #77370 - check that we do not read past buffer end when parsing multi...Stanislav Malyshev2019-01-062-0/+22
| | * Fix #77269: Potential unsigned underflow in gdImageScaleChristoph M. Becker2019-01-062-9/+30
| | * 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
* | | Fix tests - newer versions check UnicodeStanislav Malyshev2019-01-063-9/+15
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+2
|\ \ \ | |/ /
| * | Fix testStanislav Malyshev2019-01-061-0/+2
* | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-0617-19/+166
|\ \ \ | |/ /
| * | Fix #77369 - memcpy with negative length via crafted DNS responseStanislav Malyshev2019-01-061-0/+7
| * | Fix more issues with encodilng lengthStanislav Malyshev2019-01-066-14/+38
| * | Fix #77270: imagecolormatch Out Of Bounds Write on HeapChristoph M. Becker2019-01-062-2/+20
| * | 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 - compile_string_n...Stanislav Malyshev2019-01-062-0/+11
| * | Fix bug #77370 - check that we do not read past buffer end when parsing multi...Stanislav Malyshev2019-01-062-0/+22
| * | Fix #77269: Potential unsigned underflow in gdImageScaleChristoph M. Becker2019-01-062-9/+30
| * | 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-065-44/+91
* | | Fixed bug #77273Nikita Popov2019-01-031-1/+2