php-couchdb icon indicating copy to clipboard operation
php-couchdb copied to clipboard

PHP extension for CouchDB

Results 2 php-couchdb issues
Sort by recently updated
recently updated
newest added

/arch/dist/php-couchdb/couchdb.c:35:23: error: curl/curl.h: No such file or directory /arch/dist/php-couchdb/couchdb.c:343: error: expected '=', ',', ';', 'asm' or '**attribute**' before 'couchdb_make_request' /arch/dist/php-couchdb/couchdb.c: In function 'couchdb_prepare_request': /arch/dist/php-couchdb/couchdb.c:507: warning: implicit declaration of function 'couchdb_make_request'...

Would love to see a utility method for handling upsert pattern and automated conflict resolution. Feature should allow for 'partial update' of document. I know it's not part of the...