The new PECL package amqp-1.7.0alpha1 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
* Add PHP7 support (Bogdan Padalko, Steffen Hanikel)
* Add AMQPEnvelope::hasHeader(), AMQPExchange::hasArgument() and 
AMQPQueue::hasArgument() to check whether specific header exists (Bogdan 
Padalko)
* Completely move to zend object custom objects (AMQPEnvelope, AMQPExchange and 
AMQPQueue) (Bogdan Padalko)
* Use zend object on custom objects for properties storing (AMQPConnection and 
AMQPChannel) (Bogdan Padalko)
* Fix not properly deleted connection resource. (Bogdan Padalko, Steffen 
Hanikel)
* Fix not properly allocated and freed amqp_table_t arguments table memory. 
(Bogdan Padalko, Steffen Hanikel)

For a complete list of changes see:
https://github.com/pdezwart/php-amqp/compare/v1.6.0...v1.7.0alpha1

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.7.0alpha1.tgz

Authors
-------------
Lars Strojny <lstro...@php.net> (lead)
Pieter de Zwart (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to