AntonTerekhov / OrientDB-PHP

Binary protocol for OrientDB for PHP applications (Beta)
http://code.google.com/p/orient/wiki/NetworkBinaryProtocol
BSD 3-Clause "New" or "Revised" License
108 stars 23 forks source link

Binary protocol is uncompatible with the Server connected: clientVersion=8, serverVersion=9 #11

Closed Taygan closed 12 years ago

Taygan commented 12 years ago

Hi, I am using the latest orientdb-1.0rc9 server as well as the latest OrientDB-PHP release.

I get the following error:

Binary protocol is uncompatible with the Server connected: clientVersion=8, serverVersion=9.

I read your readme which says to use the rc9-SNAPSHOT... just wanted to bring this to your attention.

ALSO, EXCELLENT WORK!!!... your library is awesome and very easy to use.

AntonTerekhov commented 12 years ago

Thank you!

Right now protocol version 9 is implemented in beta-0.4.5. b2324e39f8

AntonTerekhov commented 12 years ago

So, its must be compatible to 1.0rc9. If not - I'll fix it. beta-0.4.5 - is a tag, it can be found in Tags section