summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-064-11/+50
|\
| * Fix #77270: imagecolormatch Out Of Bounds Write on HeapChristoph M. Becker2019-01-062-2/+20
| * Fix #77269: Potential unsigned underflow in gdImageScaleChristoph M. Becker2019-01-062-9/+30
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1557-71/+35
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-14195-507/+507
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-133-12/+12
| * Convert CRLF line endings to LFPeter Kokot2018-10-1326-896/+896
* | Fix #77391: 1bpp BMPs may fail to be loadedChristoph M. Becker2018-12-313-2/+17
* | Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not rightChristoph M. Becker2018-11-252-1/+38
* | Fix #77198: auto cropping has insufficient precisionChristoph M. Becker2018-11-253-28/+113
* | Fix test caseChristoph M. Becker2018-11-241-1/+1
* | Fix #77195: Incorrect error handling of imagecreatefromjpeg()Christoph M. Becker2018-11-243-4/+28
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1557-71/+35
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-14197-510/+510
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-15/+15
* | Convert CRLF line endings to LFPeter Kokot2018-10-133-91/+91
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-303-1/+25
|\ \ | |/
| * Fix #52070: imagedashedline() - dashed line sometimes is not visibleChristoph M. Becker2018-03-303-1/+25
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-102-1/+21
|\ \ | |/
| * Fix #73957: signed integer conversion in imagescale()Christoph M. Becker2018-03-102-1/+21
* | Fix #76041: null pointer access crashed phpChristoph M. Becker2018-03-022-0/+21
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-241-1/+1
|\ \ | |/
| * Fix imagesetinterpolation arginfoGabriel Caruso2018-02-241-1/+1
| * Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2018-01-023-5/+20
| |\
| * | year++Xinchen Hui2018-01-024-4/+4
* | | Merge branch 'PHP-7.2' of git.php.net:/php-src into PHP-7.2Xinchen Hui2018-01-023-5/+20
|\ \ \
| * \ \ Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-013-5/+20
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-013-5/+20
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-013-5/+20
| | | |\
| | | | * Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-013-5/+20
* | | | | year++Xinchen Hui2018-01-024-4/+4
|/ / / /
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-11-291-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-11-291-0/+10
| |\ \ \ | | |/ /
| | * | Define floorf if system doesn't have it (follow up for 22c48761)Lior Kaplan2017-11-291-0/+10
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-251-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-251-0/+2
| |\ \ \ | | |/ /
| | * | Fix the SKIPIF part in /ext/gd/tests/bug75437.phptFabien Villepinte2017-10-251-0/+2
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-252-0/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-252-0/+19
| |\ \ \ | | |/ /
| | * | Fix bug #75437 Wrong reflection on imagewebpFabien Villepinte2017-10-252-0/+19
* | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-243-22/+244
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-243-22/+244
| |\ \ \ | | |/ /
| | * | Fixed bug #65148 (imagerotate may alter image dimensions)Christoph M. Becker2017-10-243-22/+244
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-231-1/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-231-1/+4
| |\ \ \ | | |/ /
| | * | Fix memory leakAnatol Belski2017-10-231-1/+4
* | | | Merge branch 'pull-request/2773' into PHP-7.2Christoph M. Becker2017-09-261-1/+0
|\ \ \ \
| * | | | Fix PHP_GD_TTSTR: command not found warning in ext/gdPeter Kokot2017-09-251-2/+1
|/ / / /