jadell / neo4jphp

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

neo4jphp is not compatible with PHP7 #175

Closed sukei closed 8 years ago

sukei commented 8 years ago

The class Everyman\Neo4j\Cache\Null can't have this name in PHP7 as it is a reserved keyword. I propose to rename it to Everyman\Neo4j\Cache\None.

The PR #174 addresses this issue.

andrewnester commented 8 years ago

+1

jadell commented 8 years ago

Fixed by #174