Re: CouchDB extension

[email protected] (Johannes Schlüter) Wed, 21 Apr 2010 12:12:54 +0200
Newsgroups php.pecl.dev
Message-ID <1271844774.26805.171.camel@guybrush>
Hi,

On Wed, 2010-04-21 at 11:58 +0200, Andrew Colin Kissa wrote:
> Hi All,
> 
> 
> Greetings from South Africa, I am Andrew, I have written a PHP extension that wraps the CouchDB API
> 
> http://www.topdog.za.net/php_couchdb_extension

My tar complained while checking the download file:
        This does not look like a tar archive
        Skipping to next header
        Exiting with failure status due to previous errors
        
I wonder what the benefit over a PHP implementation is. We have ways to
do the needed http calls from PHP and en-/decode json so the penalty by
plain PHP shouldn't bee tooo big whereas installation/maintenance
simplifies compared to an extension.See PHPillow for instance
http://arbitracker.org/phpillow.html

What license is your extension using?

johannes