Community News: Latest PECL Releases (01.14.2020)
Latest PECL Releases:
- expect 0.4.0
Added code to support API for PHP 7.x Updated build scripts, to support 64bit centos - vld 0.17.0
- Fixed segfault while reading of jump tables for SWITCH_LONG/STRING - Removed support for PHP 5 (Peter McDonald) - Fixed issue #47: Display for NEW does not mention classname - mysql_xdevapi 8.0.19
WL#13541: Fix admin command namespace usage WL#13398 DNS SRV support - phalcon 4.0.2
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-4.0.md[4.0.2]
Added
Changed
- Changed the logic when logging times for
PhalconLogger
to useDateTimeImmutable
so as to handle microseconds if necessary. #2893 - Changed
PhalconHttpCookie::send
andPhalconHttpCookie::delete
to allow forsamesite
to be passed in theoptions
when using PHP > 7.3 #14627
Fixed
- Fixed
PhalconMvcModelCriteria
Di isn't set when usingCriteria::fromInput()
#14538 - Fixed
PhalconDbDialectMysql
removing unnecessary parentheses fordouble
andfloat
#14645 @pfz - Fixed
PhalconHttpCookie::delete
to parse the correct parameters - cannot use alternative syntax until PHP 7.3 #14643 - Fixed
PhalconMvcModel::__isset
to take into account non visible properties by checking the getter if it exists #13518 #13900 - Fixed
PhalconMvcModel::__set
to return a more informative message if we are tying to access a non visible property #13518 #13900 - Fixed
PhalconMvcModelResultsetSimple::toArray
to correctly process virtual fields #14669 - Fixed
PhalconSessionManager::getUniqueKey
to prefix the key only ifuniqueId
is present #14688 - Fixed
PhalconDbAdapterPdo::describeColumns
to correctly detect ENUM columns #14691
- Changed the logic when logging times for
- igbinary 3.1.1a1
* Throw when an uninitialized php 7.4 typed property is included in the result of __sleep(), instead of emitting a notice and attempting to represent the unset/uninitialized value as null (#258). See https://bugs.php.net/bug.php?id=79002Uninitialized properties without types from __sleep continue to emit notices and be represented as null.
- datadog_trace 0.37.0
### Added - Target a specific PHP version during install by setting `DD_TRACE_PHP_BIN` #604 - Curl Integration: Add all available information from `curl_getinfo()` as span tags #642Changed
- Move dogstatsd client init to rinit #703
Fixed
- Issues related to limited tracing #689
- Backup and restore last error (related to
error_get_last()
issue) #694 - Handle out-of-sync spans #702
- Sandbox tracer flushing #707
- Enhance OpenTracing StartSpanOptions support #708
- Ensure errors raised in request init hook do not affect
error_get_last()
#709
Comments are closed.