summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Removed un-needed zlib check.Ilia Alshanetsky2002-11-251-19/+0
* Synchronized bundled gd library with the latest stable GD, 2.0.6Ilia Alshanetsky2002-11-259-155/+213
* Renamed the file because this is actually a test for gdImageStringFt().Moriyoshi Koizumi2002-11-241-6/+5
* Fix compile warning, MIN/MAX macros may already be defined by param.hIlia Alshanetsky2002-11-241-0/+5
* Added gdPEstrdup macro.Ilia Alshanetsky2002-11-241-0/+1
* Fixed 3 memory leaks.Ilia Alshanetsky2002-11-241-134/+128
* Fixed the macro so this can be compiled with ft1Moriyoshi Koizumi2002-11-241-1/+1
* Sorry, wrong commit.Moriyoshi Koizumi2002-11-231-2/+2
* Dismissed the second part of the testMoriyoshi Koizumi2002-11-231-3/+4
* Fixed leaks. Other leaks are originated in libgd.Moriyoshi Koizumi2002-11-232-1/+13
* Fixed segfaultsMoriyoshi Koizumi2002-11-231-2/+2
* ws fixfoobar2002-11-231-2/+2
* Fixed tab positions.Moriyoshi Koizumi2002-11-231-2/+2
* Applied imagedeallocate() fixRasmus Lerdorf2002-11-221-0/+7
* Added missing header (fixed bug #20555).Ilia Alshanetsky2002-11-221-0/+2
* Added a test case for imagettftext()Moriyoshi Koizumi2002-11-212-0/+52
* Addressed the issue of persistant allocation.Ilia Alshanetsky2002-11-195-27/+33
* Changed memory allocation wrappers to macros, so that it is possible to seeIlia Alshanetsky2002-11-184-37/+9
* Fix the test. (and indented it for easier bug spotting :)foobar2002-11-181-5/+10
* Fixed gd 2.0.4 checkIlia Alshanetsky2002-11-171-3/+4
* A better gd >=2.0.4 version check for non-bundled gd library.Ilia Alshanetsky2002-11-171-1/+9
* - MFBDerick Rethans2002-11-173-3/+10
* - Fix compile problems for mips proDerick Rethans2002-11-171-1/+3
* - MFB: Fix memory allocation problem in bundled GD (reported by Brian Havard)Derick Rethans2002-11-171-3/+3
* Removed the md5 checks since the files may be slightly different due toIlia Alshanetsky2002-11-151-16/+0
* Simplify and show skip reasonMarcus Boerger2002-11-151-4/+4
* Fix TSRM buildMarcus Boerger2002-11-141-5/+5
* Fix warnings (Marcus & Pierre-Alain Joye)Marcus Boerger2002-11-141-2/+2
* Added tests for imagefilter() function.Ilia Alshanetsky2002-11-132-0/+105
* Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). ThisIlia Alshanetsky2002-11-134-0/+793
* use *e*malloc functionsMarcus Boerger2002-11-121-4/+10
* fix warningsMarcus Boerger2002-11-123-18/+18
* new function gd_info() returns an associative array of gd support options. # ...Marcus Boerger2002-11-122-0/+78
* Fix win32 build.Ilia Alshanetsky2002-11-031-0/+4
* Fixed win32 build (hopefuly).Ilia Alshanetsky2002-11-011-4/+4
* fix warningsMarcus Boerger2002-10-302-2/+3
* This patch allows compilation of gd against non-bundled gd library olderIlia Alshanetsky2002-10-303-2/+26
* Update bundled gd library with relevant changes from gd-2.0.4Rasmus Lerdorf2002-10-2922-168/+327
* Corrected un-initialized variable usage.Ilia Alshanetsky2002-10-291-1/+1
* Added a patch by Pierre-Alain Joye <paj@pearfr.org>, which implements theIlia Alshanetsky2002-10-294-0/+481
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-1/+1
* Nuke tabs.foobar2002-10-211-4/+4
* Changed --with-gd to behave same way as --with-mysql does.foobar2002-10-211-29/+17
* - Prevent resetting the PHP_*_DIR variables if already set.foobar2002-10-211-6/+12
* --with-zlib-dir has to be defined here to enable phpize buildfoobar2002-10-191-0/+3
* Fix for bug #19941Rasmus Lerdorf2002-10-161-1/+1
* Renamed and fixed constantfoobar2002-10-111-2/+2
* - Change constant nameDerick Rethans2002-10-111-2/+2
* - Skip if an external lib gd is used (which always has this crash-bug)Derick Rethans2002-10-111-1/+1
* - Add indetified for bundled GDDerick Rethans2002-10-111-0/+3