summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-013-3/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-013-3/+3
| |\
| | * Add missing skip keyword in testsFabien Villepinte2019-10-013-3/+3
* | | Fix borked SKIPIFsFabien Villepinte2019-09-302-4/+3
* | | Fix parameter orderChristoph M. Becker2019-08-111-4/+4
* | | Extend color component range checksChristoph M. Becker2019-08-111-8/+45
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* | | cleanup gd build with system libgd - drop need to use libpng with system libg...Remi Collet2019-07-225-91/+30
* | | Remove superfluous HAVE_GD_BUNDLED checksChristoph M. Becker2019-07-223-17/+4
* | | Drop superfluous ENABLE_GD_TTFChristoph M. Becker2019-07-223-31/+12
* | | improve temporary fix for system libgdRemi Collet2019-07-221-0/+6
* | | Fixed bug #78314 (missing freetype support/functions with external gd)Remi Collet2019-07-201-0/+3
* | | 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