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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:37:43 2003 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fixed bug #24223 (missing variable initialization in bundled gd) Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.23 php4/ext/gd/libgd/gdft.c:1.24 --- php4/

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

2003-03-10 Thread Ilia Alshanetsky
iliaa Mon Mar 10 14:07:23 2003 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fixed bug #22613 (imagettfbox() does not add the kerning distance to the running position). Fixed few possible memory leaks. Index: php4/ext/gd/libgd/gdft.c diff -u php4/

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

2003-01-05 Thread Frank M. Kromann
fmk Sun Jan 5 23:29:33 2003 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Nuke warning, on Win32 build Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.18 php4/ext/gd/libgd/gdft.c:1.19 --- php4/ext/gd/libgd/gdft.c:1.18 Sun Jan

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

2002-11-24 Thread Ilia A.
On November 24, 2002 02:06 pm, Derick Rethans wrote: > On Sun, 24 Nov 2002, Ilia Alshanetsky wrote: > > iliaa Sat Nov 23 20:15:35 2002 EDT > > > > Modified files: > > /php4/ext/gd/libgd gdft.c > > Log: > > Fixed 3 memory leaks. > > Formatted the code to meet PHP's cod

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

2002-11-24 Thread Derick Rethans
On Sun, 24 Nov 2002, Ilia Alshanetsky wrote: > iliaa Sat Nov 23 20:15:35 2002 EDT > > Modified files: > /php4/ext/gd/libgdgdft.c > Log: > Fixed 3 memory leaks. > Formatted the code to meet PHP's coding standards, which makes it MUCH easier > to underst

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

2002-11-23 Thread Ilia Alshanetsky
iliaa Sat Nov 23 20:30:51 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fix compile warning, MIN/MAX macros may already be defined by param.h Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.14 php4/ext/gd/libgd/gdft.c:1.15 ---

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

2002-11-23 Thread Ilia Alshanetsky
iliaa Sat Nov 23 20:15:35 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fixed 3 memory leaks. Formatted the code to meet PHP's coding standards, which makes it MUCH easier to understand. Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/lib

[PHP-CVS] cvs: php4 /ext/gd/libgd gdft.c gdhelpers.c gdhelpers.h

2002-11-17 Thread Derick Rethans
derick Sun Nov 17 14:45:10 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c gdhelpers.c gdhelpers.h Log: - MFB Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.12 php4/ext/gd/libgd/gdft.c:1.13 --- php4/ext/gd/libgd/gdft.c:1.12 Sun

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

2002-11-17 Thread Derick Rethans
derick Sun Nov 17 08:11:47 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: - MFB: Fix memory allocation problem in bundled GD (reported by Brian Havard) Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.11 php4/ext/gd/libgd/gdft.c:1

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

2002-11-03 Thread Ilia Alshanetsky
iliaa Sun Nov 3 16:21:13 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fix win32 build. Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.9 php4/ext/gd/libgd/gdft.c:1.10 --- php4/ext/gd/libgd/gdft.c:1.9Tue Oct 29 18:08:0