summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Document change.Andrei Zmievski2000-06-121-0/+1
* Make gdttf.c work with virtual dir support.Andrei Zmievski2000-06-121-0/+7
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.Jouni Ahto2000-06-072-111/+51
* - Added functions imagewbmp(), imagecreatefromxbm().Jouni Ahto2000-06-072-249/+229
* - Preparing to add new image types to gd module.Jouni Ahto2000-06-061-0/+29
* added T1LIB information to info functionHartmut Holzgraefe2000-06-061-0/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-052-54/+54
* added comments to the System/Distribution specific defaultHartmut Holzgraefe2000-05-271-0/+3
* should make SuSE 6.x users happy (and anybody else with gh.d inHartmut Holzgraefe2000-05-271-0/+3
* @ 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
* --with-foo causes $withval to be set to "yes," not ""Sascha Schumann2000-05-231-1/+1
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-183-6/+6
* @-Port imagegammacorrect from PHP3 to PHP4. (Sterling)Sterling Hughes2000-05-142-5/+31
* calling a function that is not supported in the current build due to aHartmut Holzgraefe2000-05-023-35/+94
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-5/+0
* Never mind on the error checkRasmus Lerdorf2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+1
* Large test commit IISascha Schumann2000-05-011-0/+2
* Dynamically allocate points for ImagePolygon (Marc Pohl)Rasmus Lerdorf2000-05-011-5/+6
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* createfrom* fixesRasmus Lerdorf2000-04-211-0/+12
* Do not enable GD, if --without-gd was usedSascha Schumann2000-04-201-1/+1
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-7/+7
* recommended changesColin Viebrock2000-04-071-0/+3
* typoColin Viebrock2000-04-051-2/+2
* phpinfo() prettyingColin Viebrock2000-04-051-11/+19
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-11/+11
* Fix libpng and libz order and stuff the libjpeg into its own macro.Sascha Schumann2000-03-301-40/+26
* A small fix when checking for libjpegSander Steffann2000-03-181-0/+20
* Fixed some protos.Egon Schmid2000-03-131-7/+7
* # Oops - functions with multiple optional args suckRasmus Lerdorf2000-03-131-1/+1
* gd-jpeg supportRasmus Lerdorf2000-03-133-0/+136
* Also search for freetype headers in $prefix/include/freetypeSascha Schumann2000-03-121-1/+9
* Remove outdated PHP 3.1 stuffSascha Schumann2000-03-041-20/+1
* (imagearc) - Fix #3706.Jouni Ahto2000-03-031-1/+1
* (image(createfrom?)png) Fix a typo & remove unused variable.Jouni Ahto2000-02-291-2/+1
* - Use *_ex-API and *_RESOURCE-macros (partial).Jouni Ahto2000-02-282-654/+492
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-262-11/+11
* Ported T1lib support from PHP3.Jouni Ahto2000-02-256-92/+659
* More protos.Egon Schmid2000-02-221-8/+8