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

2009-07-01 Thread Felipe Pena
felipe Wed Jul 1 12:04:05 2009 UTC Modified files: /php-src/ext/gd gd.c Log: - Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.418r2=1.419diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.418

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

2009-07-01 Thread Felipe Pena
felipe Wed Jul 1 12:06:27 2009 UTC Modified files: /php-src/ext/gd gd.c Log: - Fixed previous fix http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.419r2=1.420diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.419

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

2009-06-19 Thread Kalle Sommer Nielsen
kalle Fri Jun 19 22:12:20 2009 UTC Modified files: /php-src/ext/gd gd.c Log: Fix memleak http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.417r2=1.418diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.417 php-src/ext/gd/gd.c:1.418

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

2009-05-28 Thread Kalle Sommer Nielsen
kalle Thu May 28 20:53:09 2009 UTC Modified files: /php-src/ext/gd gd.c Log: zstr should be used here, this nukes another compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.415r2=1.416diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2009-05-28 Thread Kalle Sommer Nielsen
kalle Fri May 29 00:18:53 2009 UTC Modified files: /php-src/ext/gd gd.c Log: * Cast long to float in the T1* functions, we don't loose any data here * Fix min/max redefs http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.416r2=1.417diff_format=u

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

2009-04-07 Thread Pierre-Alain Joye
pajoye Tue Apr 7 10:04:52 2009 UTC Modified files: /php-src/ext/gd gd.c Log: - not necessary http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.410r2=1.411diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.410

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

2009-03-24 Thread Pierre-Alain Joye
pajoye Tue Mar 24 09:42:49 2009 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: #47757 rename JPG to JPEG in phpinfo http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.408r2=1.409diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2009-01-31 Thread Kalle Sommer Nielsen
kalle Sat Jan 31 15:27:11 2009 UTC Modified files: /php-src/ext/gd gd.c Log: Fix arginfo for imagefilter() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.406r2=1.407diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.406

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

2009-01-19 Thread Takeshi Abe
tabeMon Jan 19 16:35:41 2009 UTC Modified files: /php-src/ext/gd gd.c Log: bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number. http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.405r2=1.406diff_format=u Index: php-src/ext/gd/gd.c diff

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/tests imagefilter.phpt

2009-01-14 Thread Kalle Sommer Nielsen
kalle Thu Jan 15 07:55:18 2009 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/tests imagefilter.phpt Log: Change optional parameter for IMG_FILTER_PIXELATE to be a boolean

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

2008-11-13 Thread Felipe Pena
felipe Thu Nov 13 11:32:04 2008 UTC Modified files: /php-src/ext/gd gd.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.399r2=1.400diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.399 php-src/ext/gd/gd.c:1.400

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.h gd_jpeg.c gd_png.c

2008-11-06 Thread Pierre-Alain Joye
pajoye Thu Nov 6 10:23:52 2008 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.h gd_jpeg.c gd_png.c Log: - MFH: - Fix linux build (static) - add gd[Format]Version[Int|String] first methods to work around the png

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

2008-11-04 Thread Pierre-Alain Joye
pajoye Tue Nov 4 20:24:46 2008 UTC Modified files: /php-src/ext/gd gd.c Log: - add png and jpeg version info http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.397r2=1.398diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.397

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

2008-09-22 Thread Rob Richards
rrichards Mon Sep 22 15:30:59 2008 UTC Modified files: /php-src/ext/gd gd.c Log: sz is long not zval** http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.393r2=1.394diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.393

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

2008-08-29 Thread Pierre-Alain Joye
pajoye Fri Aug 29 11:09:05 2008 UTC Modified files: /php-src/ext/gd gd.c Log: - fix warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.392r2=1.393diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.392

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/wddx wddx.c

2008-08-23 Thread Felipe Pena
felipe Sun Aug 24 04:02:20 2008 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/wddx wddx.c Log: - MFB: New parameter parsing API - CS (wddx) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.391r2=1.392diff_format=u Index:

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

2008-08-04 Thread Felipe Pena
felipe Mon Aug 4 18:22:02 2008 UTC Modified files: /php-src/ext/gd gd.c gd_ctx.c Log: - Added new parameter parsing API (part II) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.390r2=1.391diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2008-07-17 Thread Pierre-Alain Joye
pajoye Thu Jul 17 23:28:11 2008 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/tests imageloadfont_invalid.phpt Log: - MFB: fix crash when some crafted font are given

[PHP-CVS] cvs: php-src /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:16:22 2008 UTC Modified files: /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: Fix protos

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

2008-02-28 Thread Felipe Pena
felipe Thu Feb 28 17:43:32 2008 UTC Modified files: /php-src/ext/gd gd.c Log: Fixed return value changed previously http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.384r2=1.385diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.384

Re: [PHP-CVS] cvs: php-src /ext/gd gd.c

2008-02-28 Thread Nuno Lopes
felipe Thu Feb 28 17:43:32 2008 UTC Modified files: /php-src/ext/gd gd.c Log: Fixed return value changed previously http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.384r2=1.385diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.384 php-src/ext/gd/gd.c:1.385 ---

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

2007-09-28 Thread Jani Taskinen
janiFri Sep 28 12:52:12 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - Fix compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.381r2=1.382diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.381

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

2007-09-11 Thread Pierre-Alain Joye
pajoye Tue Sep 11 21:10:51 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: alpha support for colorize filter http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.379r2=1.380diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2007-07-30 Thread Pierre-Alain Joye
pajoye Mon Jul 30 21:44:53 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: - fix gd bug #102, 0 means that no load are loaded, return false - add error code in the warning

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.c

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 09:43:39 2007 UTC Modified files: /php-src/ext/gd/libgd gd.c /php-src/ext/gd gd.c Log: fix several integer overflows in GD http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.104r2=1.105diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.h

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 17:43:13 2007 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.h Log: - @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION GD_EXTRA_VERSION and GD_VERSION_STRING - fix #ifdef else

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

2007-06-02 Thread Pierre-Alain Joye
pajoye Sat Jun 2 15:41:02 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: sx/sy must be 0 and INT_MAX http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.375r2=1.376diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/tests bug41442.phpt

2007-05-22 Thread Antony Dovgal
tony2001Tue May 22 09:44:55 2007 UTC Added files: /php-src/ext/gd/tests bug41442.phpt Modified files: /php-src/ext/gd gd.c Log: fix #41442 (imagegd2() under output control)

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

2007-05-07 Thread Pierre-Alain Joye
pajoye Mon May 7 14:50:07 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - fix build when use with a museum freetype version (1.x) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.373r2=1.374diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2007-04-17 Thread Pierre-Alain Joye
pajoye Tue Apr 17 15:24:05 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.370r2=1.371diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.370

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

2007-04-17 Thread Pierre-Alain Joye
pajoye Tue Apr 17 15:37:26 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.371r2=1.372diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2007-04-17 Thread Hannes Magnusson
bjori Tue Apr 17 15:44:25 2007 UTC Modified files: /php-src/ext/gd gd.c Log: Fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.372r2=1.373diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.372

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

2007-04-05 Thread Antony Dovgal
tony2001Thu Apr 5 09:32:58 2007 UTC Modified files: /php-src/ext/gd gd.c Log: fix build without FreeType http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.368r2=1.369diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.368

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.h gdft.c

2007-04-03 Thread Pierre-Alain Joye
pajoye Wed Apr 4 00:44:38 2007 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.h gdft.c Log: - remove double lock (tween colors cache is created in each thread, the cache mutex is already locked earlier) - #40858, other TS

[PHP-CVS] cvs: php-src /ext/gd gd.c php_gd.h /ext/gd/libgd gd_gif_in.c /ext/gd/tests bug37360.phpt

2007-04-03 Thread Pierre-Alain Joye
pajoye Wed Apr 4 01:54:34 2007 UTC Modified files: /php-src/ext/gd gd.c php_gd.h /php-src/ext/gd/libgd gd_gif_in.c /php-src/ext/gd/tests bug37360.phpt Log: - fix previous commit (missing #ifdef in shutdown declaration) - MFB: -

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

2007-02-11 Thread Pierre-Alain Joye
pajoye Sun Feb 11 11:13:41 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: Fixed bug #40428, imagepstext() doesn't accept optional parameter (Pierre) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.365r2=1.366diff_format=u

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

2007-01-08 Thread Nuno Lopes
nlopess Mon Jan 8 22:56:26 2007 UTC Modified files: /php-src/ext/gd gd.c php_gd.h Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.364r2=1.365diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.364

[PHP-CVS] cvs: php-src /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:28:01 2006 UTC Added files: /php-src/ext/gd/tests bug39780.png bug39780.phpt Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_png.c Log: - #39780, PNG image with CRC/data error raises

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

2006-12-09 Thread Pierre-Alain Joye
pajoye Sun Dec 10 03:03:48 2006 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/tests bug39286.phpt bug38212.phpt Log: - MFB: #39286, misleading error message when invalid dimensions are given

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

2006-10-18 Thread Hannes Magnusson
bjori Wed Oct 18 16:04:25 2006 UTC Modified files: /php-src/ext/gd gd.c Log: Fix arginfo for imagepng() and imagejpeg() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.359r2=1.360diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 15:27:28 2006 UTC Modified files: /php-src/ext/gd gd.c Log: Fix wrong param count error message http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.358r2=1.359diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2006-10-07 Thread Sara Golemon
pollita Sat Oct 7 17:41:14 2006 UTC Modified files: /php-src/ext/gd gd.c Log: More PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.356r2=1.357diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.356

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

2006-10-07 Thread Ilia Alshanetsky
iliaa Sat Oct 7 18:12:04 2006 UTC Modified files: /php-src/ext/gd gd.c Log: Fixed build http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.357r2=1.358diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.357

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

2006-09-28 Thread Ilia Alshanetsky
iliaa Thu Sep 28 23:18:29 2006 UTC Modified files: /php-src/ext/gd gd.c Log: MFB: Fixed a large leak inside _php_image_create_from() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.354r2=1.355diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2006-08-01 Thread Antony Dovgal
tony2001Tue Aug 1 22:41:33 2006 UTC Modified files: /php-src/ext/gd gd.c gd_ctx.c Log: implement my own FR #36995 nuke unused variable http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.353r2=1.354diff_format=u Index: php-src/ext/gd/gd.c

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

2006-03-10 Thread Pierre-Alain Joye
pajoye Fri Mar 10 18:15:21 2006 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: #36686, do not be quiet with the extern GD http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.348r2=1.349diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2006-03-05 Thread Hartmut Holzgraefe
hholzgraSun Mar 5 18:26:12 2006 UTC Modified files: /php-src/ext/gd gd.c php_gd.h Log: - fixed size information for _php_sig_png array - removed extra memcmp step in signature comparison, this seemed to have been inherited from

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

2006-02-05 Thread Pierre-Alain Joye
pajoye Sun Feb 5 15:53:02 2006 UTC Modified files: /php-src/ext/gd gd.c Log: - test for jpeg support http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.343r2=1.344diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.343

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

2006-01-27 Thread Pierre-Alain Joye
pajoye Fri Jan 27 18:05:26 2006 UTC Modified files: /php-src/ext/gd gd.c Log: - add PNG filter constants http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.340r2=1.341diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.340

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

2006-01-27 Thread Michael Wallner
mikeFri Jan 27 20:48:43 2006 UTC Modified files: /php-src/ext/gd gd.c Log: MF5_1: include png.h prior php.h http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.341r2=1.342diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.341

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

2005-12-29 Thread Ilia Alshanetsky
iliaa Thu Dec 29 22:00:09 2005 EDT Modified files: /php-src/ext/gd gd.c Log: MFB51: Not a fatal error. http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.336r2=1.337diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.336

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

2005-12-26 Thread Pierre-Alain Joye
pajoye Tue Dec 27 00:11:16 2005 EDT Modified files: /php-src/ext/gd gd.c Log: - silent compile warning introduced by previous commit http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.334r2=1.335diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd_topal.c /ext/gd/tests colorexact.phpt colormatch.phpt

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 19:21:58 2005 EDT Added files: /php-src/ext/gd/tests colorexact.phpt colormatch.phpt Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_topal.c Log: - fix leak/segfaults in imagecolormatch

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 20:32:25 2005 EDT Modified files: /php-src/ext/gd gd.c Log: - raise warning instread of errors in colormatch http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.330r2=1.331diff_format=u Index: php-src/ext/gd/gd.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/tests copypalette.phpt createfromstring.phpt src.png

2005-12-17 Thread Jani Taskinen
On Fri, 16 Dec 2005, Pierre-Alain Joye wrote: pajoye Fri Dec 16 19:02:07 2005 EDT Added files: /php-src/ext/gd/testscopypalette.phpt createfromstring.phpt src.png Modified files: /php-src/ext/gd gd.c Log: - fix leaks and wrong

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/tests copypalette.phpt createfromstring.phpt src.png

2005-12-16 Thread Pierre-Alain Joye
pajoye Fri Dec 16 19:02:07 2005 EDT Added files: /php-src/ext/gd/tests copypalette.phpt createfromstring.phpt src.png Modified files: /php-src/ext/gd gd.c Log: - fix leaks and wrong error when

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

2005-12-05 Thread Jani Taskinen
sniper Mon Dec 5 20:21:26 2005 EDT Modified files: /php-src/ext/gd gd.c Log: nuke php3 legacy http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.321r2=1.322ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.321 php-src/ext/gd/gd.c:1.322 ---

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

2005-12-04 Thread Jani Taskinen
sniper Sun Dec 4 18:24:14 2005 EDT Modified files: /php-src/ext/gd gd.c gd_ctx.c Log: php3 is dead http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.320r2=1.321ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.320 php-src/ext/gd/gd.c:1.321

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

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 12:04:32 2005 EDT Modified files: /php-src/ext/gd gd.c gd_ctx.c php_gd.h Log: http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.318r2=1.319ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.318 php-src/ext/gd/gd.c:1.319 ---

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

2005-10-27 Thread Pierre-Alain Joye
pajoye Thu Oct 27 07:07:40 2005 EDT Modified files: /php-src/ext/gd gd.c Log: - MFB #34980, divisor and offset never passed correctly (s/float/double/) http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.317r2=1.318ty=u Index: php-src/ext/gd/gd.c diff

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

2005-10-26 Thread Antony Dovgal
tony2001Wed Oct 26 17:35:57 2005 EDT Modified files: /php-src/ext/gd gd.c Log: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero) http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.316r2=1.317ty=u Index: php-src/ext/gd/gd.c

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

2005-10-08 Thread Pierre-Alain Joye
pajoye Sat Oct 8 15:29:05 2005 EDT Modified files: /php-src/ext/gd gd.c gd_ctx.c Log: - add compression mode argument to imagepng (MFH to 5.1?) http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.315r2=1.316ty=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src /ext/gd gd.c gdttf.c gdttf.h

2005-10-02 Thread Pierre-Alain Joye
pajoye Sun Oct 2 14:06:13 2005 EDT Removed files: /php-src/ext/gd gdttf.c gdttf.h Modified files: /php-src/ext/gd gd.c Log: - ft1 support remove, #2, gdttf.*

[PHP-CVS] cvs: php-src /ext/gd gd.c /main php_open_temporary_file.c

2005-05-06 Thread Antony Dovgal
tony2001Fri May 6 12:48:30 2005 EDT Modified files: /php-src/main php_open_temporary_file.c /php-src/ext/gd gd.c Log: fix off-by-one in _php_image_output() and prevent such errors in php_do_open_temporary_file()

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

2005-04-16 Thread Pierre-Alain Joye
pajoye Sat Apr 16 08:12:27 2005 EDT Modified files: /php-src/ext/gd gd.c php_gd.h Log: - export imageconvolution to userland, making people happy to do not use the predefined ones :)

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.c gd.h

2005-03-27 Thread Pierre-Alain Joye
pajoye Sun Mar 27 18:43:52 2005 EDT Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.c gd.h Log: - allow to keep or ignore the transparent color in imagerotate (thx Ken Coar to report this bug) - be sure to restore alphablending

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

2005-01-17 Thread Jani Taskinen
sniper Mon Jan 17 12:07:31 2005 EDT Modified files: /php-src/ext/gd gd.c Log: - Added some sanity checks by changing to the parameter parsing API http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.305r2=1.306ty=u Index: php-src/ext/gd/gd.c diff -u

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

2005-01-15 Thread Jani Taskinen
sniper Fri Jan 14 23:34:30 2005 EDT Modified files: /php-src/ext/gd gd.c Log: ws fix http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.304r2=1.305ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.304 php-src/ext/gd/gd.c:1.305 ---

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

2004-12-29 Thread Ilia Alshanetsky
iliaa Wed Dec 29 16:07:59 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Don't forget to unload t1lib. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.299r2=1.300ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.299

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

2004-12-29 Thread Ilia Alshanetsky
iliaa Wed Dec 29 16:40:34 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed compiler warnings. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.300r2=1.301ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.300

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

2004-11-02 Thread Ilia Alshanetsky
iliaa Tue Nov 2 11:41:41 2004 EDT Modified files: /php-src/ext/gd gd.c Log: MFB: Fixed bug #30658 (Ensure that temporary files created by GD are removed). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.298r2=1.299ty=u Index: php-src/ext/gd/gd.c

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

2004-08-16 Thread Ilia Alshanetsky
iliaa Mon Aug 16 19:07:43 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed bug #29594 (Use PHP's own tmpfile() implementation). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.297r2=1.298ty=u Index: php-src/ext/gd/gd.c diff -u

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

2004-07-22 Thread Edin Kadribasic
edink Thu Jul 22 22:28:18 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Updated version number http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.295r2=1.296ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.295 php-src/ext/gd/gd.c:1.296

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

2004-05-20 Thread Ilia Alshanetsky
iliaa Thu May 20 19:38:00 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed stream leak on error. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.293r2=1.294ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.293

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

2004-05-09 Thread Ilia Alshanetsky
iliaa Sun May 9 13:33:50 2004 EDT Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gdft.c Log: Upgrade bundled GD library to 2.0.23. Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).

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

2004-05-09 Thread Ilia Alshanetsky
iliaa Sun May 9 13:39:20 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.292r2=1.293ty=u Index: php-src/ext/gd/gd.c diff -u

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

2004-04-04 Thread Ilia Alshanetsky
iliaa Sun Apr 4 13:59:09 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed a bug that prevented building of gd extension against external GD lib 1.X. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.289r2=1.290ty=u Index:

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.c gd.h gd_gd.c gd_gd2.c gd_io_dp.c gd_jpeg.c gd_png.c gd_wbmp.c gdfontg.c gdfontg.h gdfontl.c gdfontl.h gdfontmb.c gdfontmb.h gdfonts.c gdfonts.h gdfontt.c gdfontt.h gdft.c

2004-03-29 Thread Ilia Alshanetsky
iliaa Mon Mar 29 13:20:33 2004 EDT Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.c gd.h gd_gd.c gd_gd2.c gd_io_dp.c gd_jpeg.c gd_png.c gd_wbmp.c gdfontg.c gdfontg.h

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

2004-02-22 Thread Ilia Alshanetsky
iliaa Sun Feb 22 13:03:10 2004 EDT Modified files: /php-src/ext/gd gd.c Log: wbmp conversion warning fix. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.287r2=1.288ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.287

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

2004-02-21 Thread Ilia Alshanetsky
iliaa Sat Feb 21 11:49:40 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Set correct default threshold for image2wbmp(). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.286r2=1.287ty=u Index: php-src/ext/gd/gd.c diff -u

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

2004-02-17 Thread Ilia Alshanetsky
iliaa Tue Feb 17 16:30:02 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed bug #27293 (two crashes inside image2wbmp()). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.285r2=1.286ty=u Index: php-src/ext/gd/gd.c diff -u

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

2004-01-27 Thread Ilia Alshanetsky
iliaa Tue Jan 27 20:36:54 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed bug #27056 (ints used instead of longs inside some GD functions). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.284r2=1.285ty=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src /ext/gd gd.c gd_ctx.c gdcache.c gdcache.h gdttf.c

2003-12-28 Thread Ilia Alshanetsky
iliaa Sun Dec 28 16:08:47 2003 EDT Modified files: /php-src/ext/gd gd.c gd_ctx.c gdcache.c gdcache.h gdttf.c Log: Last bit of CS fixes. Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.282 php-src/ext/gd/gd.c:1.283 --- php-src/ext/gd/gd.c:1.282

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

2003-12-18 Thread Rasmus Lerdorf
rasmus Thu Dec 18 03:17:46 2003 EDT Modified files: /php-src/ext/gd gd.c Log: Fix remaining gd build issue Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.280 php-src/ext/gd/gd.c:1.281 --- php-src/ext/gd/gd.c:1.280 Wed Nov 19 10:49:55 2003

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

2003-11-19 Thread Ilia Alshanetsky
iliaa Wed Nov 19 10:49:56 2003 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed bug #26309 (Fixed argument parsing for imageftbbox()). Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.279 php-src/ext/gd/gd.c:1.280 ---

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

2003-09-15 Thread Moriyoshi Koizumi
moriyoshi Mon Sep 15 03:27:19 2003 EDT Modified files: /php-src/ext/gd gd.c Log: FREETYPE_PATCH is not always defined. # will likely fix Sebastian's build :) Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.278 php-src/ext/gd/gd.c:1.279