summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Fix testsStanislav Malyshev2015-04-151-3/+3
* Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-151-4/+4
* backport gd config.w32 to support freetype 2.5Anatol Belski2015-02-121-0/+1
* Bump yearXinchen Hui2015-01-154-4/+4
* fix memory leakStanislav Malyshev2015-01-041-2/+2
* Merge branch 'pull-request/742' into PHP-5.5Stanislav Malyshev2015-01-044-0/+65
|\
* | fix GD tests with no GD loadedStanislav Malyshev2015-01-048-1/+14
* | Better fix for #68601 for perfRemi Collet2014-12-171-6/+6
* | Fix bug #68601 buffer read overflow in gd_gif_in.cRemi Collet2014-12-131-2/+9
* | move tests into proper placeStanislav Malyshev2014-11-243-0/+57
* | Fixed Bug #65171 imagescale() failsRemi Collet2014-10-151-2/+14
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-09-162-30/+4
|\ \
| * | Fixed freetype test on multiple environmentsMatteo Beccati2014-09-162-30/+4
* | | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-09-032-2/+28
|\ \ \ | |/ /
| * | Fixed test with freetype >= 2.4.12Matteo Beccati2014-09-032-2/+28
* | | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-257-0/+252
|\ \ \ | |/ /
| * | Bug #67730: Add tests by Ryan Mauger <ryan@rmauger.co.uk>Lior Kaplan2014-08-257-0/+252
* | | Merge branch 'PHP-5.4' into PHP-5.5Sara Golemon2014-08-191-2/+4
|\ \ \ | |/ /
| * | Switch use of strtok() to gd_strtok_r()Sara Golemon2014-08-191-2/+4
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-08-191-0/+5
|\ \ \ | |/ /
| * | Fix bug #67730 - Null byte injection possible with imagexxx functionsStanislav Malyshev2014-08-181-0/+5
* | | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-061-1/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed Bug #66901 php-gd 'c_color' NULL pointer dereferenceRemi Collet2014-08-041-1/+6
| * Bump yearXinchen Hui2014-01-034-4/+4
* | Fix bug #67248 (imageaffinematrixget missing check of parameters)Stanislav Malyshev2014-05-112-2/+33
* | made libgd recognize the 9 version seriesAnatol Belski2014-03-121-0/+4
* | Fix bug #66887 imagescale - poor quality of scaled imageRemi Collet2014-03-121-6/+6
* | Fixed Bug #66893i imagescale ignore method argumentRemi Collet2014-03-122-28/+5
* | Fixed Bug #66890 imagescale segfaultRemi Collet2014-03-121-3/+7
* | - fix #66869, Invalid 2nd argument crashes imageaffinematrixgetPierre Joye2014-03-091-0/+1
* | Fixed Bug #66815 imagecrop(): insufficient fix for NULL defer CVE-2013-7327Remi Collet2014-03-052-9/+16
* | Fixes #66714: imageconvolution breakage in 5.5.9Brad Daily2014-02-191-1/+1
* | Bump yearXinchen Hui2014-01-034-4/+4
* | minor fix on previousRemi Collet2013-12-281-1/+2
* | Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())Remi Collet2013-12-282-22/+52
* | Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())Xinchen Hui2013-12-272-34/+169
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-12-071-16/+11
|\ \ | |/
| * Switch to using freetype-config for freetype detection.Adam Harvey2013-12-071-16/+11
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-1/+1
|\ \ | |/
| * - Fix extern declaration according to definitionFelipe Pena2013-10-201-1/+1
| * typo fixesVeres Lajos2013-07-152-2/+2
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-3/+3
* | ensure that the defined interpolation method is used by the generic scaling f...unknown2013-09-091-1/+4
* | Reduce compiler noise by removing unused variables and labelsChristopher Jones2013-08-142-2/+1
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-4/+4
* | typo fixesVeres Lajos2013-07-153-3/+3
* | Cleanup temp fileChristopher Jones2013-07-091-0/+2
* | fix imagecreatefromwebp and imagewebp protosRemi Collet2013-06-241-3/+3
* | Use same logic to load WebP image that other formatsRemi Collet2013-06-241-18/+1
* | Upstream fix from https://bitbucket.org/libgd/gd-libgd/issue/75Remi Collet2013-06-241-11/+22