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

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 09:30:09 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1061&r2=1.2027.2.547.2.1062&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.54

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 09:59:53 2008 UTC Modified files: /ZendEngine2zend_gc.c zend_gc.h /ZendEngine2/tests bug43918.phpt /php-src/ext/simplexml simplexml.c Log: Fixed bug #43918 (Segmentation fault in garbage collector) http://cvs.php.net/

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

2008-01-29 Thread Robert Nicholson
nicholsrTue Jan 29 08:49:12 2008 UTC Modified files: /php-src/ext/standard/tests/array compact_variation1.phpt Log: - update compact_variation1.phpt to take into account fix for bug #29044 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array compact_variation1.phpt

2008-01-29 Thread Robert Nicholson
nicholsrTue Jan 29 08:50:43 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array compact_variation1.phpt Log: - MFH compact_variation1.phpt - fix for bug #29044 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/com

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 09:59:42 2008 UTC Added files: (Branch: PHP_5_3) /ZendEngine2/tests bug43918.phpt Modified files: /ZendEngine2zend_gc.c zend_gc.h /php-src/ext/simplexml simplexml.c Log: Fixed bug #43918 (Segmentation fa

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

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 08:57:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.95&r2=1.2027.2.547.2.965.2.96&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2

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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 10:44:54 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug43505.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #43505 (Assign by reference bug)

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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 10:45:19 2008 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array bug43505.phpt Log: Fixed bug #43505 (Assign by reference bug) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.439

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c /ext/standard/tests/array bug43505.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 10:45:07 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array bug43505.phpt Modified files: /php-src/ext/standard array.c Log: Fixed bug #43505 (Assign by reference bug) http://cvs.php.ne

[PHP-CVS] cvs: php-src /sapi/cli/tests 006.phpt

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 12:27:49 2008 UTC Modified files: /php-src/sapi/cli/tests 006.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.7&r2=1.8&diff_format=u Index: php-src/sapi/cli/tests/006.phpt diff -u php-src/sa

[PHP-CVS] cvs: php-src /ext/mysqlnd config.w32

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 12:25:39 2008 UTC Modified files: /php-src/ext/mysqlndconfig.w32 Log: missing spaces http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/config.w32?r1=1.8&r2=1.9&diff_format=u Index: php-src/ext/mysqlnd/config.w32 diff -u php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 006.phpt

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 12:23:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 006.phpt Log: fix test Derick, you're adding new methods too fast =) http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.1.2.9.2.3&r2=1.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd_statistics.c mysqlnd_statistics.h

2008-01-29 Thread Andrey Hristov
andrey Tue Jan 29 11:59:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd.c mysqlnd_statistics.c mysqlnd_statistics.h Log: Moved initialization code into a function. http://cvs.php.net/viewvc.cg

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli.c mysqli_mysqlnd.h mysqli_nonapi.c mysqli_prop.c php_mysqli_structs.h /ext/mysqli/tests mysqli_get_client_stats.phpt /ext/mysqlnd mysqlnd.c mys

2008-01-29 Thread Dmitry Stogov
Hi Andrey, The win32 build is completely broken because of ext/mysqlnd. Thanks. Dmitry. Andrey Hristov wrote: andrey Mon Jan 28 18:25:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli.c mysqli_mysqlnd.h mysqli_nonapi.c

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Marcus Boerger
Hello Dmitry, Tuesday, January 29, 2008, 10:59:42 AM, you wrote: [...] > http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.35.2.8&r2=1.151.2.22.2.35.2.9&diff_format=u > Index: php-src/ext/simplexml/simplexml.c > diff -u php-src/ext/simplexml/simplexml.c:1.151.2.22.2.

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

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 15:55:14 2008 UTC Modified files: /php-src/ext/domxpath.c Log: Add Reflection API metadata for DOMXPath. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/xpath.c?r1=1.36&r2=1.37&diff_format=u Index: php-src/ext/dom/xpath.c diff -u php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom xpath.c

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 15:55:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domxpath.c Log: MFH: Add Reflection API metadata for DOMXPath. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/xpath.c?r1=1.26.2.1.2.1.2.3&r2=1.26.2.1.2.1.2.4&diff_forma

[PHP-CVS] cvs: CVSROOT / avail

2008-01-29 Thread Rasmus Lerdorf
rasmus Tue Jan 29 17:21:04 2008 UTC Modified files: /CVSROOTavail Log: More karma for Felipe and a new doc contributor http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1351&r2=1.1352&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1351 CVSROOT/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom xpath.c

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 15:55:30 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domxpath.c Log: MFH: Add Reflection API metadata for DOMXPath. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/xpath.c?r1=1.26.2.1.2.2&r2=1.26.2.1.2.3&diff_format=u Inde

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom node.c

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 15:23:25 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domnode.c Log: MFH: Add Reflection API metadata for DOMNode. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.37.2.3.2.9&r2=1.37.2.3.2.10&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom node.c

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 15:23:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domnode.c Log: MFH: Add Reflection API metadata for DOMNode. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.37.2.3.2.8.2.3&r2=1.37.2.3.2.8.2.4&diff_format=u

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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:25:08 2008 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.201&r2=1.202&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /main fopen_wrappers.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:24:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.175.2.3.2

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

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 13:39:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: entry moved to 5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.97&r2=1.2027.2.547.2.965.2.98&diff_format=u Index: php-src/NEWS diff -u p

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Dmitry Stogov
The fix affects get_properties() callback only in the moments when GC is in progress (not when GC is enabled). The SimpleXML extensions already makes a trick keeping and reusing "fictive" properties HashTable, so I've extend it to support GC. Thanks. Dmitry. Marcus Boerger wrote: Hello Dmit

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug43003.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 10:43:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests bug43003.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug43003.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u Index: php-src/ext/date/test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd config.w32

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 12:25:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndconfig.w32 Log: missing spaces http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/config.w32?r1=1.4.2.5&r2=1.4.2.6&diff_format=u Index: php-src/ext/mysqlnd/config

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd_statistics.c mysqlnd_statistics.h

2008-01-29 Thread Andrey Hristov
andrey Tue Jan 29 12:00:52 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_statistics.c mysqlnd_statistics.h Log: Moved initialization into a separate function http://cvs.php.net/viewvc.cgi/php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd config9.m4 mysqlnd.c mysqlnd.h mysqlnd_result.c mysqlnd_result.h mysqlnd_structs.h php_mysqlnd.c

2008-01-29 Thread Andrey Hristov
andrey Tue Jan 29 18:11:46 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqlndphp_mysqlnd.c Modified files: /php-src/ext/mysqlndconfig9.m4 mysqlnd.c mysqlnd.h mysqlnd_result.c mysqlnd_res

[PHP-CVS] cvs: php-src /ext/mysqlnd config9.m4 mysqlnd.c mysqlnd.h mysqlnd_result.c mysqlnd_result.h php_mysqlnd.c

2008-01-29 Thread Andrey Hristov
andrey Tue Jan 29 18:13:12 2008 UTC Modified files: /php-src/ext/mysqlndphp_mysqlnd.c config9.m4 mysqlnd.c mysqlnd.h mysqlnd_result.c mysqlnd_result.h Log: Fix the build, add a missing file http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard html.c /ext/standard/tests/strings bug43927.phpt

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 13:39:04 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings bug43927.phpt Modified files: /php-srcNEWS /php-src/ext/standard html.c Log: MFH: fix #43927 (koi8r is missing fro

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main fopen_wrappers.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:23:19 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 006.phpt

2008-01-29 Thread Derick Rethans
On Tue, 29 Jan 2008, Antony Dovgal wrote: > tony2001 Tue Jan 29 12:23:48 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/sapi/cli/tests 006.phpt > Log: > fix test > Derick, you're adding new methods too fast =) It's a silly test then ;-) Expect

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 006.phpt

2008-01-29 Thread Antony Dovgal
On 29.01.2008 17:30, Derick Rethans wrote: > On Tue, 29 Jan 2008, Antony Dovgal wrote: > >> tony2001 Tue Jan 29 12:23:48 2008 UTC >> >> Modified files: (Branch: PHP_5_3) >> /php-src/sapi/cli/tests 006.phpt >> Log: >> fix test >> Derick, you're adding new met

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

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 15:23:08 2008 UTC Modified files: /php-src/ext/domnode.c Log: Add Reflection API metadata for DOMNode. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.59&r2=1.60&diff_format=u Index: php-src/ext/dom/node.c diff -u php-src

[PHP-CVS] cvs: CVSROOT / avail

2008-01-29 Thread Pierre-Alain Joye
pajoye Tue Jan 29 17:17:58 2008 UTC Modified files: /CVSROOTavail Log: - seariver karma for wxwidgets binding in pecl - move custom pecl karma out of ibm's protected area http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1350&r2=1.1351&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl xsltprocessor.c

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 21:21:28 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xslxsltprocessor.c Log: MFH: Fix arginfo and prototype. http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.12&r2=1.39.2.2.2.13&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xsl xsltprocessor.c

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 21:21:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xslxsltprocessor.c Log: MFH: Fix arginfo and prototype. http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.39.2.2.2.9.2.6&r2=1.39.2.2.2.9.2.7&diff_form

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

2008-01-29 Thread Stanislav Malyshev
stasTue Jan 29 22:03:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard html.c Log: rm cruft http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.14.2.7&r2=1.111.2.2.2.14.2.8&diff_format=u Index: php-src/ext/stand

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

2008-01-29 Thread Stanislav Malyshev
stasTue Jan 29 22:03:44 2008 UTC Modified files: /php-src/ext/standard html.c Log: no sleep here either http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.131&r2=1.132&diff_format=u Index: php-src/ext/standard/html.c diff -u php-src/ext/

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.c parse_date.re

2008-01-29 Thread Derick Rethans
derick Tue Jan 29 20:15:44 2008 UTC Modified files: /php-src/ext/date/lib parse_date.re parse_date.c Log: - MF53: That should have been ||. http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_date.re?r1=1.69&r2=1.70&diff_format=u Index: php-src/ex

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.re /ext/date/tests bug43960.phpt

2008-01-29 Thread Derick Rethans
derick Tue Jan 29 20:08:42 2008 UTC Added files: /php-src/ext/date/tests bug43960.phpt Modified files: /php-src/ext/date/lib parse_date.re Log: - Fixed bug #43960 (strtotime() returns timestamp in the future when given a bogu

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 20:01:43 2008 UTC Modified files: /php-src/sapi/cli php_cli.c Log: Fixed bug #43968 (Extending internal class causes a crash) The fix is a workaround for GCC optizer bug. http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.183

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php_cli.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 20:01:14 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli php_cli.c Log: Fixed bug #43968 (Extending internal class causes a crash) The fix is a workaround for GCC optizer bug. http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/p

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli php_cli.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 20:01:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli php_cli.c Log: Fixed bug #43968 (Extending internal class causes a crash) The fix is a workaround for GCC optizer bug. http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/p

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

2008-01-29 Thread Derick Rethans
derick Tue Jan 29 20:12:23 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Make whitespace the same as in 5.3. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.162&r2=1.163&diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date php_date.c

2008-01-29 Thread Derick Rethans
derick Tue Jan 29 20:12:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: - Make whitespace the same as in HEAD. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.16&r2=1.43.2.45.2.51.2.17&diff_forma

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/lib parse_date.c parse_date.re

2008-01-29 Thread Derick Rethans
derick Tue Jan 29 20:14:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/lib parse_date.c parse_date.re Log: - That should have been ||. http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_date.c?r1=1.29.2.30.2.14.2.5&r2=1.29.2.30.2.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h pcre_compile.c pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_ge

2008-01-29 Thread Nuno Lopes
nlopess Tue Jan 29 20:25:48 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pcre/pcrelib AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README config.h dftables.c pcre.h pcre_c

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

2008-01-29 Thread Sebastian Bergmann
sebastian Tue Jan 29 21:21:04 2008 UTC Modified files: /php-src/ext/xslxsltprocessor.c Log: - Fix arginfo and prototype. http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/xsltprocessor.c?r1=1.62&r2=1.63&diff_format=u Index: php-src/ext/xsl/xsltprocessor.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_block_alloc.c mysqlnd_ps.c mysqlnd_result.c

2008-01-29 Thread Rob Richards
rrichards Tue Jan 29 22:06:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_block_alloc.c mysqlnd_ps.c mysqlnd_result.c Log: MFH: fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/mys

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_block_alloc.c mysqlnd_ps.c mysqlnd_result.c mysqlnd_structs.h

2008-01-29 Thread Rob Richards
rrichards Tue Jan 29 22:06:16 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_block_alloc.c mysqlnd_ps.c mysqlnd_result.c mysqlnd_structs.h Log: fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom xpath.c

2008-01-29 Thread Antony Dovgal
On 29.01.2008 18:55, Sebastian Bergmann wrote: > sebastian Tue Jan 29 15:55:30 2008 UTC > > Modified files: (Branch: PHP_5_2) > /php-src/ext/dom xpath.c > Log: > MFH: Add Reflection API metadata for DOMXPath. This broke ext/dom/tests/canonicalization.phpt and

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xml xml.c /ext/xml/tests bug43957.phpt

2008-01-29 Thread Rasmus Lerdorf
rasmus Tue Jan 29 23:21:11 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/xml/tests bug43957.phpt Modified files: /php-src/ext/xmlxml.c Log: Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xml xml.c /ext/xml/tests bug43957.phpt

2008-01-29 Thread Rasmus Lerdorf
rasmus Tue Jan 29 23:21:20 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xml/tests bug43957.phpt Modified files: /php-src/ext/xmlxml.c Log: Fixed bug #43957 (utf8_decode() bogus conversion of partial multibyte UTF8 char)

[PHP-CVS] cvs: php-src /ext/xml xml.c /ext/xml/tests bug43957.phpt

2008-01-29 Thread Rasmus Lerdorf
rasmus Tue Jan 29 23:29:04 2008 UTC Modified files: /php-src/ext/xmlxml.c /php-src/ext/xml/tests bug43957.phpt Log: Fixed bug #43957 http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.174&r2=1.175&diff_format=u Index: php-src/ext/xml/xml.

[PHP-CVS] cvs: php-src(PHP_5_3) / EXTENSIONS

2008-01-29 Thread Ilia Alshanetsky
iliaa Wed Jan 30 00:07:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcEXTENSIONS Log: Change readline extension status to Working http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.4.2.2&r2=1.72.2.4.2.4.2.3&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src /ext/json json.c utf8_to_utf16.c /ext/json/tests bug43941.phpt

2008-01-29 Thread Stanislav Malyshev
stasWed Jan 30 03:21:30 2008 UTC Modified files: /php-src/ext/json json.c utf8_to_utf16.c /php-src/ext/json/tests bug43941.phpt Log: fix #43941: invalid utf-8 not accepted http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.33&r2=1.34&di

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json json.c utf8_to_utf16.c /ext/json/tests bug43941.phpt

2008-01-29 Thread Stanislav Malyshev
stasWed Jan 30 03:17:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/json/tests bug43941.phpt Modified files: /php-src/ext/json json.c utf8_to_utf16.c Log: fix #43941: invalid utf-8 not accepted http://cvs.php.net/vie

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/json/tests bug41567.phpt

2008-01-29 Thread Rasmus Lerdorf
rasmus Wed Jan 30 05:37:24 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json/tests bug41567.phpt Log: This one depends on the precision setting http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/bug41567.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_format

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dom node.c

2008-01-29 Thread Sebastian Bergmann
sebastian Wed Jan 30 06:48:20 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domnode.c Log: MFH: Fix arginfo. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.37.2.3.2.10&r2=1.37.2.3.2.11&diff_format=u Index: php-src/ext/dom/node.c dif

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dom node.c

2008-01-29 Thread Sebastian Bergmann
sebastian Wed Jan 30 06:48:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/domnode.c Log: MFH: Fix arginfo. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.37.2.3.2.8.2.4&r2=1.37.2.3.2.8.2.5&diff_format=u Index: php-src/ext/dom/node

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

2008-01-29 Thread Sebastian Bergmann
sebastian Wed Jan 30 06:48:02 2008 UTC Modified files: /php-src/ext/domnode.c Log: Fix arginfo. http://cvs.php.net/viewvc.cgi/php-src/ext/dom/node.c?r1=1.60&r2=1.61&diff_format=u Index: php-src/ext/dom/node.c diff -u php-src/ext/dom/node.c:1.60 php-src