[zeromq-dev] Problem with loading php_zmq_ts.dll extension

Mikko Koppanen mikko.koppanen at gmail.com
Sun Oct 30 22:30:46 CET 2011


On Sun, Oct 30, 2011 at 7:31 PM,  <lawillas4ever at yahoo.com> 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



More information about the zeromq-dev mailing list