SSL support by any chance?<div><br><div class="gmail_quote">On Wed, Feb 15, 2012 at 4:19 PM, Jonathan Tansavatdi <span dir="ltr"><<a href="mailto:jtansavatdi@rubiconproject.com">jtansavatdi@rubiconproject.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just wanted to let everyone know that AMQP (a PHP extension) has been<br>
released to the public. This is the first stable release.<br>
<br>
>The new PECL package amqp-1.0.0 (stable) has been released at<br>
><a href="http://pecl.php.net/" target="_blank">http://pecl.php.net/</a>.<br>
><br>
>Release notes<br>
>-------------<br>
>1.0.0 Release:<br>
>Changed/finalized API signature:<br>
> * Exposing AMQPChannel<br>
> * Exposing AMQPEnvelope<br>
> * Exposing more queue and exchange arguments and flags<br>
> * Exposing basic.qos<br>
>Added persistent connections<br>
>Cleaned up codebase<br>
>Fixed memory leaks and segmentation faults<br>
><br>
>0.3.1 Release:<br>
>Fixed bug:<br>
> * 24323: Cannot get the name for auto-named reply-to queues<br>
><br>
>0.3.0 Release:<br>
>Fixed memory leaks in many functions (courtesy Jonathan Tansavatdi and<br>
>Andy Wick)<br>
>Fixed consume method to return proper values<br>
>Cleaned up variable usage<br>
>Fixed bugs:<br>
> * 22638: Unexpected exit code 1 with AMQPQueue::consume()<br>
> * 22698: AMQPQueue::consume<br>
><br>
>0.2.2 Release:<br>
>Made extension compatible with PHP lt 5.3 (courtesy John Skopis)<br>
>Fixed wrong typing of message properties (courtesy John Skopis)<br>
><br>
>0.2.1 Release:<br>
>Fixed refcount decrementing bug causing segfaults.<br>
><br>
>0.2.0 Release:<br>
>Works with AMQP 0-8 and 0-9-1 (used by RabbitMQ 2.*)<br>
>Modified AMQPConnection object:<br>
> * Requires call to 'connect' method to connect (no longer connects on<br>
>instantiation)<br>
> * Added support for disconnect and reconnect<br>
> * Added helper setters for port, host, vhost, login and password<br>
>Improved consume method to block for MIN messages, and try to get MAX<br>
>messages if available<br>
>Fixed zval descoping bugs<br>
>Fixed bugs:<br>
> * 17809: Couldn't compile pecl extension under PHP 5.3<br>
> * 17831: Segmentation fault when the exchange doesn't exists<br>
> * 19707: AMQPQueue::get() doesn't return the message<br>
> * 19840: Connection Exception<br>
><br>
>Package Info<br>
>-------------<br>
>This extension can communicate with any AMQP spec 0-9-1 compatible<br>
>server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to<br>
>create and delete exchanges and queues, as well as publish to any<br>
>exchange and consume from any queue.<br>
><br>
>Related Links<br>
>-------------<br>
>Package home: <a href="http://pecl.php.net/package/amqp" target="_blank">http://pecl.php.net/package/amqp</a><br>
> Changelog: <a href="http://pecl.php.net/package-changelog.php?package=amqp" target="_blank">http://pecl.php.net/package-changelog.php?package=amqp</a><br>
> Download: <a href="http://pecl.php.net/get/amqp-1.0.0.tgz" target="_blank">http://pecl.php.net/get/amqp-1.0.0.tgz</a><br>
><br>
>Authors<br>
>-------------<br>
>Pieter de Zwart (lead)<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>