summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - 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-061-2/+2
* - kill c++ commentPierre Joye2011-01-031-1/+0
* - stream output support for image outputs functionsPierre Joye2011-01-031-25/+6
* - Year++Felipe Pena2011-01-011-1/+1
* * 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
* - Fix buildFelipe Pena2010-10-041-1/+1
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-041-1/+64
* - zend_list_insert TSRMLS fix (thx tony for the headup)Pierre Joye2010-09-161-3/+3
* - #51793, Add alpha argument to imagecolorsetPierre Joye2010-05-181-3/+5
* Removed safe_modeKalle Sommer Nielsen2010-04-261-2/+2
* fix wrong type and useless assignmentsTakeshi Abe2010-01-151-9/+5
* imagepolygon() and imagefilledpolygon() does not allow negative number of poi...Takeshi Abe2010-01-141-1/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #50469 (Fixed typo in imagepsencodefont error string).Pierrick Charron2009-12-141-1/+1
* MFH: Fix memleakKalle Sommer Nielsen2009-06-191-1/+0
* - [DOC] always enable imagecolormatchPierre Joye2009-05-271-5/+3
* - MFH: [DOC] always enable imagerotate (bundled or system gd)Pierre Joye2009-05-271-5/+2
* - MFH: [DOC] - add image(filled)ellipse to the compat layer (work around a b...Pierre Joye2009-05-261-5/+0
* - wsPierre Joye2009-05-261-31/+18
* - enable filter constantsPierre Joye2009-05-261-3/+3
* - [DOC] always enable imagefilter and imageconvolution, even when built again...Pierre Joye2009-05-261-9/+2
* - wsPierre Joye2009-04-071-3/+3
* - #47812, undefined symbol: gdJpegGetVersionIntPierre Joye2009-04-071-2/+5
* - Missing changes related to #47757 for this branchFelipe Pena2009-03-261-2/+2
* - GEPJ.. (thx to Derick for the head!)Pierre Joye2009-03-241-1/+1
* - #47757 rename JPG to JPEG in phpinfoPierre Joye2009-03-241-1/+1
* MFH: Fix arginfo for imagefilter()Kalle Sommer Nielsen2009-01-311-0/+1
* MFH: bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.Takeshi Abe2009-01-191-2/+2
* MFH: Change optional parameter for IMG_FILTER_PIXELATE to be a booleanKalle Sommer Nielsen2009-01-151-2/+3
* MFH: added pixelate filter.Takeshi Abe2009-01-141-2/+29
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-98/+0
* - typoPierre Joye2008-11-061-1/+1
* - fix build on linux (static)Pierre Joye2008-11-061-13/+5
* - MFH: add png and jpeg version infoPierre Joye2008-11-041-1/+11
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+98
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-98/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-6/+6
* Removed deprecated usage of zend_get_parameters_ex()Ilia Alshanetsky2008-10-061-7/+5
* - MFH: fix warningPierre Joye2008-08-291-0/+3
* - Fix build (thanks Sebastian)Felipe Pena2008-08-041-1/+1
* - MFH: Added new parameter parsing API (part II)Felipe Pena2008-08-041-25/+20
* fix segfaultAntony Dovgal2008-07-181-1/+1
* Remove GD 1.0 support, still need to adjust the configure scripts to correctl...Scott MacVicar2008-07-181-74/+8
* Remove freetype1 supportScott MacVicar2008-07-181-16/+0
* - MFB: fix crash when some crafted font are givenPierre Joye2008-07-171-0/+13