[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 ---

[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

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 coding standards,

[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

[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

[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-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