简体   繁体   English

有人在Windows x64上为php 5.2.x编译了一个rabbitmq / amqp库

[英]Has anyone compiled a rabbitmq/amqp library for php 5.2.x on windows x64

I'm trying to publish messages to RabbitMQ from a php (5.2.x) script on my windows X64 dev machine. 我正在尝试从我的Windows X64开发机器上的php(5.2.x)脚本向RabbitMQ发布消息。

The problem is that I didn't find any dll extension for php. 问题是我没有找到任何PHP的DLL扩展。 My collegue is actually trying to build it (cf. How do you compile a PHP extension on windows with cygwin/mingw? ), but without success :(. 我的同事实际上正在尝试构建它(参见。 如何使用cygwin / mingw在Windows上编译PHP扩展? ),但没有成功:(。

Does anyone know where I can find a valid/working RabbitMQ dll extension for php (5.2.x)? 有谁知道我在哪里可以找到php(5.2.x)的有效/工作RabbitMQ dll扩展? Or if someone has the experience to do it correctly and quickly it would certainly be very helpful. 或者,如果某人有经验正确而迅速地做到这一点肯定会非常有帮助。

Why not use php-amqplib ? 为什么不使用php-amqplib Technically there's no need for this to be written as a low-level extension, Amqp is a TCP level protocol, it's possible to implement these in PHP. 从技术上讲,没有必要将其编写为低级扩展,Amqp是TCP级协议,可以在PHP中实现这些。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM