[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2005-03-23 Thread changelog
changelog Wed Mar 23 20:35:47 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1931r2=1.1932ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1931 php-src/ChangeLog:1.1932 ---

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/soap php_http.c soap.c

2005-03-23 Thread Dmitry Stogov
dmitry Wed Mar 23 03:08:36 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap php_http.c soap.c Log: Allow define connection timeout throught connection_timeout option in SoapClient constructor.

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

2005-03-23 Thread Dmitry Stogov
dmitry Wed Mar 23 03:08:54 2005 EDT Modified files: /php-src/ext/soap php_http.c soap.c Log: Allow define connection timeout throught connection_timeout option in SoapClient constructor.

[PHP-CVS] cvs: CVSROOT / avail

2005-03-23 Thread Derick Rethans
derick Wed Mar 23 03:24:15 2005 EDT Modified files: /CVSROOTavail Log: - Change karma from pecl to php-src/ext on the request of Christopher http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.957r2=1.958ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.957

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

2005-03-23 Thread Christopher Kings-Lynne
chriskl Wed Mar 23 03:52:41 2005 EDT Modified files: /php-src/ext/pdo_pgsql pgsql_statement.c Log: - Use a replacement for PQunescapeBytea so that linking against a pre-7.3 libpq is possible. This is exactly what ext/pgsql currently does. # I hope

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_statement.c

2005-03-23 Thread Derick Rethans
On Wed, 23 Mar 2005, Christopher Kings-Lynne wrote: chriskl Wed Mar 23 03:52:41 2005 EDT Modified files: /php-src/ext/pdo_pgsqlpgsql_statement.c Log: - Use a replacement for PQunescapeBytea so that linking against a pre-7.3 libpq is possible.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/soap php_encoding.c

2005-03-23 Thread Dmitry Stogov
dmitry Wed Mar 23 10:12:27 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/soap php_encoding.c Log: windows compatibility fix http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.71.2.14r2=1.71.2.15ty=u Index:

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

2005-03-23 Thread Dmitry Stogov
dmitry Wed Mar 23 10:12:54 2005 EDT Modified files: /php-src/ext/soap php_encoding.c Log: windows compatibility fix http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.87r2=1.88ty=u Index: php-src/ext/soap/php_encoding.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_statement.c

2005-03-23 Thread Christopher Kings-Lynne
Modified files: /php-src/ext/pdo_pgsql pgsql_statement.c Log: - Use a replacement for PQunescapeBytea so that linking against a pre-7.3 libpq is possible. This is exactly what ext/pgsql currently does. # I hope this is an acceptable improvement. Wouldn't it be better

Re: [PHP-CVS] cvs: php-src /ext/pdo_pgsql pgsql_statement.c

2005-03-23 Thread Wez Furlong
+ Renamed to php_pgsql_unescape_bytea() */ Even though the function is static, please make sure it doesn't have the same name as the one in the pgsql extension. /pedant case PDO_PARAM_LOB: - tmp_ptr = PQunescapeBytea(*ptr, tmp_len); +

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

2005-03-23 Thread Ilia Alshanetsky
iliaa Wed Mar 23 15:42:33 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcconfigure.in /php-src/main php_version.h Log: 4.3.11RC2 http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.157r2=1.396.2.158ty=u Index: php-src/configure.in

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

2005-03-23 Thread Ilia Alshanetsky
iliaa Wed Mar 23 16:33:56 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcconfigure.in /php-src/main php_version.h Log: Back to dev. http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.158r2=1.396.2.159ty=u Index:

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

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:06:38 2005 EDT Modified files: /php-src/ext/iconv iconv.c Log: - Add sanity check in iconv_mime_encode(). Leaving the third parameter unspecified would yield bus error.

[PHP-CVS] cvs: php-src /ext/iconv/tests iconv004.phpt

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:07:42 2005 EDT Added files: /php-src/ext/iconv/testsiconv004.phpt Log: - Add test case for iconv_mime_encode(). http://cvs.php.net/co.php/php-src/ext/iconv/tests/iconv004.phpt?r=1.1p=1 Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/iconv iconv.c /ext/iconv/tests iconv004.phpt

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:08:25 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/iconv/testsiconv004.phpt Modified files: /php-src/ext/iconv iconv.c Log: - MFH: Add sanity check in iconv_mime_encode(). Leaving the third

[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:22:17 2005 EDT Modified files: /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - Fix bug #32311 (mb_encode_mimeheader() does not properly escape characters.)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:30:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: fix bug #32311 (mb_encode_mimeheader() does not properly escape characters).

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

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:31:03 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: - BFN. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.298r2=1.1760.2.299ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.298

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

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:32:13 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - Reorder. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.861r2=1.1247.2.862ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.861

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Ilia Alshanetsky
Moriyoshi Koizumi wrote: moriyoshi Wed Mar 23 18:30:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: fix bug #32311 (mb_encode_mimeheader() does not properly escape characters). As

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
On 2005/03/24, at 8:34, Ilia Alshanetsky wrote: Moriyoshi Koizumi wrote: moriyoshi Wed Mar 23 18:30:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: fix bug #32311 (mb_encode_mimeheader() does not

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:56:38 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - Temporary reversion. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.299r2=1.1760.2.300ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:57:43 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - Temporary reversion as per release masters' requests.

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

2005-03-23 Thread Antony Dovgal
tony2001Wed Mar 23 19:17:17 2005 EDT Modified files: /php-src/ext/sessionsession.c Log: fix leak when register_long_arrays is off http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.408r2=1.409ty=u Index:

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

2005-03-23 Thread Andi Gutmans
andiWed Mar 23 20:11:11 2005 EDT Modified files: /php-src/main main.c Log: - Fix typos http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.621r2=1.622ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.621 php-src/main/main.c:1.622 ---

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

2005-03-23 Thread Andi Gutmans
andiWed Mar 23 20:11:36 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main main.c Log: - Fix typos http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.10r2=1.604.2.11ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.604.2.10