summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Never mind on the error checkRasmus Lerdorf2000-05-011-4/+0
* Dynamically allocate points for ImagePolygon (Marc Pohl)Rasmus Lerdorf2000-05-011-5/+6
* createfrom* fixesRasmus Lerdorf2000-04-211-0/+12
* - 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
* 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-131-0/+114
* 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-281-654/+471
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-10/+10
* Ported T1lib support from PHP3.Jouni Ahto2000-02-251-2/+505
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Change string->str where possible; string is basic a C++ class, so gdb can't...Zeev Suraski2000-02-081-14/+14
* Proper indentation here also.Egon Schmid2000-01-241-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Zend fixups.Andrei Zmievski1999-12-201-37/+37
* More cleanup...Zeev Suraski1999-12-171-33/+36
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-7/+7
* More php3_ annihilationZeev Suraski1999-12-171-38/+38
* More php3_ annihilationZeev Suraski1999-12-171-9/+9
* Call SLS_FETCH() only, if it is neededSascha Schumann1999-12-121-4/+5
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Fix shared mode for gd/xml/mysql extensions.Stig Bakken1999-12-041-1/+1
* Back out PIC/COMPILE_DL hack from gd/mysql.Stig Bakken1999-12-011-4/+0
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-5/+5
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-301-3/+3
* Show some extra info for GD with phpinfo()Sander Steffann1999-11-291-2/+21
* I'm dreaming that someone else can format this when he/she is looking at it.Egon Schmid1999-11-241-38/+38
* Some patched versions of GD support both GIF and PNG. The GD module nowSander Steffann1999-11-241-3/+6
* This arg is optionalRasmus Lerdorf1999-11-101-2/+2