Skip to content

Commit

Permalink
Readme cleanup for cpp/php/python_examples. Line breaks, platform inf…
Browse files Browse the repository at this point in the history
…o, etc...

Updating build script not to include php-mac.
  • Loading branch information
jhugg committed Oct 15, 2010
1 parent 387db7a commit 45d25c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Expand Up @@ -4,6 +4,9 @@ The PHP VoltDB client library allows connecting to a VoltDB cluster,
invoking stored procedures and reading responses from a PHP5
application.

The binary file provided is compiled for 64-bit Linux. To use the
library on other platforms, it currently must be built from source.

## Installation

Copy the VoltDB PHP extension (voltdb.so) to your PHP extension
Expand Down Expand Up @@ -31,7 +34,8 @@ This wrapper is still in its development phase, so a few features are
not fully supported. This includes:

* Parameters arrays
Arrays of parameters are supported using vector wrappers, but they aren't tested.
Arrays of parameters are supported using vector wrappers, but they
aren't tested.

* int64_t and Decimal: int64_t doesn't work because PHP doesn't
support 64-bit integers. Decimal isn't tested.
Expand Down

0 comments on commit 45d25c2

Please sign in to comment.