Open kstefanini opened 10 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 :
/etc/hhvm/config.hdf
DynamicExtensions { cassandra = /usr/lib/php5/20100525/pdo_cassandra.so }
Thanks!
tried to get it working with HHVM too, no success though. Looking forward to resolution of this issue
Hello, using HHVM I get this :
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 :Thanks!