[PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2001-04-06 Thread Jani Taskinen
sniper Fri Apr 6 11:01:52 2001 EDT Modified files: /php4/ext/gdgd.c php_gd.h Log: Killed some compile warnings. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.120 php4/ext/gd/gd.c:1.121 --- php4/ext/gd/gd.c:1.120 Sat Mar 31 22:20:45 2001 +++

[PHP-CVS] cvs: php4 /ext/gd gd.c gd_ctx.c

2001-03-31 Thread Jani Taskinen
sniper Sat Mar 31 22:20:45 2001 EDT Modified files: /php4/ext/gdgd.c gd_ctx.c Log: According to GD documentation the macros should be used instead.. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.119 php4/ext/gd/gd.c:1.120 --- php4/ext/gd/gd.c:1.11

[PHP-CVS] cvs: php4 /ext/gd gd.c gd_ctx.c php_gd.h

2001-03-31 Thread Jani Taskinen
sniper Sat Mar 31 21:42:07 2001 EDT Modified files: /php4/ext/gdgd.c gd_ctx.c php_gd.h Log: Fixed bug #8137 and killed some compile warnings. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.118 php4/ext/gd/gd.c:1.119 --- php4/ext/gd/gd.c:1.118

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-03-12 Thread Alexander Feldman
sasha Mon Mar 12 05:57:53 2001 EDT Modified files: /php4/ext/gdgd.c Log: A small fix to make the function imageloadfont portable. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.117 php4/ext/gd/gd.c:1.118 --- php4/ext/gd/gd.c:1.117 Sun Feb

[PHP-CVS] cvs: php4 /ext/gd gd.c gd.dsp php_gd.h /ext/standard image.c

2001-02-20 Thread Daniel Beulshausen
dbeuTue Feb 20 10:00:44 2001 EDT Modified files: /php4/ext/gdgd.c gd.dsp php_gd.h /php4/ext/standard image.c Log: make gd work again under win32 Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.115 php4/ext/gd/gd.c:1.116 --- php4/ext/gd/gd.c

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-02-09 Thread Hartmut Holzgraefe
hholzgraFri Feb 9 13:14:30 2001 EDT Modified files: /php4/ext/gdgd.c Log: make _php_image_convert configuration-aware Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.113 php4/ext/gd/gd.c:1.114 --- php4/ext/gd/gd.c:1.113 Fri Feb 9 13:04

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-02-09 Thread Hartmut Holzgraefe
hholzgraFri Feb 9 13:04:46 2001 EDT Modified files: /php4/ext/gdgd.c Log: libjpeg-not-installed protection Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.112 php4/ext/gd/gd.c:1.113 --- php4/ext/gd/gd.c:1.112 Thu Feb 1 07:40:34 2001

[PHP-CVS] cvs: php4 /ext/gd gd.c gd_ctx.c php_gd.h

2001-02-01 Thread Stanislav Malyshev
stasThu Feb 1 07:40:35 2001 EDT Added files: /php4/ext/gdgd_ctx.c Modified files: /php4/ext/gdgd.c php_gd.h Log: Allow usage of GD contexts and not tempfiles in output functions Index: php4/ext/gd/gd.c diff -u p

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-27 Thread Egon Schmid
eschmid Sat Jan 27 06:20:06 2001 EDT Modified files: /php4/ext/gdgd.c Log: File formats in uppercase characters. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.110 php4/ext/gd/gd.c:1.111 --- php4/ext/gd/gd.c:1.110 Thu Jan 25 12:52:52 2001 +++ p

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-25 Thread Hartmut Holzgraefe
hholzgraThu Jan 25 12:52:53 2001 EDT Modified files: /php4/ext/gdgd.c Log: gd didn't work if no WBMP was available after rev 1.107 -> fixed Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.109 php4/ext/gd/gd.c:1.110 --- php4/ext/gd/gd.c:1.1

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-25 Thread Stanislav Malyshev
stasThu Jan 25 06:35:36 2001 EDT Modified files: /php4/ext/gdgd.c Log: Fix crash in stdout image output # Basically, this code sucks. It should use GD contexts, not temp files Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.108 php4/ext/gd/g

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-24 Thread Egon Schmid
eschmid Wed Jan 24 01:42:17 2001 EDT Modified files: /php4/ext/gdgd.c Log: Protos fixed. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.107 php4/ext/gd/gd.c:1.108 --- php4/ext/gd/gd.c:1.107 Wed Jan 24 01:24:26 2001 +++ php4/ext/gd/gd.cWed J

[PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2001-01-24 Thread Derick Rethans
derick Wed Jan 24 01:24:27 2001 EDT Modified files: /php4/ext/gdgd.c php_gd.h Log: - Commited a patch that adds support for converting Images to WBMP format. (Thanx to Denis Gasparin <[EMAIL PROTECTED]>) @- Added support for converting images from J

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-16 Thread Jani Taskinen
sniper Tue Jan 16 14:34:19 2001 EDT Modified files: /php4/ext/gdgd.c Log: Fixed bug #8733 Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.105 php4/ext/gd/gd.c:1.106 --- php4/ext/gd/gd.c:1.105 Wed Nov 29 07:25:42 2000 +++ php4/ext/gd/gd.cTue