Skip to content
Advertisement

Tag: cassandra

Installing PHP Cassandra Driver – XAMPP on Windows

I am trying to install prebuilt binaries of Cassandra PHP driver on my windows xampp installation. I downloaded the package from here https://pecl.php.net/package/cassandra. I did the following; Extracted the package and added php_cassandra.dll to c:xamppphpext Added extension=php_cassandra.dll in php.ini file in c:xamppphpphp.ini Restarted the Apache server Now if I check with command php -m, I can see that the Cassandra

Advertisement