English 中文(简体)
窗户中的 phpredis 7 64bit xampp
原标题:phpredis on windows 7 64bit xampp

我试图让红星在我的窗口机器上为发展工作。 我已经把Reis上台,并在我的Utu10.04服务器上运行,有Sandredis客户。

在我的窗户机器上,我可以开办红星服务器,因为它不需要安装,而且它为发展提供了良好的动力,但我可以说明如何安装“放风机”。 似乎令人困惑的是,我已经花了两天时间进行这项工作,但没有结果。

我用吉特语掌握了来文方的档案,但我确实使用Gite Bash,但这是最后一位指挥,他们的工作方式与乌伦图相同。 我也下载了两卷单,一只有ts子,另一只有nt子,没有任何东西。

http://commandperls.com/install-phpredis/ there is manual how to install phpredis, but it works only on ubuntu for my. I m very newbie for a command line and I m not sure if this even suppose to work on windows, like with cmd or git bash.

So my question is, how can I make that phpredis work on windows? Is there is any way to make that happen? I know there is Predis and I already tried that one, but because I m planning to use phpredis on my server, i would like to use same on development machine.

最佳回答
问题回答

You can still find up to date compiled dll binaries of Redis(and many more) at the following location: http://windows.php.net/downloads/pecl/releases/redis/2.2.7/

    # php -i | find "Architecture"
    # php -i | find "Thread"

Php 7 with redis support for xammp there are new binaries available in: https://windows.php.net/downloads/pecl/releases/redis/

这为我工作:

<Answer referreded from this Article :

www.un.org/spanish/ecosoc 如x86、php版和Thread Safety.等,核对所有资料。

www.un.org/spanish/ecosoc 本条使用港:

https://pecl.php.net/ Package/redis/2.2.7/windows“rel=” https://pecl.php.net/ Package/redis/2.2.7/windows。 你们需要知道什么版本会为你们工作。 首先,检查了你的实验室版本,并知道是否能够使read安全(青年可以通过使用Sphpinfo()来做到这一点)。 下载适当版本的舱面安全,使得能够使用斜体版本。 摘录内容,并抄录Xamp/php/ext.dll文档。 其次,打开了位于(xampp/php)的php.ini文档,并加上这一伸缩延伸=“php_redis.dll”和其他延伸。





相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...

热门标签