jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Implemented streaming in Transport/Stream.php #96

Closed alexbilbie closed 11 years ago

alexbilbie commented 11 years ago

Fixes #92

jadell commented 11 years ago

The streaming addition is okay, as long as you make the additions requested in #90.

A few comments about the rest of it:

Will you please revert the fread and the exception throwing changes, and make a separate pull request?

alexbilbie commented 11 years ago

Have opened #99 with aforementioned changes