[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2008-01-29 Thread changelog
changelog Wed Jan 30 01:31:32 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1228r2=1.1229diff_format=u Index: ZendEngine2/ChangeLog diff -u

[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.1061r2=1.2027.2.547.2.1062diff_format=u Index: php-src/NEWS diff -u

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

[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

[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

[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

[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.95r2=1.2027.2.547.2.965.2.96diff_format=u Index: php-src/NEWS diff -u

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

[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.7r2=1.8diff_format=u Index: php-src/sapi/cli/tests/006.phpt diff -u

[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.8r2=1.9diff_format=u Index: php-src/ext/mysqlnd/config.w32 diff -u

[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 =)

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

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.8r2=1.151.2.22.2.35.2.9diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u

[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.36r2=1.37diff_format=u Index: php-src/ext/dom/xpath.c diff -u

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

[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.1351r2=1.1352diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1351

[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.2r2=1.26.2.1.2.3diff_format=u

[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.9r2=1.37.2.3.2.10diff_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.3r2=1.37.2.3.2.8.2.4diff_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.201r2=1.202diff_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)

[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.97r2=1.2027.2.547.2.965.2.98diff_format=u Index: php-src/NEWS diff -u

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

[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.2r2=1.1.4.3diff_format=u Index:

[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.5r2=1.4.2.6diff_format=u Index:

[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

[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

[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

[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

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

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 more

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 methods too fast

[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.59r2=1.60diff_format=u Index: php-src/ext/dom/node.c diff -u

[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.1350r2=1.1351diff_format=u

[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.12r2=1.39.2.2.2.13diff_format=u

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

[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.7r2=1.111.2.2.2.14.2.8diff_format=u Index:

[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.131r2=1.132diff_format=u Index: php-src/ext/standard/html.c diff -u

[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.69r2=1.70diff_format=u Index:

[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

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

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

[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.162r2=1.163diff_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.

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

[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

[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.62r2=1.63diff_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

[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

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_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.174r2=1.175diff_format=u Index: php-src/ext/xml/xml.c

[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.2r2=1.72.2.4.2.4.2.3diff_format=u Index:

[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

[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

[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

[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.10r2=1.37.2.3.2.11diff_format=u Index: php-src/ext/dom/node.c diff

[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.4r2=1.37.2.3.2.8.2.5diff_format=u Index:

[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.60r2=1.61diff_format=u Index: php-src/ext/dom/node.c diff -u php-src/ext/dom/node.c:1.60