Re: [PHP-DEV] SQLite3 class missing createCollation()

2012-01-24 Thread b dewar
On Mon, Jan 23, 2012 at 6:44 PM, Damien Tournoud wrote: > Also see https://bugs.php.net/bug.php?id=55226 > > Same idea, but for the PDO_sqlite implementation. > > Damien > Thanks. I submitted my patch, and commented on both, referring each to the other. -- PHP Internals - PHP Runtime Developme

[PHP-DEV] SQLite3 class missing createCollation()

2012-01-23 Thread b dewar
Hi I initially sent this to php-db, but I guess it really belongs on internals. The C API for SQLite3 has an sqlite3_create_collation() feature that's missing from PHP's SQLite3 class API. I'm working on a patch that adds the SQLite3::createCollation(string collation_name, mixed callback) method