summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Merge HEAD changesSascha Schumann2000-12-061-13/+33
* made gd working correct under win32Daniel Beulshausen2000-11-291-58/+62
* AC_CHECK_LIB prints out yes/no itself.foobar2000-11-282-6/+3
* Fixed Bug #7939 + some cleaning.foobar2000-11-231-398/+298
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Stopping Compile Warnings when using old GDJames Moore2000-11-181-0/+2
* Fix for #7758. Plus some cleaning.foobar2000-11-111-4/+5
* Beutifying the output of configure a bit.foobar2000-11-091-1/+2
* Remove duplicate check for xpm support.foobar2000-11-091-1/+0
* Fix to get jpeg/xpm support everytime.foobar2000-11-091-2/+3
* Fixed bug: #5460foobar2000-11-091-1/+1
* E_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-)Mathieu Kooiman2000-11-081-1/+1
* Alert user if they're trying to useMathieu Kooiman2000-11-081-0/+2
* - Made gd extension build when using gd version < 1.5Mathieu Kooiman2000-11-081-0/+6
* Cleaned up a bit.foobar2000-11-081-31/+38
* config.m4foobar2000-11-081-1/+1
* (ImageCreateFromString) Added forgotten GDLS_FETCH() needed for ZTS.David Hedbor2000-11-061-0/+1
* - ImageCreateFromString(): Fixed segfault that occured if an image was tried ...Mathieu Kooiman2000-11-041-0/+4
* - Fixed gd by adding a defineDerick Rethans2000-11-031-0/+2
* - Fixing Mathieu's indentation problemsDerick Rethans2000-11-031-86/+88
* - Introduced ImageCreateFromString() function,Mathieu Kooiman2000-11-032-0/+119
* Add line of possible XBM support to the phpinfo()foobar2000-11-011-3/+6
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-4/+4
* gdImageWBMP has some bug in it. Using the php-internal one works.foobar2000-10-251-4/+0
* Fix bug #7397Andrei Zmievski2000-10-231-2/+2
* Fix annoying $withval interaction in GD configure stuffRasmus Lerdorf2000-10-211-0/+2
* Add explicit format stringSascha Schumann2000-10-201-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-7/+14
* include php.h to have VIRTUAL_DIR defined thisDaniel Beulshausen2000-10-161-1/+8
* added a option to use the truetype string handling function in gd.\n it is us...Rui Hirokawa2000-10-163-1/+17
* We don't support FreeType 2 - let's stop pretending we doMarko Karppinen2000-10-142-61/+15
* config.m4foobar2000-10-141-55/+34
* uses php.h defineDaniel Beulshausen2000-09-302-3/+2
* made win32 compileDaniel Beulshausen2000-09-301-0/+1
* a little cleanupDaniel Beulshausen2000-09-281-2/+2
* Line seems to be missing and causing configure test failures for other extens...Stefan Roehrich2000-09-281-0/+1
* Add URL support for GDStanislav Malyshev2000-09-262-12/+64
* added LIBGD defineDaniel Beulshausen2000-09-061-2/+2
* added the gd extension - see the comment!Daniel Beulshausen2000-08-241-0/+139
* Fix library order for -lpng -lz.Sascha Schumann2000-08-231-6/+6
* - Cleanup imagetransparent in the GD libraryAndi Gutmans2000-08-221-4/+3
* Fix crash in one-argument imagecolortransparentStanislav Malyshev2000-08-211-1/+1
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
* Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants forRasmus Lerdorf2000-07-141-0/+5
* Add ImageTypes() function which returns a bitfield with the supportedRasmus Lerdorf2000-07-142-0/+24
* - Restore testing for Unicode charmap to what it was, it was working(?), thisJouni Ahto2000-07-071-6/+2
* Applied multiple character set support diff by Rob GoodwinStig Bakken2000-07-061-12/+57
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* - Fixed another missing test for existing functions in libgd.Jouni Ahto2000-06-262-1/+2
* - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.Jouni Ahto2000-06-262-2/+3