summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CREDITS for PHP 7.2.15PHP-7.2.15Remi Collet2019-02-052-11/+11
* Update NEWS for PHP 7.2.15Remi Collet2019-02-051-1/+1
* workaround for pear server downRemi Collet2019-02-051-1/+2
* prepare NEWSRemi Collet2019-02-051-3/+1
* Update version for PHP 7.2.15RC1php-7.2.15RC1Christoph M. Becker2019-01-295-1967/+2780
* Make special assert() handling independent of compiler flagsNikita Popov2019-01-291-8/+10
* Fixed bug #77530: PHP crashes when parsing "(2)::class"ekinhbayar2019-01-283-1/+19
* Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS reco...Jakub Zelenka2019-01-253-24/+25
* Update and integrate openssl client proxy testJakub Zelenka2019-01-253-150/+72
* Add a test for fragmented SSL packetsAbyr Valg2019-01-252-0/+216
* Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2Nikita Popov2019-01-243-0/+29
|\
| * Fixed bug #77494 (Disabling class causes segfault on member access)Dmitry Stogov2019-01-243-0/+29
* | Revert "Prefix error_code with underscore in FastZPP implementation"Nikita Popov2019-01-241-25/+25
|/
* Add flag to disable jumptable optimizationNikita Popov2019-01-242-0/+7
* Checkin LiteSpeed SAPI 7.2.George Wang2019-01-204-47/+84
* Update NEWS [ci skip]Anatol Belski2019-01-201-0/+4
* Fix #77479: imagewbmp() segfaults with very large imagesChristoph M. Becker2019-01-193-0/+28
* Fix seeking in php://inputLauri Kenttä2019-01-182-1/+35
* Fixed bug #76675Pedro Magalhães2019-01-183-0/+57
* Fix #73614: gdImageFilledArc() doesn't properly draw piesChristoph M. Becker2019-01-164-5/+51
* document open_basedir and realpath cache coupling in php.iniwbob2019-01-142-0/+4
* Fixed bug #77454Nikita Popov2019-01-143-6/+25
* Update SDK version for AppVeyorAnatol Belski2019-01-121-1/+1
* 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-113-21/+31
* 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-103-81/+57
* Fix #77272: imagescale() may return image resource on failureChristoph M. Becker2019-01-103-26/+39
* Fixed bug #77439Nikita Popov2019-01-103-0/+18
* Revert visibilityAndrey Hristov2019-01-092-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2019-01-080-0/+0
|\
| * Bump for 7.1.27Sara Golemon2019-01-083-5/+8
* | Don't swap operands of ZEND_MULNikita Popov2019-01-081-1/+0
* | cleanup mergeRemi Collet2019-01-081-1/+0
* | Prefix error_code with underscore in FastZPP implementationtwosee2019-01-081-25/+25
* | 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
* | [ci skip] fix NEWSRemi Collet2019-01-071-1/+3
* | [ci skip] fix NEWSRemi Collet2019-01-071-25/+23
* | 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-066-2/+22
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.1Stanislav Malyshev2019-01-066-2/+22
| |\
| | * 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
| | * 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