Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest PECL Releases (11.24.2015)
Nov 24, 2015 @ 14:05:02

Latest PECL Releases:

  • amqp 1.6.1
    1.6.1 Release:

    • Fix invalid amqp_table_t arguments population and freeing
    • Fix not properly deleted connection resource

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

    1.6.0 Release:

    • Various build fixes (Remi Collet)
    • librabbitmq 0.5 compatibility (Remi Collet)

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

    1.6.0beta4 Release:

    • Add ability to re-attach consuming callback (Bogdan Padalko)
    • Add AMQPQueue::getConsumerTag() method and fix consumer tag handling in AMQPQueue class methods (Bogdan Padalko)
    • Add channel_max, frame_max and hearbeat support (see AMQPConnection::__construct() method) (librabbitmq version >= 0.6.0 required) (Bogdan Padalko)
    • Fix issue with message truncating to first null-byte during sending (Bogdan Padalko, special thanks to Alex Kazinskiy, Alvaro Videla and Michael Klishin)
    • Fix issue with message truncating to first null-byte during sending (Bogdan Padalko)
    • Fix invalid delivery mode returned by AMQPEnvelop::getDeliveryMode (Bogdan Padalko)

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

    1.6.0beta3 Release: * Add basic.recover AMQP method support (see AMQPChannel::basicRecover() method) (Bogdan Padalko) * Fix building on OS X (Bogdan Padalko)

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

    1.6.0beta2 Release: * Pulled 1.6.0beta1, as it had the stable tag

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

    1.6.0beta1 Release: * Add support for nested arguments values (Bogdan Padalko) * Add auto_delete and internal flags support for AMQPExchange::declare (librabbitmq version > 0.5.2 required) (Bogdan Padalko) * Fix persistence support (Bogdan Padalko) * Add AMQPExchange::unbind method and fix AMQPExchange::bind method. WARNING: this can potentially break BC (Bogdan Padalko) * Add support to consume messages from multiple queues (Bogdan Padalko) * Add AMQP_DURABLE flag support to AMQPExchange::setFlags (librabbitmq version > 0.5.2 required) (Bogdan Padalko) * Fix inconsistent INI values comparison which leads to deprecation warnings (Bogdan Padalko) * Various segfault and memory leak fixes (Bogdan Padalko)

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

    1.4.0 Release: * Fix #72: Publishing to an exchange with an empty name is valid and should not throw an exception (lstrojny) * Fix #77: AMQPQueue::delete() now no longer returns a boolean, but an integer of how many messages were deleted. WARNING: this can potentially break BC (Bogdan Padalko) * Fix #75: adhering to the AMQP spec by closing channel and sometimes even the connection in case of certain errors (Bogdan Padalko) * Fix #81: Add optional arguments parameter to bind()/unbind() (Michael Squires) * Fix #82: additional getters (getChannel(), getConnection()) (Bogdan Padalko) * Fix #92: fix various memory leaks in the AMQPConnection class (Lars Strojny) * Using amqp_error_string2() instead of deprecated amqp_error_string() (Lars Strojny) * Fix memory leaks in setHost, setLogin, setPassword, setVhost (Lars Strojny, Bogdan Padalko) * Fixed a memleak in php_amqp_connect (Julien Pauli) * Use rabbitmq-c defaults for max channels and default frame size (Bogdan Padalko) * Fix socket timeout error when connecting over high-latency network (Bogdan Padalko)

    For a complete list of changes see:
    https://github.com/pdezwart/php-amqp/compare/v1.3.0...v1.4.0
    

    1.3.0 Release: * Allow retrieving auto-delete exchanges (Guilherme Blanco) * Add connection timeout support. This requires bumping the version requirement for librabbitmq to >= 0.4.1 (Bogdan Padalko)

    For a complete list of changes see:
    https://github.com/pdezwart/php-amqp/compare/v1.2.0...v1.3.0
    

    1.2.0 Release: * New methods AMQPChannel::getPrefetchCount() and AMQPChannel::getPrefetchSize() * Deprecate AMQPQueue::declare() in favor of AMQPQueue::declareQueue() * Deprecate AMQPExchange::declare() in favor of AMQPExchange::declareExchange() * Smaller fixes to our stubs

    For a complete list of changes see:
    https://github.com/pdezwart/php-amqp/compare/v1.0.10...v1.2.0
    

    1.0.10 Release: * report correct version in module info (Lars Strojny) * fix class interface definitions (Vladimir Kartaviy) * add ability to bind a queue with an empty routing key (Vladimir Kartaviy) * fix constant AMQP_IFUNUSED (Florin Patan, Bernhard Weisshuhn) * added stubs for ide use (Vladimir Kartaviy, Bernhard Weisshuhn) * Fixed memory leak in queue->declareQueue (Ilya a.k.a. coodix) * support for php 5.5 (Lars Strojny) * add support for read and write timeouts (Bogdan Padalko) * fix memory leak in queue->consume (Dmitry Vinogradov) * add support for custom exchange types (empi89) * support for nested custom headers (Bernhard Weisshuhn) * fix memory (Bernhard Weisshuhn)

    For a complete list of changes see:
    https://github.com/pdezwart/php-amqp/compare/v1.0.9...v1.0.10
    

    1.0.9 Release: * Fix pecl relase

    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

  • pthreads 3.1.2
    introduce explicit object cast (see test)
  • pcs 1.1.1
    PHP 5 and 7
  • ev 1.0.0RC2
    Fix: EvChild::set() parameter parsing (thanks to Remi) Fix: issue #16 where get_properties handler failed with segmentation fault Fix: issue #17 where EgSignal::$signum property always returned NULL Fix: EvStat::$path property always returned NULL
  • xdebug 2.4.0RC1
    Sat, Nov 21, 2015 - xdebug 2.4.0RC1

    = Fixed bugs:

    • Fixed issue #1195: Segfault with code coverage and foreach
    • Fixed issue #1200: Additional opcodes need to be overloaded for PHP 7
    • Fixed issue #1202: Anonymous classes are not handled properly while remote debugging
    • Fixed issue #1203: Accessing static property of a class that has no static properties crashes while remote debugging
    • Fixed issue #1209: Segfault with building a function name for create_function
    • Restored Windows support (Includes patches by Jan Ehrhardt)
  • APCu 4.0.9
    - be consistent with APC in use of atomics, avoid surprises
  • APCu 5.1.1
    - be consistent with APC in use of atomics, avoid surprises
  • cassandra 1.0.1
    # 1.0.1

    Features:

    • Added support for the 2.2.x release of the C/C++ driver

    Bug Fixes:

    • [PHP-53] Error when inserting a "0" Decimal
  • ev 1.0.0RC1
    Added PHP7 support
  • pthreads 3.1.1
    Fix fault when ::shutdown is called on Thread preceeding ::start
  • pthreads 3.1.0
    Initial development of v3 is complete, this release is the first supported release of pthreads v3 for PHP7. Breaking changes for Collectables in this release. SemVer will be (roughly) followed from this release onward. Everyone on PHP7 must upgrade!
  • APCu 4.0.8
    - fix inconsistent member names for entries in userland - fix race on ref_count
  • APCu 5.1.0
    - PHP 7 compatibility - provide APC compatibility in "apc" optional extension - move APCIterator to APC compatibility extension - add APCuIterator without cache argument - drop apcu_bin_* functions - add apcu_entry(key, callback, ttl) function - fix race on refcount of entry when using rwlocks (or on windows)
  • eio 2.0.0RC1
    PHP 7 support Fix: uid/gid validation in eio_fchown Fix: compilation issue on OS X 10.11
  • pcs 1.1.0
    PHP 5 and 7
  • pcs 1.0.1
    PHP 5 and 7
tagged:

Link:


Trending Topics: