Re: [PHP-DEV] pdo_mysql patch

2007-06-25 Thread Kevin Waterson
This one time, at band camp, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Will this mechanism for differentiating between TEXT and BLOB work in > MySQL 3.23? >From what I can see of the c api, the 3.23 and 4 api is the same. So should work in both. Kevin -- "Democracy is two wolves and a l

Re: [PHP-DEV] pdo_mysql patch

2007-06-25 Thread Kevin Waterson
This one time, at band camp, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Will this mechanism for differentiating between TEXT and BLOB work in > MySQL 3.23? unable to test with 3.* Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb

Re: [PHP-DEV] pdo_mysql patch

2007-06-25 Thread Kevin Waterson
This one time, at band camp, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Will this mechanism for differentiating between TEXT and BLOB work in > MySQL 3.23? unable to test with 3.* Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb

Re: [PHP-DEV] pdo_mysql patch

2007-06-25 Thread Ilia Alshanetsky
Will this mechanism for differentiating between TEXT and BLOB work in MySQL 3.23? On 25-Jun-07, at 9:49 PM, Kevin Waterson wrote: currently pdo_mysql is unable to discern between a BLOB and a TEXT field in mysql_statement.c By using the current if (IS_BLOB(F->flags)), which is now depre

[PHP-DEV] pdo_mysql patch

2007-06-25 Thread Kevin Waterson
currently pdo_mysql is unable to discern between a BLOB and a TEXT field in mysql_statement.c By using the current if (IS_BLOB(F->flags)), which is now deprecated in the mysql c api, it will be true for both TEXT and BLOB fields. By updating a little to the newer api and checking with F->type we

Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core

2007-06-25 Thread Alexey Zakhlestin
As far as I understood, the problem is not oniguruma, which is BSD-licensed, but libmbfl, which is LGPL-licenses according to http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/README.libmbfl?revision=1.1&view=markup but according to http://sourceforge.jp/projects/php-i18n/ it is BSD-licensed now

[PHP-DEV] PHP 6 Bug Summary Report

2007-06-25 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (46 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers 27372 Verified parse error loadin

Re: [PHP-DEV] [RFC] SPL & PCRE as always enabled in core

2007-06-25 Thread Antony Dovgal
On 25.06.2007 06:17, Cristian Rodriguez wrote: On 6/6/07, Marcus Boerger <[EMAIL PROTECTED]> wrote: Also we have no control over mbstring's license because the license holder refuses to change mbstring library to PHP License. why he has to ? the library is not derivated work of PHP, is a pla

[PHP-DEV] PHP 4 Bug Summary Report

2007-06-25 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (640 total including feature requests) ===[*Directory/Filesystem functions] 40661 Open cwd is reset when shutdown handler runs ===