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

2007-10-23 Thread Jani Taskinen
I'm pretty sure #4294 is not the correct bug number.. --Jani On Mon, 2007-10-22 at 22:43 +, Ilia Alshanetsky wrote: > iliaa Mon Oct 22 22:43:44 2007 UTC > > Modified files: (Branch: PHP_5_2) > /php-src/ext/mssqlphp_mssql.c > /php-src NEWS > Log: >

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd_debug.h

2007-10-23 Thread Andrey Hristov
andrey Tue Oct 23 10:10:18 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd.c mysqlnd_debug.h Log: Fix build failure on Windows. Seems "free" can't be used even as method name of a structure. The MS compiler (the preprocessor most pro

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd_debug.h

2007-10-23 Thread Andrey Hristov
andrey Tue Oct 23 10:17:39 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_debug.h Log: MFB: Fix compile failure on windows http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/mysqlnd

[PHP-CVS] cvs: php-src /ext/mysql config.w32 /ext/mysqli config.w32

2007-10-23 Thread Andrey Hristov
andrey Tue Oct 23 10:44:25 2007 UTC Modified files: /php-src/ext/mysql config.w32 /php-src/ext/mysqli config.w32 Log: Fix the build, the w32 files should look like in 5_3 http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/config.w32?r1=1.3&r2=1.4&diff_format

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd_debug.h

2007-10-23 Thread Marcus Boerger
Hello Andrey, basically you cannot use any define. And when you want to be platform agnostic/independent then you must assume all posix/c-api functions are defines. marcus Tuesday, October 23, 2007, 12:10:18 PM, you wrote: > andrey Tue Oct 23 10:10:18 2007 UTC > Modified files:

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

2007-10-23 Thread Ilia Alshanetsky
iliaa Tue Oct 23 15:21:20 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct php_sybase_ct.c Log: Fixed bug #43074 (attempt to increment refcount outside of the macro) http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1