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

2006-03-10 Thread Pierre-Alain Joye
pajoye Fri Mar 10 18:07:27 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - #36686, do not be quiet with the extern GD http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.19r2=1.312.2.20diff_format=u Index:

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

2006-02-05 Thread Pierre-Alain Joye
pajoye Sun Feb 5 15:53:58 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.h gd_jpeg.c Log: - MFH: add a weak/tolerant mode to the jpeg loader

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/gd gd.c gd_ctx.c /ext/gd/libgd gd.h gd_png.c

2006-01-27 Thread Pierre-Alain Joye
pajoye Fri Jan 27 13:36:30 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c gd_ctx.c /php-src/ext/gd/libgd gd.h gd_png.c Log: - MFH: add filter option to imagepng - add constants PS: If someone can check why #include png.h

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

2006-01-27 Thread Michael Wallner
mikeFri Jan 27 20:46:03 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - include png.h prior php.h http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.17r2=1.312.2.18diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2006-01-17 Thread Pierre-Alain Joye
pajoye Tue Jan 17 15:23:29 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - Returns FALSE on error, it is how it must work http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.12r2=1.312.2.13diff_format=u Index:

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

2006-01-17 Thread Andi Gutmans
FYI, this actually breaks BC. A negative number evaluates to true. I don't think this change should be an issue but there might have been people who did a 0 check before. Anyone got a problem with the change? At 07:44 AM 1/17/2006, Pierre-Alain Joye wrote: pajoye Tue Jan 17 15:44:12

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

2006-01-17 Thread Nuno Lopes
@@ -1095,6 +1095,7 @@ zval *IM; long red, green, blue, alpha; gdImagePtr im; + int ct = (-1); if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, z, IM, red, green, blue, alpha) == FAILURE) { RETURN_FALSE; @@ -1103,6 +1104,12 @@ ZEND_FETCH_RESOURCE(im, gdImagePtr, IM, -1, Image,

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

2006-01-17 Thread Antony Dovgal
tony2001Tue Jan 17 23:47:09 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: MFH: improve open_basedir checks in GD http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.15r2=1.312.2.16diff_format=u Index:

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

2005-12-29 Thread Ilia Alshanetsky
iliaa Thu Dec 29 21:59:39 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: Not a fatal error. http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.10r2=1.312.2.11diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 19:39:54 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/gd/tests colormatch.phpt Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_topal.c Log: - MFH: fix segfault/leak in

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 20:33:05 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - MFH: raise warnings instead of errors in colormatch http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.9r2=1.312.2.10diff_format=u Index:

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

2005-12-17 Thread Pierre-Alain Joye
pajoye Sat Dec 17 17:46:59 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/gd/tests copypalette.phpt createfromstring.phpt src.png Modified files: /php-src/ext/gd gd.c Log: - MFH: - fix

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

2005-12-05 Thread Jani Taskinen
sniper Mon Dec 5 20:21:29 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: MFH: nuke php3 legacy http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.312.2.4r2=1.312.2.5ty=u Index: php-src/ext/gd/gd.c diff -u

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

2005-11-01 Thread Jani Taskinen
sniper Tue Nov 1 12:05:10 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c gd_ctx.c php_gd.h Log: MFH: - Added missing safe-mode checks # Added by replacing the existing open_basedir checks with a macro # Also, the filename passed might be

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

2005-10-25 Thread Pierre-Alain Joye
pajoye Tue Oct 25 19:00:22 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - fix #34980, divisor and offset never passed correctly (s/float/double/) http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.312.2.1r2=1.312.2.2ty=u Index: