summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
Commit message (Expand)AuthorAgeFilesLines
* Export php_gd_libgdimageptr_from_zval_p()Christoph M. Becker2020-07-111-1/+7
* Drop dead prototypeNikita Popov2020-07-101-2/+0
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-133/+0
* Add imagegetinterpolation()Christoph M. Becker2020-01-141-0/+1
* Remove unused codeChristoph M. Becker2019-11-021-1/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Remi Collet2019-07-221-2/+0
|\
| * cleanup gd build with system libgd - drop need to use libpng with system libg...Remi Collet2019-07-221-2/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-221-6/+0
|\ \ | |/
| * Drop superfluous ENABLE_GD_TTFChristoph M. Becker2019-07-221-6/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-211-0/+1
|\ \ | |/
| * Properly shut down font cache mutexChristoph M. Becker2019-06-211-0/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-201-0/+5
|\ \ | |/
| * Support TGA readingChristoph M. Becker2019-06-201-0/+5
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove deprecated png2wbmp() and jpeg2wbmp()Christoph M. Becker2019-01-281-3/+0
* | Remove deprecated image2wbmp()Christoph M. Becker2019-01-281-1/+0
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Replace magic values with constantsAndreas Treichel2017-08-191-0/+9
* Add support for webp in imagecreatefromstringAndreas Treichel2017-07-301-0/+2
* Implement #69606: Support BMPs (added in GD 2.1.0)Christoph M. Becker2017-01-041-0/+8
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'pull-request/2135'Joe Watkins2016-10-201-0/+2
|\
| * Add PHP bindings for setting and getting the image resolutionChristoph M. Becker2016-10-181-0/+2
* | Implement request #33066: Add GD Image Function gdImageOpenPolygon()Christoph M. Becker2016-10-021-0/+1
* | Switch to libgd anti-aliased drawing APIChristoph M. Becker2016-10-021-2/+0
* | Implement #52857: Access to gdImageSetClip() and gdImageGetClip()Christoph M. Becker2016-07-231-0/+2
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc)Kalle Sommer Nielsen2015-06-191-10/+0
* | Remove T1Lib support (see #69698)Kalle Sommer Nielsen2015-05-291-3/+0
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-0/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* 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
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
* | fix build with bundled libgdRemi Collet2013-05-041-1/+1
* | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdefOndřej Surý2013-05-041-11/+3
* | Allow to use new GD-2.1.0 function from system libraryOndřej Surý2013-05-041-2/+5
* | gd: missing headers in previousRemi Collet2013-04-241-1/+4
* | - add imageaffinematrixget and imagematrixconcatPierre Joye2013-03-201-1/+2
* | - add affine matrix helper for translate, scale, rotate and shearPierre Joye2013-03-201-0/+1
* | - add new interpolation methodPierre Joye2013-03-201-0/+4