summaryrefslogtreecommitdiff
path: root/ext/gd/gd_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: implement my own FR #36995Antony Dovgal2006-08-011-1/+1
* - MFH: add filter option to imagepngPierre Joye2006-01-271-4/+12
* bump year and license versionfoobar2006-01-011-3/+3
* - MFH, PNG compression support exposedPierre Joye2005-12-091-0/+1
* MFH: - Added missing safe-mode checksfoobar2005-11-011-4/+2
* MFH: Added missing safe_mode checks.Ilia Alshanetsky2005-10-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* Bug fix: Images would be broken on big-endian machines because the putcMartin Kraemer2004-01-281-1/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Last bit of CS fixes.Ilia Alshanetsky2003-12-281-9/+9
* Add ImageXBMMarcus Boerger2003-06-151-8/+52
* Fix bug #22646foobar2003-03-121-1/+1
* This patch allows compilation of gd against non-bundled gd library olderIlia Alshanetsky2002-10-301-1/+9
* Update bundled gd library with relevant changes from gd-2.0.4Rasmus Lerdorf2002-10-291-2/+2
* php_error_docref...Marcus Boerger2002-08-221-3/+3
* Unify error messagesDerick Rethans2002-06-281-3/+3
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-2/+4
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
* Zend compatibility patchZeev Suraski2001-07-301-3/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+0
* should be using the function here.Sterling Hughes2001-05-181-1/+4
* Remove the remnants of old global macro'sSterling Hughes2001-05-181-1/+0
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* According to GD documentation the macros should be used instead..foobar2001-04-011-2/+2
* Fixed bug #8137 and killed some compile warnings.foobar2001-04-011-8/+12
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-3/+1
* Allow usage of GD contexts and not tempfiles in output functionsStanislav Malyshev2001-02-011-0/+101