summaryrefslogtreecommitdiff
path: root/ext/gd/gd_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Convert GD Resources to objectsMark2019-09-301-215/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Don't explicitly set return value on ZPP/ZFR failureChristoph M. Becker2019-08-121-1/+1
* Throw TypeError instead of warning in case of invalid pathChristoph M. Becker2019-06-131-2/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2019-02-281-4/+0
|\
| * Remove dead codeChristoph M. Becker2019-02-281-7/+2
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-031-9/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-031-9/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Remove deprecated image2wbmp()Christoph M. Becker2019-01-281-2/+1
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-3/+3
* Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-2/+2
* Deprecate image2wbmp()Christoph M. Becker2018-06-101-1/+1
* Dump obsolete EBCDIC supportChristoph M. Becker2018-05-141-6/+0
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1'Joe Watkins2017-01-221-2/+2
|\
| * Fix intermittent segfault in GD libraryMitch Hagstrand2017-01-221-2/+2
| * 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-15/+26
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-271-1/+17
|\
| * Fix #73549: Use after free when stream is passed to imagepngChristoph M. Becker2016-11-271-1/+17
* | 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
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-111-1/+6
|\ \ | |/
| * Fix #66339: PHP segfaults in imagexbmChristoph M. Becker2015-07-111-1/+6
| * bump yearXinchen Hui2015-01-151-1/+1
* | Cleanup resource handling APIsXinchen Hui2015-02-021-1/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+7
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-2/+6
* | remove fetches from gdkrakjoe2014-09-261-6/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-3/+3
* | ported ext/gdAnatol Belski2014-08-191-3/+3
* | Merge branch 'PHP-5.6'Stanislav Malyshev2014-08-191-0/+5
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-08-191-0/+5
| |\
| | * Fix bug #67730 - Null byte injection possible with imagexxx functionsStanislav Malyshev2014-08-181-0/+5
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Refactor ext/gd (all tests passes)Xinchen Hui2014-05-121-14/+14
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdefOndřej Surý2013-05-041-4/+0