[rabbitmq-discuss] FW: [PECL-DEV] [ANNOUNCEMENT] amqp-1.0.8 (stable) Released.

Pieter de Zwart pdezwart at rubiconproject.com
Mon Nov 12 05:23:43 GMT 2012


I am excited to announce a new version of the php-amqp PECL extension for
PHP.

Bernhard and Lars deserve all the credit for managing this new release
which fixes a lot of bugs and adds support for connection timeouts,
contributed by Alex Sladkov.

Pieter

On 11/11/12 9:20 PM, "PECL Announce" <pecl-dev at lists.php.net> wrote:

>The new PECL package amqp-1.0.8 (stable) has been released at
>http://pecl.php.net/.
>
>Release notes
>-------------
>1.0.8 Release:
>    * Skip var_dump test on PHP 5.2
>    * Initialize consumer tag string length to zero
>    * Support connection time outs
>    * Adding consumer_tag parameter to AMQPQueue::cancel
>    * Clean up error code handling
>
>1.0.6 Release:    
>    * 62354: Segmentation fault when printing or dumping an object that
>contains an AMQP object
>    * Adding in missing tests
>    * Fixing release number in PHP information
>    * Adding .gitignore info for Git users
>    * Cleaning up debug handling
>     
>1.0.5 Release:
>    * 62696: Incorrect exchange type
>    * Handles server connections being closed during consume and publish
>correctly
>    * 62628: Exception thrown in consume will lock PHP
>    * 61533: Segmentation fault when instantiating channel, queue or
>exchange with wrong object, then using it
>    
>1.0.4 Release:
>    * 62549: Fixing broken persistent connection
>    * 62412: Fixing segfault due to destruction order
>    * 62411: Fixing declaration overload bug
>    * 62410: Fixing declaration overload for 5.4
>    * 61337: Adding License file
>    * 61749: Fixing handling for binary content in envelope
>    * 62087: Adding appropriate version information
>    * 62354: Enabling debugging dumping of objects
>    * 61351: Updating min PHP version requirements to 5.2.0
>     
>1.0.3 Release:
>    * Fixing compilation issue with PHP 5.4
>
>1.0.2 Release:
>Fixed bug:
>    * Memory leak when using AMQPQueue::get from a queue with no messages
>
>1.0.1 Release:
>Fixed bug:
>    * 61247: Allow queue creation with empty queue name, and return auto
>generated name
>    * 61127: Segmentation fault when cleaning up an AMQPChannel without
>calling AMQPConnection::connect first
>
>1.0.0 Release:
>Changed/finalized API signature:
>    * Exposing AMQPChannel
>    * Exposing AMQPEnvelope
>    * Exposing more queue and exchange arguments and flags
>    * Exposing basic.qos
>Added persistent connections
>Cleaned up codebase
>Fixed memory leaks and segmentation faults
>     
>0.3.1 Release:
>Fixed bug:
>    * 24323: Cannot get the name for auto-named reply-to queues
>     
>0.3.0 Release:
>Fixed memory leaks in many functions (courtesy Jonathan Tansavatdi and
>Andy Wick)
>Fixed consume method to return proper values
>Cleaned up variable usage
>Fixed bugs:
>    * 22638: Unexpected exit code 1 with AMQPQueue::consume()
>    * 22698: AMQPQueue::consume
>
>0.2.2 Release:
>Made extension compatible with PHP lt 5.3 (courtesy John Skopis)
>Fixed wrong typing of message properties (courtesy John Skopis)
>
>0.2.1 Release:
>Fixed refcount decrementing bug causing segfaults.
>
>0.2.0 Release:
>Works with AMQP 0-8 and 0-9-1 (used by RabbitMQ 2.*)
>Modified AMQPConnection object:
>    * Requires call to 'connect' method to connect (no longer connects on
>instantiation)
>    * Added support for disconnect and reconnect
>    * Added helper setters for port, host, vhost, login and password
>Improved consume method to block for MIN messages, and try to get MAX
>messages if available
>Fixed zval descoping bugs
>Fixed bugs:
>    * 17809: Couldn't compile pecl extension under PHP 5.3
>    * 17831: Segmentation fault when the exchange doesn't exists
>    * 19707: AMQPQueue::get() doesn't return the message
>    * 19840: Connection Exception
>
>Package Info
>-------------
>This extension can communicate with any AMQP spec 0-9-1 compatible
>server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to
>create and delete exchanges and queues, as well as publish to any
>exchange and consume from any queue.
>
>Related Links
>-------------
>Package home: http://pecl.php.net/package/amqp
>   Changelog: http://pecl.php.net/package-changelog.php?package=amqp
>    Download: http://pecl.php.net/get/amqp-1.0.8.tgz
>
>Authors
>-------------
>Pieter de Zwart (lead)
>
>
>-- 
>PECL development discussion Mailing List (http://pecl.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>



More information about the rabbitmq-discuss mailing list