summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* 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 #52070: imagedashedline() - dashed line sometimes is not visibleChristoph M. Becker2018-03-303-1/+25
* Fix #73957: signed integer conversion in imagescale()Christoph M. Becker2018-03-102-1/+21
* 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
|\
| * 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.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.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.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.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.0' into PHP-7.1Anatol Belski2017-10-231-1/+4
|\ \ \ | |/ /
| * | Fix memory leakAnatol Belski2017-10-231-1/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-021-2/+2
|\ \ \ | |/ /
| * | Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)Christoph M. Becker2017-09-021-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-08-273-0/+38
|\ \ \ | |/ /
| * | Fixed bug #75124 (gdImageGrayScale() may produce colors)Christoph M. Becker2017-08-273-0/+38
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-07-301-0/+0
|\ \ \ | |/ /
| * | Shrink test imageChristoph M. Becker2017-07-301-0/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-07-301-0/+4
|\ \ \ | |/ /
| * | Skip this test if ext/gd is not availableChristoph M. Becker2017-07-301-0/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-043-0/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-043-0/+30
| |\ \ | | |/
| | * Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-043-0/+30
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
|\ \ \ | |/ /
| * | Fixed condition checkXinchen Hui2017-04-101-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-03-301-1/+1
|\ \ \ | |/ /
| * | fix bug #74343 compile fails on solaris 11 with system libgdJoe Watkins2017-03-301-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-022-0/+12
|\ \ \ | |/ /
| * | Fix bug #74031Matěj Humpál2017-02-022-0/+12
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-222-0/+51
|\ \ \ | |/ /
| * | Add regression test for bug #47946Christoph M. Becker2017-01-222-0/+51
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-221-2/+2
|\ \ \ | |/ /
| * | Fix intermittent segfault in GD libraryMitch Hagstrand2017-01-221-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-215-7/+21
|\ \ \ | |/ /
| * | Fix #73968: Premature failing of XBM readingChristoph M. Becker2017-01-214-4/+21
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-176-2/+47
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-01-176-2/+47
| |\ \ | | |/
| | * Fix #73869: Signed Integer Overflow gd_io.cChristoph M. Becker2017-01-174-0/+23
| | * Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2017-01-173-2/+24