Latest PECL Releases:
- APM 2.0.2
Fixed:
- Compilation issue on non ZTS setup
- APM 2.0.1
Fixed:
- #10: Bad configure message (thx @RemiCollet)
- #11: Bad version reported (thx @RemiCollet)
- #13: ZTS build is broken (thx @RemiCollet)
- APM not working with XDebug
If Xdebug is enabled as in xdebug_enable() or xdebug.default_enable, APM error callback will not be called.
Use xdebug.default_enable=0 or xdebug_disable() to go through APM error handling.
Improved:
- #12: Installation of files via pecl install
- StatsD driver (thanks @0livier for the discovery!)
Changed:
- Web frontend located on its own repository: https://github.com/patrickallaert/php-apm-web
- uopz 2.0.7
fix bug in overriding methods in classes loaded prior to override
add ability to send object from ZEND_NEW handler
send exit parameter to overload function
fix bug in handling exit status code when overloading disabled
set exit status code when overloading enabled from return value
- couchbase 2.0.5
This is a patch update to the PHP 2.0 SDK.
Changes:
- Orphan: Corrected issue where durability checking may not propagate errors.
- PCBC-327: group_level semantics now support server 3.x.
- Orphan: Corrected issue with some ViewQuery methods.
- PCBC-326: Zero-length strings no longer decode as NULL.
- redis 2.2.7
phpredis 2.2.7
-- Improvements ---
- Implemented PFADD, PFMERGE, and PFCOUNT command handling
- Implemented ZRANGEBYLEX command (holding off on ZREVRANGEBYLEX as that won't be out until 3.0)
- Implemented getMode() so clients can detect whether we're in ATOMIC/MULTI/PIPELINE mode.
- Implemented rawCommand() so clients can send arbitrary things to the redis server
- Implemented DEBUG OBJECT (@michael-grunder, @isage)
- Added/abide by connect timeout for RedisArray
- Select to the last selected DB when phpredis reconnects
-- Fixes ---
- Fix a possible invalid free in _serialize
- Added SAVE and BGSAVE to "distributable" commands for RedisArray
- @welting -- Fixed invalid "argc" calculation re HLL commands
- Allow clients to break out of the subscribe loop and return context.
- Fixes a memory leak in SCAN when OPT_SCAN_RETRY id.
- @remicollet -- Fix possible segfault when igbinary is enabled.
- Add a couple of cases where we throw on an error (LOADING/NOAUTH/MASTERDOWN)
- Fix several issues with serialization NARY
- @itcom -- Fix missing TSRMLS_CC and a TSRMLS_DC/TSRMLS_CC typo
- mongo 1.6.4
** Bug
* [PHP-1400] - Default writeConcern not write safe on standalone node
* [PHP-1401] - Segfault in findAndModify test running against 3.0.0-rc11
* [PHP-1402] - MongoCollection::hasNext() returns false for limit=1 result
** Task * [PHP-1405] - Create regression tests for batchSize(1) and batchSize(-1) behavior