Orange-OpenSource / YACassandraPDO

Cassandra PDO Driver fork
Apache License 2.0
85 stars 32 forks source link

HHVM support #65

Open kstefanini opened 9 years ago

kstefanini commented 9 years ago

Hello, using HHVM I get this :

[PDOException]
could not find driver

Looks like the driver isn't fully supported with HHVM. Do you know how to get it work ?

Extension is declared in /etc/hhvm/config.hdf like this :

DynamicExtensions {
  cassandra = /usr/lib/php5/20100525/pdo_cassandra.so
}

Thanks!

ArniDzhan commented 9 years ago

tried to get it working with HHVM too, no success though. Looking forward to resolution of this issue