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">&lt;<a href="mailto:jtansavatdi@rubiconproject.com">jtansavatdi@rubiconproject.com</a>&gt;</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>
&gt;The new PECL package amqp-1.0.0 (stable) has been released at<br>
&gt;<a href="http://pecl.php.net/" target="_blank">http://pecl.php.net/</a>.<br>
&gt;<br>
&gt;Release notes<br>
&gt;-------------<br>
&gt;1.0.0 Release:<br>
&gt;Changed/finalized API signature:<br>
&gt; � �* Exposing AMQPChannel<br>
&gt; � �* Exposing AMQPEnvelope<br>
&gt; � �* Exposing more queue and exchange arguments and flags<br>
&gt; � �* Exposing basic.qos<br>
&gt;Added persistent connections<br>
&gt;Cleaned up codebase<br>
&gt;Fixed memory leaks and segmentation faults<br>
&gt;<br>
&gt;0.3.1 Release:<br>
&gt;Fixed bug:<br>
&gt; � �* 24323: Cannot get the name for auto-named reply-to queues<br>
&gt;<br>
&gt;0.3.0 Release:<br>
&gt;Fixed memory leaks in many functions (courtesy Jonathan Tansavatdi and<br>
&gt;Andy Wick)<br>
&gt;Fixed consume method to return proper values<br>
&gt;Cleaned up variable usage<br>
&gt;Fixed bugs:<br>
&gt; � �* 22638: Unexpected exit code 1 with AMQPQueue::consume()<br>
&gt; � �* 22698: AMQPQueue::consume<br>
&gt;<br>
&gt;0.2.2 Release:<br>
&gt;Made extension compatible with PHP lt 5.3 (courtesy John Skopis)<br>
&gt;Fixed wrong typing of message properties (courtesy John Skopis)<br>
&gt;<br>
&gt;0.2.1 Release:<br>
&gt;Fixed refcount decrementing bug causing segfaults.<br>
&gt;<br>
&gt;0.2.0 Release:<br>
&gt;Works with AMQP 0-8 and 0-9-1 (used by RabbitMQ 2.*)<br>
&gt;Modified AMQPConnection object:<br>
&gt; � �* Requires call to &#39;connect&#39; method to connect (no longer connects on<br>
&gt;instantiation)<br>
&gt; � �* Added support for disconnect and reconnect<br>
&gt; � �* Added helper setters for port, host, vhost, login and password<br>
&gt;Improved consume method to block for MIN messages, and try to get MAX<br>
&gt;messages if available<br>
&gt;Fixed zval descoping bugs<br>
&gt;Fixed bugs:<br>
&gt; � �* 17809: Couldn&#39;t compile pecl extension under PHP 5.3<br>
&gt; � �* 17831: Segmentation fault when the exchange doesn&#39;t exists<br>
&gt; � �* 19707: AMQPQueue::get() doesn&#39;t return the message<br>
&gt; � �* 19840: Connection Exception<br>
&gt;<br>
&gt;Package Info<br>
&gt;-------------<br>
&gt;This extension can communicate with any AMQP spec 0-9-1 compatible<br>
&gt;server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to<br>
&gt;create and delete exchanges and queues, as well as publish to any<br>
&gt;exchange and consume from any queue.<br>
&gt;<br>
&gt;Related Links<br>
&gt;-------------<br>
&gt;Package home: <a href="http://pecl.php.net/package/amqp" target="_blank">http://pecl.php.net/package/amqp</a><br>
&gt; � 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>
&gt; � �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>
&gt;<br>
&gt;Authors<br>
&gt;-------------<br>
&gt;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>