summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* Use pkg-config to detect and configure for system libgdChristoph M. Becker2019-01-211-69/+44
* Sync with upstreamChristoph M. Becker2019-01-193-9/+46
* Merge branch 'PHP-7.3'Christoph M. Becker2019-01-191-1/+1
|\
| * Fix failing testChristoph M. Becker2019-01-191-1/+1
* | Merge branch 'PHP-7.3'Christoph M. Becker2019-01-192-0/+27
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-192-0/+27
| |\
| | * Fix #77479: imagewbmp() segfaults with very large imagesChristoph M. Becker2019-01-192-0/+27
* | | Merge branch 'PHP-7.3'Christoph M. Becker2019-01-163-5/+50
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-163-5/+50
| |\ \ | | |/
| | * Fix #73614: gdImageFilledArc() doesn't properly draw piesChristoph M. Becker2019-01-163-5/+50
* | | Migrate ext/gd to pkg-configNikita Popov2019-01-152-207/+54
* | | Fix misleading variable typeChristoph M. Becker2019-01-111-2/+2
* | | Remove unused variables and functionsChristoph M. Becker2019-01-101-7/+16
* | | Merge branch 'PHP-7.3'Christoph M. Becker2019-01-102-81/+55
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-102-81/+55
| |\ \ | | |/
| | * Fix #73281: imagescale(…, IMG_BILINEAR_FIXED) can cause black borderChristoph M. Becker2019-01-102-81/+55
* | | Merge branch 'PHP-7.3'Christoph M. Becker2019-01-102-26/+38
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-102-26/+38
| |\ \ | | |/
| | * Fix #77272: imagescale() may return image resource on failureChristoph M. Becker2019-01-102-26/+38
* | | Merge branch 'PHP-7.3'Stanislav Malyshev2019-01-061-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-061-0/+2
| |\ \ | | |/
| | * 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.3'Stanislav Malyshev2019-01-064-11/+50
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-01-064-11/+50
| |\ \ \ | | |/ /
| | * | 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
* | | | Preserve aspect ratio for width or heightAndreas Treichel2019-01-052-2/+61
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-12-313-2/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-12-313-2/+17
| |\ \ \ | | |/ /
| | * | Fix #77391: 1bpp BMPs may fail to be loadedChristoph M. Becker2018-12-313-2/+17
* | | | ext/gd: use --with instead of --enableEli Schwartz2018-12-261-2/+2
* | | | Resolve imagecropauto() default $mode quirkChristoph M. Becker2018-12-121-2/+4
* | | | Fix #73291: imagecropauto() $threshold differs from external libgdChristoph M. Becker2018-12-012-5/+39
* | | | Sync behavior of gdImageAutoCrop() with upstreamChristoph M. Becker2018-12-013-96/+4
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-252-1/+38
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-252-1/+38
| |\ \ \ | | |/ /
| | * | Fix #77200: imagecropauto(…, GD_CROP_SIDES) crops left but not rightChristoph M. Becker2018-11-252-1/+38
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-253-28/+113
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-253-28/+113
| |\ \ \ | | |/ /
| | * | Fix #77198: auto cropping has insufficient precisionChristoph M. Becker2018-11-253-28/+113
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-241-1/+1
| |\ \ \ | | |/ /