sopha icon indicating copy to clipboard operation
sopha copied to clipboard

A PHP 5.2+ CouchDB client library

Results 1 sopha issues
Sort by recently updated
recently updated
newest added

http_build_query encodes JSON arrays incorrectly, resulting in unexpected behavior when using arrays as view keys. Example: $params = array( "startkey" => array( 'foo' ), "endkey" => array( 'foo', array() )...