summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* Allow compilation with gdlib 1.8Edin Kadribasic2004-04-071-0/+2
* Fixed a bug that prevented building of gd extension against external GDIlia Alshanetsky2004-04-041-0/+4
* Synchronized bundled GD library with GD 2.0.22.Ilia Alshanetsky2004-03-291-1/+1
* wbmp conversion warning fix.Ilia Alshanetsky2004-02-221-4/+9
* Set correct default threshold for image2wbmp().Ilia Alshanetsky2004-02-211-0/+1
* Fixed bug #27293 (two crashes inside image2wbmp()).Ilia Alshanetsky2004-02-171-0/+8
* Fixed bug #27056 (ints used instead of longs inside some GD functions).Ilia Alshanetsky2004-01-281-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Last bit of CS fixes.Ilia Alshanetsky2003-12-281-5/+5
* Synchronized bundled GD library with GD 2.0.17Ilia Alshanetsky2003-12-251-5/+11
* Fix remaining gd build issueRasmus Lerdorf2003-12-181-1/+2
* Fixed bug #26309 (Fixed argument parsing for imageftbbox()).Ilia Alshanetsky2003-11-191-4/+2
* FREETYPE_PATCH is not always defined.Moriyoshi Koizumi2003-09-151-0/+4
* Add an phpinfo entry showing which version of freetype is linked to gd.Moriyoshi Koizumi2003-09-091-0/+17
* format string fixesAndrey Hristov2003-08-281-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-2/+2
* Fixed a crash inside php_imagettftext_common();Ilia Alshanetsky2003-06-191-1/+2
* Add ImageXBMMarcus Boerger2003-06-151-0/+11
* proto fixesAndrey Hristov2003-06-151-81/+81
* updating license information in the headers.James Cox2003-06-101-3/+3
* GD 2.0.15 syncIlia Alshanetsky2003-06-041-1/+1
* Syncronize bunbled GD with gd 2.0.14Ilia Alshanetsky2003-06-031-1/+1
* Fixed bug #23527 (PostScript Type 1 font do not render properly)Ilia Alshanetsky2003-05-151-17/+20
* Made phpinfo() / gd_info() indicate availability of JIS featureMoriyoshi Koizumi2003-04-191-0/+8
* Collate version handling and bump up version (noticed by Peter Neuman)Marcus Boerger2003-04-051-22/+14
* Might as well disallow 0x0 images.Ilia Alshanetsky2003-04-041-1/+1
* Fix segfault in imagecopyresized().Ilia Alshanetsky2003-04-041-0/+5
* - Better errors for T1lib.foobar2003-04-041-17/+9
* Use php_error_docref.foobar2003-04-031-6/+4
* Fix segfaults in imagecreate/imagecreatetruecolorSascha Schumann2003-04-031-0/+12
* cleanupfoobar2003-03-311-2/+6
* Eliminate TSRMLS_FETCH() call in php_find_gd_font().Sebastian Bergmann2003-03-261-4/+3
* CS fixfoobar2003-03-201-5/+5
* WS & CS fixesfoobar2003-03-201-279/+344
* * email address changeStig Bakken2003-03-181-1/+1
* fixing my proto fix :|Hartmut Holzgraefe2003-03-171-1/+1
* proto fixHartmut Holzgraefe2003-03-171-1/+1
* Added the type constants for imagegd2()foobar2003-03-121-0/+7
* Fix bug #22646foobar2003-03-121-1/+1
* Better identification of bundled GD library.Ilia Alshanetsky2003-03-051-1/+1
* add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,Pierre Joye2003-02-261-115/+137
* Show if XPM support is available & Set availability bit only when available.Marcus Boerger2003-02-011-1/+9
* Feature Request #21784 Added: imagecolorallocatealpha (pollita@php.net,jaspe...Sara Golemon2003-01-261-0/+19
* Fixed bug #21533 (a rare condition where error can remain undefined andIlia Alshanetsky2003-01-241-1/+1
* Fixed compile warning.Ilia Alshanetsky2003-01-241-8/+8
* Fixed a crash when invalid color is passed to imagepstext().Ilia Alshanetsky2003-01-221-76/+68
* Removed pointless checks of array_init() return value.Ilia Alshanetsky2003-01-171-20/+9
* Syncronize bundled GD library with latest GD (2.0.11).Ilia Alshanetsky2003-01-171-5/+13
* Fixed bug #21518.Ilia Alshanetsky2003-01-081-3/+7
* Fix line drawed twice (L. Atkinson)Pierre Joye2003-01-071-2/+0