Latest PECL Releases:
- radius 1.4.0b1
- Add PHP 7.0 support. (Adam)- Drop support for PHP < 5.3.
- radius 1.3.0
- Fixed bug #65156 (Please provide LICENSE file). (Adam) - Fixed bug #65378 (radius.c:706: error: too many arguments to function ‘rad_salt_value’). (Adam) - Fixed bug #65599 (Fix compiling for VC11 x64). (Jan Ehrhardt) - pthreads 3.1.6
fix explicit array cast for ASSIGN_DIM add Threaded::notifyOne fix bug in Threaded properties causing incorrect objects to be fetched by read fix bug in trait aliases fix INHERIT_NONE breaking lambdas fix bug in constant copy routine for 7.1 - cassandra 1.1.0
# 1.1.0Features:
- Added support for PHP 7
- Added support for UDTs and tuples
- Added support for nested collections
- Added access to raw paging token (via
CassandraRows::pagingStateToken()
) - Added support for client-side timestamps and timestamp generators
- Added support for retry policys (includes logging, downgrading and fallthrough)
- Added the ability to disable schema metadata updates (via
CassandraClusterwithSchemaMetdata()
) - Added support for using named arguments with
CassandraSimpleStatement
- Changed the default consistency to
LOCAL_ONE
(fromONE
)
Bug Fixes:
- [PHP-70] Fixed invalid encoding of decimals and varints
- apcu_bc 1.0.3
- fix gh#14: apc_inc segfaults if APCu is disabled - fix Windows build - event 1.11.3
Issue #20: SSL_GET_PREV_SESSION:session id context uninitialized - event 1.11.2
Issue #6: memory leaks in EventHttp callbacks. EventBufferEvent object returned by EventHttpRequest::getBufferEvent() should be freed explicitly, if the method is called from a userspace callback.