summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-021-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-021-0/+2
| |\ \ | | |/
| | * Fix bug #74031Matěj Humpál2017-02-021-0/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Implement #69606: Support BMPs (added in GD 2.1.0)Christoph M. Becker2017-01-041-0/+55
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2016-11-221-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-3/+3
| |\ \ | | |/
| | * remove TSRMLS_*Anatol Belski2016-11-211-3/+3
* | | Merge branch 'pull-request/2164'Christoph M. Becker2016-11-131-2/+2
|\ \ \
| * | | Mark functions as PHP_DEP_FE instead of manually emitting the noticeChristoph M. Becker2016-10-151-4/+2
| * | | RFC: Deprecate png2wbmp() and jpegwbmp()Christoph M. Becker2016-10-151-0/+2
* | | | Merge branch 'pull-request/2135'Joe Watkins2016-10-201-0/+39
|\ \ \ \
| * | | | Add PHP bindings for setting and getting the image resolutionChristoph M. Becker2016-10-181-0/+39
* | | | | Merge branch 'pull-request/2151'Christoph M. Becker2016-10-171-4/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Implement request #33066: Add GD Image Function gdImageOpenPolygon()Christoph M. Becker2016-10-021-4/+27
* | | | | Remove unused codeChristoph M. Becker2016-10-131-9/+0
* | | | | fix syslog interferenceAnatol Belski2016-10-131-0/+2
* | | | | Merge branch 'PHP-7.1'Christoph M. Becker2016-10-091-1/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-10-091-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-091-1/+4
| | |\ \ \
| | | * | | Fix #73272: imagescale() affects imagesetinterpolation()Christoph M. Becker2016-10-091-1/+4
| | | * | | Fix #73157 (again): imagegd2() ignores 3rd param if 4 are givenChristoph M. Becker2016-09-241-4/+4