summaryrefslogtreecommitdiff
path: root/ext/gd/gd_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* - useless commented codePierre Joye2011-01-031-1/+0
* - slightly cleanerPierre Joye2011-01-031-1/+1
* - fix crash when argc > 1 and to_zval is NULL (thx tony for the headup)Pierre Joye2011-01-031-1/+1
* - stream output support for image outputs functionsPierre Joye2011-01-031-28/+58
* - Year++Felipe Pena2011-01-011-1/+1
* - WSPierre Joye2010-12-281-1/+1
* - initial webp support, rely on libpx, final version will be either w/o dep o...Pierre Joye2010-10-041-1/+9
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added new parameter parsing API (part II)Felipe Pena2008-08-041-24/+24
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - #39082, image* segfaults when used with only one argumentPierre Joye2006-10-081-2/+4