Community News: Latest PECL Releases (02.08.2022)
Latest PECL Releases:
- datadog_trace 0.70.0
### Changed- Make the legacy API a pure proxy to internal spans #1471
- Load the legacy tracer only when actually used #1449
- Update profiling to v0.4.0 #1495
Added
- Add appsec library to the release bundle #1469
- Add appsec installation #1470
Fixed
- Always emit NoopSpans if the tracer extension is disabled #1475
- fix dd_update_upstream_services on php5 #1476
- Setup: Error if profiling is given but unavailable #1477
- Ensure dropped spans are distinguishable from unfinished spans #1480
- Fix Span::setError docblock #1481
- Fix invalid reads in background sender #1483
- Restore support for manual distributed tracing #1484
- Remove version number from datadog-setup.php's help output #1487
- Improve error detection for datadog-setup.php #1489
Internal changes
- Add parallelism to makefile for builds and test runs #1382
- Add profiling module to randomized tests #1412
- Run randomized internal API stress testing in CI #1445
- Switch to Symbols interface, cleanup tests #1465
- Improve Symbol Call interface, introduce closure support #1467
- Support in-tree builds of Tea #1472
- Sandbox Bailout #1473
- Patch zend_alloc.c to not crash in CI for PHP 7.0 to 7.2 #1478
- build tea once during development #1479
- Update PHP 8.1 dependencies, include laravel testing #1482
- Inline queue function pointers #1490
- Adjust stack sample max stack depth #1491
- Remove unused profiling components #1492
- teds 0.10.0
* Speed up unserializing SortedStrictSet/SortedStrictMap when the input data is already sorted. (If the data is not sorted, then build the binary tree the slow but correct way) * Add a LowMemoryVector type and IntVector type, supporting reduced memory usage. * Deduplicate code. * Fix garbage collection in some classes. - phalcon 5.0.0beta3
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.mdChanged
- Renamed
PhalconDbResultPdo
toPhalconDbResultPdoResult
to avoid collisions withPDO
#15874
Fixed
- Fixed
PhalconLoggerAbstractAdapter::getFormattedItem()
to not addPHP_EOL
at the end of the message and added it to thePhalconLoggerAdapterStream
#14547 - Fixed
PhalconHtmlHelperTitle:__invoke()
to not use the$separator
as parameter - no need to redefine it in a view #15866 - Fixed the delimiters for
PhalconSupportHelperSnakeCase
andPhalconSupportHelperKamelCase
#15850 - Fixed
PhalconMvcRouterRoute::getName()
andPhalconMvcRouterRoute::getHostname()
to also returnnull
#15880 - Fixed
PhalconMvcRouterRouteInterface::getName()
andPhalconMvcRouterRouteInterface::getHostname()
to also returnnull
#15880 - Fixed
PhalconMvcModel::findFirst()
to returnmixed
ornull
#15883
Added
- Added
PhalconHtmlHelperTitle:setSeparator
to allow setting the separator independently #15866
- Renamed
- redis 5.3.7RC1
--- Sponsors ---Audiomack - https://audiomack.com Open LMS - https://openlms.net BlueHost - https://bluehost.com Object Cache Pro for WordPress - https://objectcache.pro Avtandil Kikabidze - https://github.com/akalongman Zaher Ghaibeh - https://github.com/zaherg BatchLabs - https://batch.com Luis Zarate - https://github.com/jlzaratec
phpredis 5.3.7RC1
- Fix RedisArray::[hsz]scan and tests [08a9d5db, 0264de18] (Pavlo Yatsukhnenko, Michael Grunder)
- Fix RedisArray::scan [8689ab1c] (Pavlo Yatsukhnenko)
- Fix LZF decompression logic [0719c1ec] (Michael Grunder)
- xdebug 3.1.3
Tue, Feb 01, 2022 - Xdebug 3.1.3= Fixed bugs:
- Fixed issue #2049: evaling broken code (still) causes unhandled exception in PHP 7.4
- Fixed issue #2052: Memory leak when a trace file can't be opened because xdebug.trace_output_name is invalid
- Fixed issue #2054: Slowdown when calling a function with long string parameters
- Fixed issue #2055: Debugger creates XML with double facet attribute
- ion 0.1.0
* Initial release.
Comments are closed.