summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-062-3/+3
* Adding testcases to validate imageloadfont input parameter validation, tests ...Rafael Machado Dohms2011-05-312-0/+30
* Check headers first and let the CHECK_LIBRARY macroRasmus Lerdorf2011-05-121-10/+6
* - malloc may failPierre Joye2011-01-191-0/+3
* - useless commented codePierre Joye2011-01-031-1/+0
* - slightly cleanerPierre Joye2011-01-031-1/+1
* - fix crash when argc > 1 and to_zval is NULL (thx tony for the headup)Pierre Joye2011-01-031-1/+1
* - kill c++ commentPierre Joye2011-01-031-1/+0
* - stream output support for image outputs functionsPierre Joye2011-01-033-53/+65
* - Year++Felipe Pena2011-01-013-3/+3
* - WSPierre Joye2010-12-281-1/+1
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+2
* * Fixed parameter check introduced with the recent fix for bug #53492.Martin Jansen2010-12-111-2/+2
* - Fix #53492, fix crash if aa steps are invalidPierre Joye2010-12-081-0/+5
* - don't build if no libvpx availablePierre Joye2010-10-061-1/+3
* Removed debug codeIlia Alshanetsky2010-10-051-1/+0
* - Fix buildFelipe Pena2010-10-041-1/+1
* - missing file for webpPierre Joye2010-10-041-0/+202
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-042-0/+1079
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-046-11/+132
* - zend_list_insert TSRMLS fix (thx tony for the headup)Pierre Joye2010-09-161-3/+3
* - WSPierre Joye2010-06-301-2/+2
* - typo for iconv DLL .libPierre Joye2010-06-281-1/+1
* - #52043,GD doesn't recognize latest libJPEG versionPierre Joye2010-06-141-0/+9
* Check for -1 as well hereRasmus Lerdorf2010-05-241-2/+2
* Let's have a sane error message here instead of some cryptic zlib errorRasmus Lerdorf2010-05-241-0/+4
* - #51793, Add alpha argument to imagecolorsetPierre Joye2010-05-181-3/+5
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+600
* - - Fixed #51128, imagefill() doesn't work with large imagesPierre Joye2010-04-281-2/+2
* - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-282-1/+25
* - WSPierre Joye2010-04-281-2/+2
* Removed safe_modeKalle Sommer Nielsen2010-04-262-8/+6
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-600/+0
* Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)Takeshi Abe2010-03-242-1/+33
* Properly skip tests that require the bundled gd lib when the external is usedRaphael Geissert2010-03-117-4/+7
* fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)Takeshi Abe2010-01-202-5/+124
* fix wrong type and useless assignmentsTakeshi Abe2010-01-151-9/+5
* imagepolygon() and imagefilledpolygon() does not allow negative number of poi...Takeshi Abe2010-01-144-3/+36
* removed an unused variableTakeshi Abe2010-01-131-2/+1
* - use png_sig_cmp to support libpng 1.4, old is deprecated already in older v...Pierre Joye2010-01-101-1/+1
* Bug #49600 (imageTTFText text shifted right)Takeshi Abe2010-01-082-1/+33
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
* - Fixed bug #50469 (Fixed typo in imagepsencodefont error string).Pierrick Charron2009-12-141-1/+1
* Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() failsTakeshi Abe2009-11-011-0/+1
* - check max colors while loading gd2 palette image (patch by Tomas Hoger)Pierre Joye2009-10-123-0/+19
* - Fixed testsFelipe Pena2009-09-264-6/+5
* Fix SKIPIF sectionsandy wharmby2009-09-152-2/+2
* - Fix sanity check for the color index in imagecolortransparentPierre Joye2009-09-031-1/+1
* More tests from 2009 testfestZoe Slattery2009-08-289-0/+180