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 Dmitry Stogov
Hi Marcus, The problem that most tests with error messages are failed, because they expect "filename.php", but got "filename.u.php". Thanks. Dmitry. > -Original Message- > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 17, 2006 11:16 PM > To: Dmitry Stogov > Cc:

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

2006-01-17 Thread Antony Dovgal
tony2001Tue Jan 17 23:44:51 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/oci8 oci8.c Log: MFH: fix #36055 (possible OCI8 crash in multithreaded environment) http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.364&

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

2006-01-17 Thread Antony Dovgal
tony2001Tue Jan 17 23:49:14 2006 UTC Modified files: /php-src/ext/gd gd.c Log: improve open_basedir checks in GD http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.339&r2=1.340&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/g

[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.15&r2=1.312.2.16&diff_format=u Index: php-src/ext/

[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.290&r2=1.291&diff_format=u Index: php-src/ex

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(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.363&r2=1.2027.2.364&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.363 php-src

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, great work, thanks a lot! Tuesday, January 17, 2006, 1:18:54 PM, you 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 >

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-01-17 Thread Jani Taskinen
sniper Tue Jan 17 19:19:45 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: you fix, add, update or remove.. http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.362&r2=1.2027.2.363&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027

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

2006-01-17 Thread Andi Gutmans
OK cool. Just checking... At 11:02 AM 1/17/2006, Pierre wrote: Hi Andi, On Tue, 17 Jan 2006 10:55:54 -0800 Andi Gutmans <[EMAIL PROTECTED]> wrote: > 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 > peo

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

2006-01-17 Thread Pierre-Alain Joye
pajoye Tue Jan 17 19:04:06 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - remove old return_long http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.14&r2=1.312.2.15&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-sr

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, "Im

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 / 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 ze

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

2006-01-17 Thread Pierre-Alain Joye
pajoye Tue Jan 17 16:34:58 2006 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: imagecolorallocate* returns false on error http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.338&r2=1.339&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-01-17 Thread Pierre-Alain Joye
pajoye Tue Jan 17 16:33:12 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - imagecolorallocate* returns false entry http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.361&r2=1.2027.2.362&diff_format=u Index: php-src/NEWS diff -u php-src

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

2006-01-17 Thread Pierre-Alain Joye
pajoye Tue Jan 17 15:44:12 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - return false on error http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.13&r2=1.312.2.14&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src

[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.12&r2=1.312.2.13&diff_format=u Index: php-src/ex