I have an application that uses mq broker rabbit, and I have users written in php and using this extension http://pecl.php.net/package/amqp . I would like to compile these users using hiphop, but the amqp extension is not supported in hiphop. So the question is, can I compile PECL extensions in hiphop?
Thanks in advance
source
share