[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2009-06-19 Thread Kalle Sommer Nielsen
kalle Fri Jun 19 22:15:44 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: MFH: Fix memleak http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.40&r2=1.312.2.20.2.41&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2009-05-28 Thread Pierre-Alain Joye
pajoye Thu May 28 14:06:06 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - fix build with system gd http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.39&r2=1.312.2.20.2.40&diff_format=u Index: php-src/ext/gd/gd.c diff -

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2009-03-29 Thread Ilia Alshanetsky
iliaa Sun Mar 29 17:04:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.38&r2=1.312.2.20.2.39&diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2009-01-31 Thread Kalle Sommer Nielsen
kalle Sat Jan 31 15:28:34 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: MFH: Fix arginfo for imagefilter() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.37&r2=1.312.2.20.2.38&diff_format=u Index: php-src/ext/gd/gd.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/gd/tests imageloadfont_invalid.phpt

2008-07-17 Thread Pierre-Alain Joye
pajoye Thu Jul 17 22:58:24 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests imageloadfont_invalid.phpt Modified files: /php-src/ext/gd gd.c Log: - MFB: fix crash when some crafted font are given http://cvs.php.n

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/ldap ldap.c /ext/openssl openssl.c /ext/standard file.c streamsfuncs.c uniqid.c

2008-05-04 Thread Etienne Kneuss
colder Sun May 4 21:19:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c /php-src/ext/ldap ldap.c /php-src/ext/opensslopenssl.c /php-src/ext/standard file.c streamsfuncs.c uniqid.c Log: MFH: Fix protos http://c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-08-28 Thread Pierre-Alain Joye
pajoye Wed Aug 29 06:26:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - gd bug #102, alternative fix when an old library is used http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.30&r2=1.312.2.20.2.31&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-07-30 Thread Pierre-Alain Joye
pajoye Mon Jul 30 21:42:36 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - fix gd bug #102, < 0 means that no load are loaded, return false - add error code in the warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-06-02 Thread Pierre-Alain Joye
pajoye Sat Jun 2 15:38:10 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - sx/sy must be > 0 and < INT_MAX http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.26&r2=1.312.2.20.2.27&diff_format=u Index: php-src/ext/gd/g

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-04-24 Thread Jani Taskinen
sniper Tue Apr 24 12:51:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - fix compile warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.23&r2=1.312.2.20.2.24&diff_format=u Index: php-src/ext/gd/gd.c diff -u php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-04-17 Thread Hannes Magnusson
bjori Tue Apr 17 15:44:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: Fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.22&r2=1.312.2.20.2.23&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-04-17 Thread Pierre-Alain Joye
pajoye Tue Apr 17 15:39:19 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - INFO_EX not INFO http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.21&r2=1.312.2.20.2.22&diff_format=u Index: php-src/ext/gd/gd.c diff -u php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-04-05 Thread Pierre-Alain Joye
pajoye Thu Apr 5 11:57:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - reflect the "real" version to avoid confusions. Users should really use only the bundled version http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.3

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-04-05 Thread Antony Dovgal
tony2001Thu Apr 5 09:33:10 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: MFH: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.17&r2=1.312.2.20.2.18&diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-04-03 Thread Pierre-Alain Joye
pajoye Wed Apr 4 01:58:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: - MFH: don't declare MSHUTDOWN if both cachesetup and t1lib are not used http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.16&r2=1.312

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-09 Thread Pierre
On 1/9/07, Nuno Lopes <[EMAIL PROTECTED]> wrote: > On Mon, 8 Jan 2007, Nuno Lopes wrote: > >> nlopess Mon Jan 8 22:52:23 2007 UTC >> >> Modified files: (Branch: PHP_5_2) >> /php-src/ext/gd gd.c php_gd.h >> Log: >> avoid calling MSHUTDOWN when built without libt1 > > Is it

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-09 Thread Nuno Lopes
On Mon, 8 Jan 2007, Nuno Lopes wrote: nlopess Mon Jan 8 22:52:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: avoid calling MSHUTDOWN when built without libt1 Is it really needed to clog the source code with those ifdefs? It's not like

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-08 Thread Pierre
Hello, On 1/8/07, Derick Rethans <[EMAIL PROTECTED]> wrote: On Mon, 8 Jan 2007, Nuno Lopes wrote: > nlopess Mon Jan 8 22:52:23 2007 UTC > > Modified files: (Branch: PHP_5_2) > /php-src/ext/gd gd.c php_gd.h > Log: > avoid calling MSHUTDOWN when built witho

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-08 Thread Derick Rethans
On Mon, 8 Jan 2007, Nuno Lopes wrote: > nlopess Mon Jan 8 22:52:23 2007 UTC > > Modified files: (Branch: PHP_5_2) > /php-src/ext/gd gd.c php_gd.h > Log: > avoid calling MSHUTDOWN when built without libt1 Is it really needed to clog the source code with th

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:52:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: avoid calling MSHUTDOWN when built without libt1 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.13&r2=1.312.2.20.2.14&diff_format=u In

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/gd/tests bug38212.phpt bug39286.phpt

2006-12-09 Thread Pierre-Alain Joye
pajoye Sun Dec 10 02:55:30 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests bug39286.phpt Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/tests bug38212.phpt Log: - #39286, misleading error message whe

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/gd/libgd gd_png.c /ext/gd/tests bug39780.phpt bug39780.png

2006-12-09 Thread Pierre-Alain Joye
pajoye Sun Dec 10 01:38:02 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests bug39780.phpt bug39780.png Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_png.c Log: - MFH:#39780, PNG image with C

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/spl spl_array.c

2006-11-03 Thread Hannes Magnusson
bjori Fri Nov 3 15:13:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c /php-src/ext/splspl_array.c Log: MFH: Fix double "wrong param count" messages http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.8&r2=1.312.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2006-10-18 Thread Hannes Magnusson
bjori Wed Oct 18 16:04:37 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: MFH: fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.7&r2=1.312.2.20.2.8&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2006-10-07 Thread Sara Golemon
pollita Sat Oct 7 16:40:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: MFH(r-1.356) Don't assume the array elements are arrays too http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.6&r2=1.312.2.20.2.7&diff_format=u In

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2006-09-28 Thread Ilia Alshanetsky
iliaa Thu Sep 28 23:17:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: Fixed a large leak inside _php_image_create_from() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.5&r2=1.312.2.20.2.6&diff_format=u Index: p

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/gd/libgd gd_gd2.c

2006-08-08 Thread Pierre-Alain Joye
pajoye Tue Aug 8 11:56:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_gd2.c Log: - fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.4&r2=1.312.2.20.2.5&diff_fo

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c gd_ctx.c

2006-08-01 Thread Antony Dovgal
tony2001Tue Aug 1 22:42:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c gd_ctx.c Log: MFH: implement my own FR #36995 add missing ifdefs http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.3&r2=1.312.2.20.2.4&dif