[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-01-17 Thread changelog
changelog Wed Jan 18 06:31:41 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2228r2=1.2229diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2228

[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 / run-tests.php /ext/ctype ctype.c /ext/date php_date.c /ext/date/tests bug35143.phpt /ext/dom document.c node.c /ext/dom/tests dom002.phpt dom_set_attr_node.phpt /ext/

2006-01-17 Thread Andi Gutmans
Thanks! At 04:18 AM 1/17/2006, Dmitry Stogov wrote: dmitry Tue Jan 17 12:18:54 2006 UTC Modified files: /php-srcrun-tests.php /ZendEngine2zend.c zend.h zend_API.c zend_API.h zend_builtin_functions.c zend_compile.c

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) / NEWS

2006-01-17 Thread Ilia Alshanetsky
iliaa Tue Jan 17 19:57:01 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: Bug fixing news http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.363r2=1.2027.2.364diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.363

Re: [PHP-CVS] cvs: php-src / run-tests.php /ext/ctype ctype.c /ext/date php_date.c /ext/date/tests bug35143.phpt /ext/dom document.c node.c /ext/dom/tests dom002.phpt dom_set_attr_node.phpt /ext/

2006-01-17 Thread Marcus Boerger
Hello Dmitry, just a single question, why did you drop $pu for both $test_file and $temp_file? It is needed there for http://gcov.php.net. Care to explain what you were to fix? best regards marcus Tuesday, January 17, 2006, 1:18:54 PM, you wrote: dmitry Tue Jan 17 12:18:54 2006 UTC

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

2006-01-17 Thread Antony Dovgal
tony2001Tue Jan 17 23:44:11 2006 UTC Modified files: /php-src/ext/oci8 oci8.c Log: fix #36055 (possible OCI8 crash in multithreaded environment) http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8.c?r1=1.290r2=1.291diff_format=u Index:

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