On Sun, Oct 30, 2011 at 7:31 PM, <[email protected]> wrote: > So are you saying that I should just upgrade my PHP version to 5.3 and copy > the libzmq.dll file that's in the snapshot to my extension directory in php? > Please let me know if this is the correct thing to do. Thank you.
Hello, no, this is not what I am saying. libzmq.dll is the ZeroMQ library, which is required to use the extension and it should be placed somewhere in the DLL search paths [1]. The snapshot PHP extension zip package contains two directories called nts and ts for non-threadsafe and thread-safe versions of PHP. The snapshot version of the PHP extension will only work with PHP 5.3 as mentioned before. [1] http://msdn.microsoft.com/en-us/library/7d83bc18(v=vs.80).aspx -- Mikko Koppanen _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
