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. Sent from my BlackBerry® wireless handheld from Glo Mobile.
-----Original Message----- From: Mikko Koppanen <[email protected]> Sender: [email protected] Date: Sun, 30 Oct 2011 19:01:24 To: ZeroMQ development list<[email protected]> Reply-To: ZeroMQ development list <[email protected]> Subject: Re: [zeromq-dev] Problem with loading php_zmq_ts.dll extension On Sun, Oct 30, 2011 at 3:33 PM, lanre lawal <[email protected]> wrote: > I downloaded the php_zmq_ts.dll extension > from http://valokuva.org/builds/ and when i tried to load the extension i > get the following error in php_error_log "Unable to load dynamic library > 'c:/wamp/bin/php/php5.2.9-2/ext/php_zmq_ts.dll' - The specified procedure > could not be found.". Please what could be the issue. I'm running a Windows > 7 64-bit. Is the extension dependent on the system type? If so can I get > working extensions for both 32-bit and 64-bit? Thanks Hello, there are no builds for PHP 5.2. The build system was completely renewed in PHP 5.3, which makes it easier to build extensions. PHP 5.3 version of the PHP extension can be downloaded from http://snapshot.zero.mq/. -- Mikko Koppanen _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
