Re: [PHP-CVS] cvs: php-src /main spprintf.c spprintf.h

2007-01-18 Thread Andrei Zmievski
*pbuf = (UChar*)xbuf.c; - return xbuf.len; + return xbuf.len >> 1; } Could you please use xbuf.len/sizeof(UChar) instead of >> ? -Andrei -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c /ext/spl/tests bug36258.phpt bug36287.phpt

2007-01-18 Thread Marcus Boerger
helly Fri Jan 19 00:36:11 2007 UTC Modified files: /php-src/ext/splspl_directory.c /php-src/ext/spl/tests bug36258.phpt bug36287.phpt Log: - A few unicode fixes and tidying http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.114&r2

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

2007-01-18 Thread Ilia Alshanetsky
iliaa Fri Jan 19 00:17:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard http_fopen_wrapper.c Log: Fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.99.2.12.2.6&r2=1.99.2.12.2.7&diff_forma

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

2007-01-18 Thread Ilia Alshanetsky
iliaa Fri Jan 19 00:13:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: Back to dev http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.502&r2=1.2027.2.547.2.503&diff_format=u

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

2007-01-18 Thread Ilia Alshanetsky
iliaa Fri Jan 19 00:03:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: 5.2.1RC3 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.501&r2=1.2027.2.547.2.502&diff_format=u In

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard http_fopen_wrapper.c

2007-01-18 Thread Ilia Alshanetsky
iliaa Fri Jan 19 00:02:13 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard http_fopen_wrapper.c Log: Added read-timeout context option "timeout" for HTTP streams. # A patch mostly by Hannes http://cvs.php.net/

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

2007-01-18 Thread Ilia Alshanetsky
iliaa Thu Jan 18 23:29:34 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Old bug fixing news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.499&r2=1.2027.2.547.2.500&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 23:23:50 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Implement debug helper http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.226&r2=1.227&diff_format=u Index: php-src/ext/simplexml/simplexml.c di

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/date/lib parse_tz.c

2007-01-18 Thread Ilia Alshanetsky
iliaa Thu Jan 18 23:20:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/date/lib parse_tz.c Log: Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 23:17:49 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - We want the size here not the length http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.128&r2=1.129&diff_format=u Index: php-src/ext/date/php_date.c diff -u p

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 23:11:43 2007 UTC Modified files: /php-src/main spprintf.c spprintf.h Log: - We need to return the length not the byte size http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/main/spprintf.

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 22:57:03 2007 UTC Modified files: /php-src/ext/standard filestat.c Log: - Use correct string inunicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.156&r2=1.157&diff_format=u Index: php-src/ext/standard/filesta

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 22:52:32 2007 UTC Modified files: /php-src/ext/splspl_directory.c Log: fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.113&r2=1.114&diff_format=u Index: php-src/ext/spl/spl_directory.c diff -u

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 21:40:18 2007 UTC Modified files: /php-src/ext/splspl_directory.c Log: - Simplify by using zspprintf http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.112&r2=1.113&diff_format=u Index: php-src/ext/spl/spl_directory.c diff

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

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 21:39:50 2007 UTC Modified files: /php-src/main spprintf.c spprintf.h Log: - Fix [v]uspprintf() - Add [v]zspprintf http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.41&r2=1.42&diff_format=u Index: php-src/main/spprintf.c di

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

2007-01-18 Thread Ilia Alshanetsky
Tony, we need to be careful here since snprintf() won't return the actual length of the string, but rather the length it would've been had there been enough space in the buffer. It *may* be fine in this context, but the code needs to be reviewed carefully. On 18-Jan-07, at 10:54 AM, Antony

[PHP-CVS] cvs: php-src / unicode-todo.txt

2007-01-18 Thread Andrei Zmievski
andrei Thu Jan 18 16:45:43 2007 UTC Modified files: /php-srcunicode-todo.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.23&r2=1.24&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.23 php-src/unicode-tod

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 16:21:32 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap soap.c /php-src/ext/standard html.c /php-src/ext/wddx wddx.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.156.2.28.2.17&

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 16:21:00 2007 UTC Modified files: /php-src/ext/soap soap.c /php-src/ext/standard html.c /php-src/ext/wddx wddx.c Log: more snprintf() http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.217&r2=1.218&diff_f

[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2007-01-18 Thread Nuno Lopes
nlopess Thu Jan 18 16:06:29 2007 UTC Modified files: /php-src/main/streams php_stream_transport.h Log: MFB: use only 2 bits http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.13&r2=1.14&diff_format=u Index: php-src/main/streams/

[PHP-CVS] cvs: php-src(PHP_5_2) /main/streams php_stream_transport.h

2007-01-18 Thread Nuno Lopes
nlopess Thu Jan 18 16:05:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams php_stream_transport.h Log: only 2 bits are needed for shutdown(2) method (only 3 possible values). this is new code in 5.2.1, so don't worry.. http://cvs.php.net/

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:55:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_firebird firebird_driver.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_driver.c?r1=1.17.2.2.2.2&r2=1.17.2.2.2.3&diff_format=u Index:

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:54:45 2007 UTC Modified files: /php-src/ext/pdo_firebird firebird_driver.c Log: use snprintf() http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_driver.c?r1=1.21&r2=1.22&diff_format=u Index: php-src/ext/pdo_firebi

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:54:19 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/interbase interbase.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.225.2.4.2.3&r2=1.225.2.4.2.4&diff_format=u Index: php-src/ext/i

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:53:54 2007 UTC Modified files: /php-src/ext/interbase interbase.c Log: fix the previous patch http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.232&r2=1.233&diff_format=u Index: php-src/ext/interbase/inter

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:41:02 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/interbase interbase.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.225.2.4.2.2&r2=1.225.2.4.2.3&diff_format=u Index: php-src/ext/i

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:40:54 2007 UTC Modified files: /php-src/ext/interbase interbase.c Log: use snprintf() http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.231&r2=1.232&diff_format=u Index: php-src/ext/interbase/interbase.c d

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:29:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/interbase ibase_query.c Log: MFH: use snprintf() http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_query.c?r1=1.23.2.1.2.3&r2=1.23.2.1.2.4&diff_format=u In

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 15:29:11 2007 UTC Modified files: /php-src/ext/interbase ibase_query.c Log: use snprintf() http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_query.c?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/interbase/ibase_query

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/imap config.m4

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 14:05:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap config.m4 Log: MFH: improve check configure for new version of utf8_mime2text() http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.69.4.2&r2=1.69.4.3&

[PHP-CVS] cvs: php-src /ext/imap config.m4

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 14:05:07 2007 UTC Modified files: /php-src/ext/imap config.m4 Log: improve check configure for new version of utf8_mime2text() http://cvs.php.net/viewvc.cgi/php-src/ext/imap/config.m4?r1=1.71&r2=1.72&diff_format=u Index: php-src/e

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 14:03:38 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: MFH: use strlcat() http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.15&r2=1.208.2.7.2.16&diff_format=u Index: php-src/ext

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 14:03:25 2007 UTC Modified files: /php-src/ext/imap php_imap.c Log: use strlcat() http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.234&r2=1.235&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/im

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

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 12:37:44 2007 UTC Modified files: /php-src/main main.c Log: fix fodling, mark set_time_limit() unicode safe http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.719&r2=1.720&diff_format=u Index: php-src/main/main.c diff -u p

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/informix .cvsignore CREDITS Makefile.frag config.m4 config.w32 ifx.dsp ifx.ec php_informix.h php_informix_includes.h

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 12:28:10 2007 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/informix .cvsignore config.m4 config.w32 CREDITS ifx.dsp ifx.ec Makefile.frag php_informix.h php_informix_i

[PHP-CVS] cvs: php-src /ext/informix .cvsignore CREDITS Makefile.frag ifx.dsp ifx.ec php_informix.h php_informix_includes.h

2007-01-18 Thread Antony Dovgal
tony2001Thu Jan 18 12:26:21 2007 UTC Removed files: /php-src/ext/informix .cvsignore CREDITS ifx.dsp ifx.ec Makefile.frag php_informix.h php_informix_includes.h Log: moved ext/informix