On Sun, Jun 5, 2011 at 1:00 AM, Andi Gutmans <a...@zend.com> wrote:

> For starters I would bundle ext/mongo which is very well maintained; see if 
> we can get "thrift_protocol" contributed to PECL and included (support HBase 
> and Cassdandra and used by a few PHP SDKs integrating with these data stores).

I see two problems with this specific extension. One is that
apache.org uses CLA, we do not allow CLA, even in PECL. Or is this
project does not follow this rule?

The 2nd one is that the implementation is rather not very nice.C++
usage for the sake of using C++, use c0x/c90 types instead of safely
detect types or using std headers (stdint, inttypes, etc.), could have
been done easily using php's stream (slightly slower but almost
irrelevant in this case).

Cheers,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to