summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Throw TypeError instead of warning in case of invalid pathChristoph M. Becker2019-06-137-27/+43
* Remove superfluous CLEAN sectionsChristoph M. Becker2019-06-135-20/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2019-06-131-0/+3
|\
| * Add BMP support to PHP infoChristoph M. Becker2019-06-131-0/+3
* | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | Fix nullbyte testsChristoph M. Becker2019-06-123-12/+18
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-129-134/+45
|\ \ | |/
| * Simplify GD null byte injection testsChristoph M. Becker2019-06-129-126/+43
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-127-50/+42
|\ \ | |/
| * fix flaky gd testsJoe Watkins2019-06-127-50/+41
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-113-75/+6
|\ \ | |/
| * 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
* | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-0330-260/+133
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-05-271-1/+1
|\ \ | |/
| * 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.4'Stanislav Malyshev2019-05-272-1/+31
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-122-125/+0
|\ \ \ \ \ | |/ / / /
| * | | | [ci skip] Refactor libgd docsPeter Kokot2019-05-122-125/+0
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-3/+0
|\ \ \ \ \ | |/ / / /
| * | | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-3/+0
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-05-1110-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Rename *.jpeg files to *.jpgPeter Kokot2019-05-1110-8/+8
* | | | | Merge branch 'PHP-7.4'Kalle Sommer Nielsen2019-05-104-2/+175
|\ \ \ \ \ | |/ / / /
| * | | | Implemented the gdScatter filter I wrote almost 10 years agoKalle Sommer Nielsen2019-05-104-2/+175
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-04-293-1/+34
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | |/ /
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-201-0/+35
|\ \ \ \ \ | |/ / / /
| * | | | Added test for imagecolorclosesthwbRodrigo Prado2019-04-201-0/+35
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix uninit warning in gd.cNikita Popov2019-04-121-1/+1
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-113-3/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fix libgd warningsNikita Popov2019-04-113-3/+8
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-173-6/+4
|\ \ \ \ \ | |/ / / /
| * | | | Remove unused variablesFabien Villepinte2019-03-173-6/+4
* | | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-1557-65/+65
|\ \ \ \ \ | |/ / / /
| * | | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1565-87/+87