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

2005-01-17 Thread changelog
changelog Mon Jan 17 20:36:47 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1867r2=1.1868ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1867 php-src/ChangeLog:1.1868 ---

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard php_var.h var_unserializer.c var_unserializer.re

2005-01-17 Thread Antony Dovgal
Hi, Stefan! On Sat, 15 Jan 2005 18:44:30 - Stefan Esser [EMAIL PROTECTED] wrote: The patch looks obviously wrong: +static inline void var_push_dtor(php_unserialize_data_t *var_hashx, zval **rval)+{ .. + var_push_dtor(var_hash, old_data); The last line should look like this:

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

2005-01-17 Thread Stefan Esser
sesser Mon Jan 17 06:45:09 2005 EDT Modified files: /php-src/ext/standard var_unserializer.c var_unserializer.re Log: Fix compiler warning. http://cvs.php.net/diff.php/php-src/ext/standard/var_unserializer.c?r1=1.48r2=1.49ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard var_unserializer.c var_unserializer.re

2005-01-17 Thread Stefan Esser
sesser Mon Jan 17 06:46:12 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard var_unserializer.c var_unserializer.re Log: Fix compiler warning.

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard php_var.h var_unserializer.c var_unserializer.re

2005-01-17 Thread Antony Dovgal
On Mon, 17 Jan 2005 12:36:22 +0100 Stefan Esser [EMAIL PROTECTED] wrote: Hi Antony, The patch looks obviously wrong: +static inline void var_push_dtor(php_unserialize_data_t *var_hashx, zval **rval)+{ .. + var_push_dtor(var_hash, old_data); The last line should

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

2005-01-17 Thread Joe Orton
jorton Mon Jan 17 07:24:41 2005 EDT Modified files: /php-src/sapi/apache2handlersapi_apache2.c Log: Fixed bug #31519: Set r-status_line to SAPI-provided status-line.

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard var_unserializer.c var_unserializer.re

2005-01-17 Thread Stefan Esser
sesser Mon Jan 17 07:28:11 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard var_unserializer.c var_unserializer.re Log: MFH: 64bit fixes http://cvs.php.net/diff.php/php-src/ext/standard/var_unserializer.c?r1=1.18.4.16r2=1.18.4.17ty=u

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

2005-01-17 Thread Joe Orton
jorton Mon Jan 17 07:35:29 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH - Fixed bug #31519: Set r-status_line to SAPI-provided status-line.

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

2005-01-17 Thread Joe Orton
jorton Mon Jan 17 07:36:44 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/apache2handlersapi_apache2.c Log: MFH - Fixed bug #31519: Set r-status_line to SAPI-provided status-line.

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard var_unserializer.c var_unserializer.re

2005-01-17 Thread Stefan Esser
sesser Mon Jan 17 07:13:35 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard var_unserializer.c var_unserializer.re Log: MFH: 64bit fix + compiler warning fix

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

2005-01-17 Thread Antony Dovgal
tony2001Mon Jan 17 10:05:13 2005 EDT Modified files: /php-src/ext/odbc php_odbc.c Log: fix leak appearing when odbc_errormsg() got invalid resource http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.182r2=1.183ty=u Index:

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

2005-01-17 Thread Antony Dovgal
tony2001Mon Jan 17 10:06:57 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/odbc php_odbc.c Log: MFH: fix leak http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.179r2=1.179.2.1ty=u Index: php-src/ext/odbc/php_odbc.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/odbc php_odbc.c

2005-01-17 Thread Antony Dovgal
tony2001Mon Jan 17 10:07:46 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/odbc php_odbc.c Log: MFH: fix leak http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.143.2.17r2=1.143.2.18ty=u Index: php-src/ext/odbc/php_odbc.c diff -u

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

2005-01-17 Thread Jani Taskinen
sniper Mon Jan 17 12:07:31 2005 EDT Modified files: /php-src/ext/gd gd.c Log: - Added some sanity checks by changing to the parameter parsing API http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.305r2=1.306ty=u Index: php-src/ext/gd/gd.c diff -u

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

2005-01-17 Thread Jani Taskinen
sniper Mon Jan 17 12:07:47 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/gd gd.c Log: MFH: - Added some sanity checks by changing to the parameter parsing API http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.294.2.10r2=1.294.2.11ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd gd.c

2005-01-17 Thread Jani Taskinen
sniper Mon Jan 17 12:07:58 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd gd.c Log: MFH: - Added some sanity checks by changing to the parameter parsing API http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.221.2.53r2=1.221.2.54ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/xsl php_xsl.c php_xsl.h

2005-01-17 Thread Christian Stocker
chregu Mon Jan 17 11:06:57 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/xslphp_xsl.c php_xsl.h Log: revert these 2 files... shouldn't have been comitted .. http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.22.2.5r2=1.22.2.6ty=u Index:

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

2005-01-17 Thread Christian Stocker
chregu Mon Jan 17 10:56:18 2005 EDT Modified files: /php-src/ext/xslxsltprocessor.c Log: fix protos (by Mehdi Achour ) http://cvs.php.net/diff.php/php-src/ext/xsl/xsltprocessor.c?r1=1.34r2=1.35ty=u Index: php-src/ext/xsl/xsltprocessor.c diff -u

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

2005-01-17 Thread Antony Dovgal
tony2001Mon Jan 17 13:08:55 2005 EDT Modified files: /php-src/ext/odbc php_odbc.c Log: fix weird DB2 issue: DB2's SQLDataSources() returns _max available_ length of result string instead of _real_ length and that results in strings a-la \0

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

2005-01-17 Thread Antony Dovgal
tony2001Mon Jan 17 13:11:39 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/odbc php_odbc.c Log: MFH: fix weird DB2 issue http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.179.2.1r2=1.179.2.2ty=u Index: php-src/ext/odbc/php_odbc.c

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/odbc php_odbc.c

2005-01-17 Thread Antony Dovgal
tony2001Mon Jan 17 13:12:07 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/odbc php_odbc.c Log: MFH: fix wierd DB2 issue http://cvs.php.net/diff.php/php-src/ext/odbc/php_odbc.c?r1=1.143.2.18r2=1.143.2.19ty=u Index:

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

2005-01-17 Thread Ilia Alshanetsky
iliaa Mon Jan 17 19:14:56 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard file.c Log: Fixed bug #31580 (fgetcsv() problematic with escape sequences).

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

2005-01-17 Thread Frank M. Kromann
fmk Tue Jan 18 01:09:49 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: make the mssql extension work with freetds on win32 http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.145r2=1.146ty=u Index: php-src/ext/mssql/php_mssql.c