summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-6/+2
* Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-091-1/+1
* Remove HAVE_ERRNO_H from libgdPeter Kokot2019-06-281-6/+0
* Properly shut down font cache mutexChristoph M. Becker2019-06-212-1/+13
* Support TGA readingChristoph M. Becker2019-06-2013-2/+503
* imagecolorallocate(): Check that RGB components are in-rangeNikita Popov2019-06-203-15/+92
* Suppress shift UB in gd_itofx()Nikita Popov2019-06-191-2/+2
* imageloadfont: Perform overflow check before calculationNikita Popov2019-06-191-7/+7
* Fix buffer underflow in gd_gif_in.cNikita Popov2019-06-191-1/+1
* Fix shift UB in gd_io.cNikita Popov2019-06-191-2/+2
* Add BMP support to PHP infoChristoph M. Becker2019-06-131-0/+3
* Simplify GD null byte injection testsChristoph M. Becker2019-06-129-126/+43
* fix flaky gd testsJoe Watkins2019-06-127-50/+41
* Remove unused _setEdgePixel() and getPixelOverflowColorTC() functionsNikita Popov2019-06-111-56/+0
* Fix fabs warning in gd_interpolation.cNikita Popov2019-06-111-2/+2
* Remove safeboolean use in gd_jpeg.cNikita Popov2019-06-111-16/+3
* Fix abs(long) warnings in gd.cNikita Popov2019-06-111-1/+1
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-05-271-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-271-1/+1
| |\
| | * Fix function nameStanislav Malyshev2019-05-271-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-05-272-1/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-05-272-1/+31
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-05-272-1/+31
| | |\
| | | * Fix #77973: Uninitialized read in gdImageCreateFromXbmChristoph M. Becker2019-05-272-1/+31
| | * | Fix #77943: imageantialias($image, false); does not workChristoph M. Becker2019-04-291-1/+5
| | * | Add tests for bug77943Christoph M. Becker2019-04-292-0/+29
* | | | [ci skip] Refactor libgd docsPeter Kokot2019-05-122-125/+0
* | | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-3/+0
* | | | Rename *.jpeg files to *.jpgPeter Kokot2019-05-1110-8/+8
* | | | Implemented the gdScatter filter I wrote almost 10 years agoKalle Sommer Nielsen2019-05-104-2/+175
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-293-1/+34
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-293-1/+34
| |\ \ \
| | * | | Fix #77943: imageantialias($image, false); does not workChristoph M. Becker2019-04-293-1/+34
| | |/ /
* | | | Added test for imagecolorclosesthwbRodrigo Prado2019-04-201-0/+35
* | | | Fix uninit warning in gd.cNikita Popov2019-04-121-1/+1
* | | | Fix libgd warningsNikita Popov2019-04-113-3/+8
* | | | Remove unused variablesFabien Villepinte2019-03-173-6/+4
* | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1565-87/+87
* | | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-17/+43
* | | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-062-1/+25
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-062-1/+25
| |\ \ \ | | |/ /
| | * | Fix #77700: Writing truecolor images as GIF ignores interlace flagChristoph M. Becker2019-03-062-1/+25
* | | | Remove more zpp error/variation testsNikita Popov2019-03-0581-1596/+0
* | | | Use separate output files in x2gd testsNikita Popov2019-03-044-20/+20
* | | | Remove dead codeChristoph M. Becker2019-02-282-35/+4
* | | | gd imageloadfont, verify error while reading headerBlackEagle2019-02-191-0/+10
* | | | gd imageloadfont test while reading headerBlackEagle2019-02-141-0/+25
* | | | Remove zpp variation testsNikita Popov2019-02-054-910/+0
* | | | Remove local variablesPeter Kokot2019-02-033-27/+0