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

2007-03-05 Thread Stanislav Malyshev
stasTue Mar 6 02:17:13 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sqlite sqlite.c Log: use safe_realloc http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/sqlite.c?r1=1.166.2.13.2.6&r2=1.166.2.13.2.7&diff_format=u Index: php-src/ext/sqlite/sqli

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

2007-03-05 Thread Stanislav Malyshev
stasTue Mar 6 02:10:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2.c Log: use safe_realloc http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.14.2.3.2.10&r2=1.14.2.3.2.11&diff_format=u Index: php-src/ext/bz2/bz2.c diff -u php-

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

2007-03-05 Thread Stanislav Malyshev
stasTue Mar 6 02:07:10 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct php_sybase_ct.c Log: use safe_realloc http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.103.2.5.2.9&r2=1.103.2.5.2.10&diff_format=u Index:

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

2007-03-05 Thread Stanislav Malyshev
stasTue Mar 6 02:03:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase php_sybase_db.c Log: use safe_erealloc http://cvs.php.net/viewvc.cgi/php-src/ext/sybase/php_sybase_db.c?r1=1.66.2.5.2.3&r2=1.66.2.5.2.4&diff_format=u Index: php-src/ext/

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma regerror.c

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 01:21:36 2007 UTC Modified files: /php-src/ext/mbstring/oniguruma regerror.c Log: - Add missing return value check http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regerror.c?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/mbstr

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

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 01:19:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regerror.c Log: - Revert last part and fix issue under windows http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regerror.c?r1=1.3.4.7&r2=1.3.4.8

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

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 01:14:38 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regversion.c Log: - And the sizes too http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regversion.c?r1=1.1.6.4&r2=1.1.6.5&diff_format=u Index: p

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

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 01:13:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regversion.c Log: - More to go # CVS sucks, you cannot mix -D with -r # However, thanks edin for reminding me that we have mini version tags # I still pr

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

2007-03-05 Thread Marcus Boerger
Hello Stanislav, right, thanks and fixed. Tuesday, March 6, 2007, 2:00:04 AM, you wrote: > This is not going to work - sprintf has format as second parameter. > Also, I thought PHP does define snprintf for Windows? > Marcus Boerger wrote: >> helly Tue Mar 6 00:56:42 2007 UTC >> >>

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

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 01:00:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regposerr.c Log: - There you go http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regposerr.c?r1=1.3.4.2&r2=1.3.4.3&diff_format=u Index: php-src/

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

2007-03-05 Thread Stanislav Malyshev
This is not going to work - sprintf has format as second parameter. Also, I thought PHP does define snprintf for Windows? Marcus Boerger wrote: helly Tue Mar 6 00:56:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regposerr.c Log:

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

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 00:56:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regposerr.c Log: - MFH Revert back to sprintf (we could define snprintf for windows but we don't) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/onigur

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma regposerr.c

2007-03-05 Thread Marcus Boerger
helly Tue Mar 6 00:55:46 2007 UTC Modified files: /php-src/ext/mbstring/oniguruma regposerr.c Log: - Revert back to sprintf (we could define snprintf for windows but we don't) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regposerr.c?r1=1.4

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pdo pdo_sql_parser.c pdo_sql_parser.re

2007-03-05 Thread Ilia Alshanetsky
iliaa Tue Mar 6 00:52:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_sql_parser.c pdo_sql_parser.re /php-srcNEWS Log: Fixed bug #40417 (Allow multiple instances of the same named PDO token in prepared statement emulation code)

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

2007-03-05 Thread Stanislav Malyshev
stasTue Mar 6 00:24:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/interbase ibase_service.c Log: fix broken snprintf code http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_service.c?r1=1.11.2.2.2.4&r2=1.11.2.2.2.5&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/fdf fdf.c

2007-03-05 Thread Stanislav Malyshev
stasMon Mar 5 22:12:19 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/fdffdf.c Log: MF5: use safe_emalloc http://cvs.php.net/viewvc.cgi/php-src/ext/fdf/fdf.c?r1=1.66.2.13.2.4&r2=1.66.2.13.2.5&diff_format=u Index: php-src/ext/fdf/fdf.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/isapi php4isapi.c

2007-03-05 Thread Stanislav Malyshev
stasMon Mar 5 22:04:54 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/isapi php4isapi.c Log: MF5: use srtlcat http://cvs.php.net/viewvc.cgi/php-src/sapi/isapi/php4isapi.c?r1=1.92.2.13.2.2&r2=1.92.2.13.2.3&diff_format=u Index: php-src/sapi/isapi/

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/apache2handler php_functions.c

2007-03-05 Thread Stanislav Malyshev
stasMon Mar 5 22:00:12 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/apache2handlerphp_functions.c Log: MF5: use snprintf http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/php_functions.c?r1=1.1.2.12.2.5&r2=1.1.2.12.2.6&diff_for

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/apache php_apache.c

2007-03-05 Thread Stanislav Malyshev
stasMon Mar 5 21:59:03 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/apachephp_apache.c Log: MF5: use snprintf http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/php_apache.c?r1=1.69.2.5.4.3&r2=1.69.2.5.4.4&diff_format=u Index: php-src/s

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/xmlrpc/libxmlrpc xml_to_soap.c

2007-03-05 Thread Stanislav Malyshev
stasMon Mar 5 21:56:33 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/xmlrpc/libxmlrpc xml_to_soap.c Log: MF5: increase array size to fit buffer size http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c?r1=1.3.4.1&r2=1.3

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

2007-03-05 Thread Stanislav Malyshev
stasMon Mar 5 21:54:46 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/fdffdf.c Log: use safe_emalloc http://cvs.php.net/viewvc.cgi/php-src/ext/fdf/fdf.c?r1=1.89.2.2.2.8&r2=1.89.2.2.2.9&diff_format=u Index: php-src/ext/fdf/fdf.c diff -u php-sr

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

2007-03-05 Thread Uwe Schindler
thetaphiMon Mar 5 16:29:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/nsapi nsapi.c Log: snprintf patch http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.2&r2=1.69.2.3.2.3&diff_format=u Index: php-src/sapi/nsapi/nsapi.c

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

2007-03-05 Thread Uwe Schindler
thetaphiMon Mar 5 16:28:39 2007 UTC Modified files: /php-src/sapi/nsapi nsapi.c Log: snprintf patch http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.78&r2=1.79&diff_format=u Index: php-src/sapi/nsapi/nsapi.c diff -u php-src/sapi/nsapi/nsapi

[PHP-CVS] cvs: php-src / NEWS

2007-03-05 Thread andy wharmby
wharmby Mon Mar 5 15:53:09 2007 UTC Modified files: /php-srcNEWS Log: Remove bug entry for 35872 as now in 5.2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2141&r2=1.2142&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2141 php-src/NEWS:1.2142 -

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/com_dotnet com_extension.c com_wrapper.c php_com_dotnet.h

2007-03-05 Thread andy wharmby
wharmby Mon Mar 5 15:49:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/com_dotnet com_wrapper.c com_extension.c php_com_dotnet.h /php-srcNEWS Log: Fixed bug #35872 (Prevent object store references during RSH

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

2007-03-05 Thread Michael Wallner
mikeMon Mar 5 14:10:27 2007 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.572&r2=1.2027.2.547.2.573&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.572 ph

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

2007-03-05 Thread Michael Wallner
mikeMon Mar 5 14:10:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: - fix ws as requested by derick http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.42&r2=1.43.2.45.2.43&diff_format=u Index: php-sr

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

2007-03-05 Thread Michael Wallner
mikeMon Mar 5 14:10:05 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - fix ws as requested by derick http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.132&r2=1.133&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-s

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

2007-03-05 Thread Michael Wallner
mikeMon Mar 5 14:05:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: - fix bug #40691: add comparison object handler http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.41&r2=1.43.2.45.2.42&diff_format

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

2007-03-05 Thread Michael Wallner
mikeMon Mar 5 14:05:31 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - fix bug #40691: add comparison object handler http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.131&r2=1.132&diff_format=u Index: php-src/ext/date/php_date

[PHP-CVS] cvs: php-src / NEWS /ext/com_dotnet com_extension.c com_wrapper.c php_com_dotnet.h

2007-03-05 Thread andy wharmby
wharmby Mon Mar 5 12:56:26 2007 UTC Modified files: /php-src/ext/com_dotnet com_wrapper.c com_extension.c php_com_dotnet.h /php-srcNEWS Log: Fixed bug #35872 (Prevent object store references during RSHUTDOWN) http:/

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

2007-03-05 Thread Derick Rethans
On Sun, 4 Mar 2007, Stanislav Malyshev wrote: > stas Sun Mar 4 02:23:49 2007 UTC > > Modified files: (Branch: PHP_5_2) > /php-src/ext/wddx wddx.c > Log: > fix wrong code > # noticed by Stefan Esser Are you merging this to PHP_4_4 as well? regards, Derick > h