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

2005-10-30 Thread Marcus Boerger
helly Mon Oct 31 02:47:44 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_stmt.c Log: - Fix remaining memleaks # all tests pass for me now for the first time in: # pgsql, mysql, sqlite, sqlite2 http://cvs.php.net/diff.php/php-src/ext/p

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-10-30 Thread Derick Rethans
On Mon, 31 Oct 2005, Jani Taskinen wrote: > > Like I said in IRC, this is really a BUG. You're now hiding it. Yes, the function should never be renamed to libiconv()... Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://ww

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

2005-10-30 Thread Wez Furlong
wez Sun Oct 30 22:23:41 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_stmt.c Log: fix misinterpretation of data when overriding types via bindColumn. Very slightly modified patch from Marcus. http://cvs.php.net/diff.php/php-src/ext/p

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_oci oci_statement.c php_pdo_oci_int.h

2005-10-30 Thread Wez Furlong
wez Sun Oct 30 21:11:29 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_ocioci_statement.c php_pdo_oci_int.h Log: Closes PECL Bug #5722; BLOB support was half-baked. http://cvs.php.net/diff.php/php-src/ext/pdo_oci/oci_statement.c?r1=1.16

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_stmt.c php_pdo_driver.h /ext/pdo/tests bug_34630.phpt pecl_bug_5772.phpt pecl_bug_5809.phpt

2005-10-30 Thread Wez Furlong
wez Sun Oct 30 21:07:39 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_stmt.c php_pdo_driver.h /php-src/ext/pdo/tests bug_34630.phpt pecl_bug_5772.phpt pecl_bug_5809.phpt Log: improve test portabilit

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-10-30 Thread Jani Taskinen
Like I said in IRC, this is really a BUG. You're now hiding it. --Jani On Sun, 30 Oct 2005, Ilia Alshanetsky wrote: iliaa Sun Oct 30 13:07:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/iconv/tests skipif.inc /php-src/ext/xml/tests

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

2005-10-30 Thread Jani Taskinen
sniper Sun Oct 30 19:11:52 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: bfn http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.170&r2=1.2027.2.171&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.170 php-src/NEWS:1.2027.2.171 --- php-

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

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 17:17:56 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_stmt.c Log: - Fix memleak http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.11&r2=1.118.2.12&ty=u Index: php-src/ext/pdo/pdo_stmt.c diff -u php-src/ext/

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 000.phpt

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 15:37:30 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests000.phpt Log: - Bugfix #35028 XML object fails FALSE test http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.169

[PHP-CVS] cvs: php-src /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 13:08:17 2005 EDT Modified files: /php-src/ext/iconv/testsskipif.inc /php-src/ext/xml/tests bug32001.phpt Log: MFB51: Improve iconv skip conditions http://cvs.php.net/diff.php/php-src/ext/iconv/tests/skipif.inc?r1=1.3&r2=1.4&t

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 13:07:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/iconv/testsskipif.inc /php-src/ext/xml/tests bug32001.phpt Log: Improve iconv skip conditions http://cvs.php.net/diff.php/php-src/ext/iconv/tests/skipif.inc?r1=1.

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/array bug35022.phpt

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 13:04:20 2005 EDT Modified files: /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/array bug35022.phpt Log: MFB51: Fixed bug #35022, #35019 (Regression in the behavior of key/current functions). http://cvs

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard basic_functions.c /ext/standard/tests/array bug35022.phpt

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 13:03:33 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/array bug35022.phpt Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c Log: Fixed bug #35022, #35019 (Regressi

[PHP-CVS] cvs: php-src /main/streams memory.c

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 12:17:46 2005 EDT Modified files: /php-src/main/streams memory.c Log: - Fix mode handling http://cvs.php.net/diff.php/php-src/main/streams/memory.c?r1=1.10&r2=1.11&ty=u Index: php-src/main/streams/memory.c diff -u php-src/main/streams/me

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/examples class_tree.php

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 11:07:45 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/spl/examples class_tree.php Log: - MFH Add docu http://cvs.php.net/diff.php/php-src/ext/spl/examples/class_tree.php?r1=1.1.2.4&r2=1.1.2.5&ty=u Index: php-src/ext/spl/examples/cl

[PHP-CVS] cvs: php-src /ext/spl/examples class_tree.php

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 11:07:31 2005 EDT Modified files: /php-src/ext/spl/examples class_tree.php Log: - Add docu http://cvs.php.net/diff.php/php-src/ext/spl/examples/class_tree.php?r1=1.5&r2=1.6&ty=u Index: php-src/ext/spl/examples/class_tree.php diff -u php-src/

[PHP-CVS] cvs: php-src /ext/simplexml/tests 000.phpt 001.phpt 002.phpt 003.phpt 004.phpt 007.phpt 010.phpt 022.phpt 023.phpt 024.phpt profile11.phpt

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 09:00:46 2005 EDT Modified files: /php-src/ext/simplexml/tests000.phpt 001.phpt 002.phpt 003.phpt 004.phpt 007.phpt 010.phpt 022.phpt 023.phpt 024.phpt profile11

[PHP-CVS] cvs: php-src /ext/spl/tests sxe_001.phpt

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 09:00:24 2005 EDT Modified files: /php-src/ext/spl/tests sxe_001.phpt Log: - Fix unicode expectations http://cvs.php.net/diff.php/php-src/ext/spl/tests/sxe_001.phpt?r1=1.3&r2=1.4&ty=u Index: php-src/ext/spl/tests/sxe_001.phpt diff -u php-

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

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 08:48:33 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard array.c Log: Simplify code. http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.308.2.11&r2=1.308.2.12&ty=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array bug35014.phpt

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 08:46:35 2005 EDT Modified files: /php-src/ext/standard/tests/array bug35014.phpt /php-src/ext/standard array.c Log: MFB51: Fixed bug #35014 (array_product() always returns 0). http://cvs.php.net/diff.php/php-src/ext/standard/t

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard array.c /ext/standard/tests/array bug35014.phpt

2005-10-30 Thread Ilia Alshanetsky
iliaa Sun Oct 30 08:44:29 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/array bug35014.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed Bug #35014 (array_product() always ret

[PHP-CVS] cvs: php-src /ext/simplexml/tests 024.phpt

2005-10-30 Thread Marcus Boerger
helly Sun Oct 30 08:01:02 2005 EDT Added files: /php-src/ext/simplexml/tests024.phpt Log: - Add new test http://cvs.php.net/co.php/php-src/ext/simplexml/tests/024.phpt?r=1.1&p=1 Index: php-src/ext/simplexml/tests/024.phpt +++ php-src/ext/simplexml/

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2005-10-30 Thread Derick Rethans
derick Sun Oct 30 05:55:24 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS configure.in /php-src/main php_version.h Log: - Back to -dev http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.62&r2=1.1247.2.920.2.63&ty=u Index: php-s