WAMP中的Datastax Cassandra PHP扩展

时间:2016-01-28 13:00:33

标签: php cassandra wamp datastax php-extension

我正在使用WAMP和php v5.5.12 尝试安装datastax php驱动程序(https://github.com/datastax/php-driver) 1.我从here获取已编译的dll文件并将其放在/ ext文件夹中 2.将extention = php_cassandra.dll添加到php.ini
3.重新启动WAMP服务器

我在wamp php错误日志中遇到此错误:

  

[28-Jan-2016 07:32:57 UTC] PHP警告:PHP启动:无法加载动态库'c:/wamp/bin/php/php5.5.12/ext/php_cassandra.dll' - 指定无法找到模块。

还安装了Pear包,但没有任何变化 有没有人在这里体验过cassandra在Windows上的新驱动程序? 可能是什么问题?

2 个答案:

答案 0 :(得分:1)

您需要使用Thread Safe版本(TS),当然还需要使用PHP5.5版本。如果WAMPServer是32位,你需要使用x86,如果WAMPServer是64位版本,你需要使用x64

该dll应放在\wamp\bin\php\php5.5.12\ext文件夹

答案 1 :(得分:1)

我无法在pecl php网站上找到.dll。同样的错误。

但是这里发现的.dll有效!

http://downloads.datastax.com/php-driver/windows/cassandra/