summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* Call zend_unregister_ini_entries() when unload extension loaded through dl() ...Dmitry Stogov2019-12-091-0/+1
* Fix parameter orderChristoph M. Becker2019-08-111-4/+4
* Extend color component range checksChristoph M. Becker2019-08-111-8/+45
* Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* cleanup gd build with system libgd - drop need to use libpng with system libg...Remi Collet2019-07-221-31/+25
* Drop superfluous ENABLE_GD_TTFChristoph M. Becker2019-07-221-24/+12
* Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-6/+2
* Properly shut down font cache mutexChristoph M. Becker2019-06-211-1/+12
* Support TGA readingChristoph M. Becker2019-06-201-0/+31
* imagecolorallocate(): Check that RGB components are in-rangeNikita Popov2019-06-201-1/+14
* imageloadfont: Perform overflow check before calculationNikita Popov2019-06-191-7/+7
* Add BMP support to PHP infoChristoph M. Becker2019-06-131-0/+3
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* Implemented the gdScatter filter I wrote almost 10 years agoKalle Sommer Nielsen2019-05-101-2/+50
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-291-1/+5
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-291-1/+5
| |\
| | * Fix #77943: imageantialias($image, false); does not workChristoph M. Becker2019-04-291-1/+5
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-3/+3
* | | Remove unused variablesFabien Villepinte2019-03-171-1/+1
* | | Remove dead codeChristoph M. Becker2019-02-281-28/+2
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Preserve aspect ratio for width or heightAndreas Treichel2019-01-051-2/+6
* | | Resolve imagecropauto() default $mode quirkChristoph M. Becker2018-12-121-2/+4
|/ /
* | Cleanup unused itemsAnatol Belski2018-08-021-3/+0
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Deprecate image2wbmp()Christoph M. Becker2018-06-101-59/+5
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | Dump obsolete EBCDIC supportChristoph M. Becker2018-05-141-6/+0
* | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-101-1/+1
| |\
| | * Fix #73957: signed integer conversion in imagescale()Christoph M. Becker2018-03-101-1/+1
* | | [ci skip] Remove space between function name and open parenthesesGabriel Caruso2018-02-241-2/+2
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-02-241-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-241-1/+1
| |\ \ | | |/
| | * Fix imagesetinterpolation arginfoGabriel Caruso2018-02-241-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-3/+3
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2017-10-251-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-10-251-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-10-251-0/+1
| | |\
| | | * Fix bug #75437 Wrong reflection on imagewebpFabien Villepinte2017-10-251-0/+1
* | | | Narrow typeinfos down for zend_parse_paramenters_noneXinchen Hui2017-09-121-1/+1
* | | | Fixed signatureXinchen Hui2017-09-091-4/+4
* | | | Remove redundant checks in ext/gdTom Van Looy2017-09-041-20/+0
* | | | Replace magic values with constantsAndreas Treichel2017-08-191-16/+16
* | | | Add support for webp in imagecreatefromstringAndreas Treichel2017-07-301-12/+21
|/ / /