summaryrefslogtreecommitdiff
path: root/ext/gd/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Add imagegetinterpolation()Christoph M. Becker2020-01-141-8/+9
* cleanup gd build with system libgd - drop need to use libpng with system libg...Remi Collet2019-07-221-14/+5
* Drop superfluous ENABLE_GD_TTFChristoph M. Becker2019-07-221-1/+0
* improve temporary fix for system libgdRemi Collet2019-07-221-0/+6
* Fixed bug #78314 (missing freetype support/functions with external gd)Remi Collet2019-07-201-0/+3
* Support TGA readingChristoph M. Becker2019-06-201-1/+3
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-3/+0
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-17/+43
* Use pkg-config to detect and configure for system libgdChristoph M. Becker2019-01-211-69/+44
* Migrate ext/gd to pkg-configNikita Popov2019-01-151-206/+52
* ext/gd: use --with instead of --enableEli Schwartz2018-12-261-2/+2
* ext/gd: Use pkg-config to detect the availability of freetype2Eli Schwartz2018-11-071-20/+5
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-3/+1
* Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-1/+1
* Merge branch 'pull-request/2773' into PHP-7.2Christoph M. Becker2017-09-261-1/+0
|\
| * Fix PHP_GD_TTSTR: command not found warning in ext/gdPeter Kokot2017-09-251-2/+1
|/
* Merge branch 'PHP-7.1'Joe Watkins2017-03-301-1/+1
|\
| * fix bug #74343 compile fails on solaris 11 with system libgdJoe Watkins2017-03-301-1/+1
* | fix command not found warning in ext/gdTom Van Looy2017-02-241-1/+0
* | Implement #69606: Support BMPs (added in GD 2.1.0)Christoph M. Becker2017-01-041-1/+4
* | Sync with libgd wrt. compilation unitsChristoph M. Becker2016-09-201-2/+2
* | Remove effectless --enable-gd-native-ttf and USE_GD_IMGSTRTTFChristoph M. Becker2016-09-141-10/+0
|/
* libwebp support for linuxAnatol Belski2015-07-211-20/+28
* Remove T1Lib support (see #69698)Kalle Sommer Nielsen2015-05-291-29/+0
* Fix bug #68656 Report gd library versionRemi Collet2014-12-261-0/+1
* 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
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-4/+4
* | Fixed bug #64785 : restore 5.4 behaviour, libpng is mandatoryRemi Collet2013-05-081-3/+4
* | Move (back) missing functions in system libgd to gd_compatRemi Collet2013-05-051-0/+1
* | gd: missing commaRemi Collet2013-05-051-2/+1
* | gd: fix typo and cleanupsRemi Collet2013-05-041-8/+7
* | Move png and jpeg version functions to gd.c so the external library build doe...Ondřej Surý2013-05-041-1/+0
* | Rewrite Xpm library check so it doesn't break on MultiArch systemsOndřej Surý2013-05-041-9/+2
* | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdefOndřej Surý2013-05-041-107/+37
* | * Remove overflow2, getmbi and skipheaders from gd_compat.h * Add missing ret...Ondřej Surý2013-05-041-0/+1
* | Allow to use new GD-2.1.0 function from system libraryOndřej Surý2013-05-041-15/+27
* | allow use of gdImageCreateFromJpegEx with system libgdRemi Collet2013-04-241-0/+2
* | gd: provide imageflip with system libgd when availableRemi Collet2013-04-241-0/+2
* | enable WebP with system libgd when availableRemi Collet2013-04-231-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-04-101-0/+2
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-04-101-0/+2
| |\
| | * add external 2.1 detection and fix gd_compat for 2.1+Pierre Joye2013-04-101-0/+2
| | * Check headers first and let the CHECK_LIBRARY macroRasmus Lerdorf2011-05-121-8/+4
* | | - config.m4 sync with .w32Pierre Joye2013-03-201-1/+1
* | | - add image crop supportPierre Joye2013-02-281-1/+2
* | | - add new file for m4 as wellPierre Joye2013-02-271-1/+1
|/ /
* | Check headers first and let the CHECK_LIBRARY macroRasmus Lerdorf2011-05-121-10/+6
* | - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-041-6/+44
|/