Latest PECL Releases:
- amqp 1.7.0alpha2
* Fix AMQPConnection::setPort() writes to wrong property (Bogdan Padalko)- Upgrade vagrant box to Ubuntu 15.10 Wily Werwof (Bogdan Padalko)
For a complete list of changes see: https://github.com/pdezwart/php-amqp/compare/v1.7.0alpha1...v1.7.0alpha2
- pcs 1.3.1
- Fix issue #4 : Incompatibility with suhosin (seg fault) - Fix issue #5 : User code can override PCS scripts (autoload order) - ev 1.0.0RC3
Fix: issue #18 - mongodb 1.1.0
* PHPC-509: Default Manager URI to "mongodb://localhost:27017/" * PHPC-448: Fix arginfo for ReadConcern constructor * PHPC-514: Fix --with-mongodb-sasl flag * PHPC-512: Disable async stream connections * PHPC-508: Construct valid stream URI for IPv6 literals * PHPC-448: Manager::getReadConcern() and URI test * PHPC-448: Support readConcern option on Query * PHPC-448: Implement ReadConcern class * PHPC-443: Support "bypassDocumentValidation" option in BulkWrite * PHPC-450: failReceivedGetmore does not support getMore commands * PHPC-450: Don't assert exact isMaster response when dumping Servers * PHPC-450: Split query tests for OP_QUERY and find command * PHPC-450: Profiled aggregate commands log the collection NS in 3.2 * PHPC-450: Update open cursor check for MongoDB 3.2 * Fixed PHPC-502: bson_init_static(): precondition failed: data * PHPC-450: Enable majority read concern by default in MO * PHPC-450: Use MongoDB 3.2 final for testing