summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* made gd working correct under win32Daniel Beulshausen2000-11-291-58/+62
* Fixed Bug #7939 + some cleaning.foobar2000-11-231-398/+298
* Stopping Compile Warnings when using old GDJames Moore2000-11-181-0/+2
* 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
* (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-031-0/+113
* 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
* Add explicit format stringSascha Schumann2000-10-201-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-7/+14
* added a option to use the truetype string handling function in gd.\n it is us...Rui Hirokawa2000-10-161-0/+4
* uses php.h defineDaniel Beulshausen2000-09-301-1/+0
* made win32 compileDaniel Beulshausen2000-09-301-0/+1
* Add URL support for GDStanislav Malyshev2000-09-261-11/+63
* - Cleanup imagetransparent in the GD libraryAndi Gutmans2000-08-221-4/+3
* Fix crash in one-argument imagecolortransparentStanislav Malyshev2000-08-211-1/+1
* 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-141-0/+23
* - Fixed another missing test for existing functions in libgd.Jouni Ahto2000-06-261-1/+1
* - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.Jouni Ahto2000-06-261-2/+2
* Now its a todo.Egon Schmid2000-06-251-1/+1
* It was Jouni: Prevent Hartmut finding this until it is actually implemented...Egon Schmid2000-06-251-1/+1
* A droto is not a proto.Egon Schmid2000-06-251-2/+2
* Add version checking.Sterling Hughes2000-06-251-1/+16
* # Missing ;Jouni Ahto2000-06-251-1/+1
* Proto.Sterling Hughes2000-06-251-1/+3
* @- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functi...Sterling Hughes2000-06-251-0/+84
* - Added imagecreatefromwbmp().Jouni Ahto2000-06-251-1/+19
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* Some protos fixed.Egon Schmid2000-06-181-1/+1
* - Forgot to test check for errors in two places.Jouni Ahto2000-06-161-2/+9
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
* # Prevent Hartmut finding this until it is actually implemented...Jouni Ahto2000-06-141-1/+1
* - Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.Jouni Ahto2000-06-071-105/+45
* - Added functions imagewbmp(), imagecreatefromxbm().Jouni Ahto2000-06-071-249/+215
* added T1LIB information to info functionHartmut Holzgraefe2000-06-061-0/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-46/+46
* @ Fix a couple of warnings in the gd and ldap modulesRasmus Lerdorf2000-05-241-1/+1
* added a missing protoHartmut Holzgraefe2000-05-231-0/+3
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* @-Port imagegammacorrect from PHP3 to PHP4. (Sterling)Sterling Hughes2000-05-141-3/+28
* calling a function that is not supported in the current build due to aHartmut Holzgraefe2000-05-021-22/+84
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1