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
