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
PhalconLoggerto useDateTimeImmutableso as to handle microseconds if necessary. #2893 - Changed
PhalconHttpCookie::sendandPhalconHttpCookie::deleteto allow forsamesiteto be passed in theoptionswhen using PHP > 7.3 #14627
Fixed
- Fixed
PhalconMvcModelCriteriaDi isn't set when usingCriteria::fromInput()#14538 - Fixed
PhalconDbDialectMysqlremoving unnecessary parentheses fordoubleandfloat#14645 @pfz - Fixed
PhalconHttpCookie::deleteto parse the correct parameters - cannot use alternative syntax until PHP 7.3 #14643 - Fixed
PhalconMvcModel::__issetto take into account non visible properties by checking the getter if it exists #13518 #13900 - Fixed
PhalconMvcModel::__setto return a more informative message if we are tying to access a non visible property #13518 #13900 - Fixed
PhalconMvcModelResultsetSimple::toArrayto correctly process virtual fields #14669 - Fixed
PhalconSessionManager::getUniqueKeyto prefix the key only ifuniqueIdis present #14688 - Fixed
PhalconDbAdapterPdo::describeColumnsto 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




