summaryrefslogtreecommitdiff
path: root/ext/gd/gd_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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