Latest PECL Releases:
- mongodb 1.11.0alpha1
** New Feature
* [PHPC-1849] – Handle deprecation of Serializable in PHP 8.1
* [PHPC-1889] – Support snapshot session option
* [PHPC-1890] – Create constant for snapshot read concern level** Task
* [PHPC-1918] – BSON corpus code and symbol tests are partially testing the wrong types
* [PHPC-1922] – Update PHONGO_CE_DISABLE_SERIALIZATION for PHP 8.1
* [PHPC-1930] – Removed disabled __wakeup() function in CursorId
* [PHPC-1935] – Add .dep files to .gitignore
* [PHPC-1961] – Regex decoding error tests in top.json have unexpected, invalid syntax
* [PHPC-1965] – Re-enable and stabilise PHP 8.1 build on GitHub actions** Improvement
* [PHPC-1538] – Lift restriction on authSource without credentials
* [PHPC-1858] – Add return type to arginfo for JsonSerializable::jsonSerialize() in PHP 8.1
* [PHPC-1875] – Disable writes on snapshot sessions
* [PHPC-1876] – Raise client error for snapshot sessions on pre-5.0 servers
* [PHPC-1933] – Add return type to arginfo for Iterator and Countable methods in PHP 8.1 - pecl_http 4.2.1
* Fixed failing tests with PHP-8.1 (see gh issue #120)
* Fixed configure reliably finding the right libcurl features available
* Fixed cookie handling with libcurl 7.77+ and consistently across all
supported libcurl versions (follow-up to gh issue #116) - teds 0.2.0
* Breaking change: Change `TedsVector::__construct` to add an additional parameter `bool $preserveKeys = true`,
and use the original keys of arrays/Traversables by default, throwing for non-integers and invalid integer offsets.
(Similar to the behavior of SplFixedArray::fromArray)
* Convert references to non-references when creating values from iterables.
* Minor performance improvements of `TedsVector` - teds 0.1.1
* Add TedsKeyValueVector
* Fix edge cases in TedsVector setSize - awscrt 1.0.8
Changes in build process - sqlsrv 5.10.0beta1
[Added]
– Support for PHP 8.1 RC 1
– Support for Ubuntu 21.04 and Alpine 3.13
– Support for Apple M1 ARM64 hardware (requires [MS ODBC Driver 17.8+](https://ift.tt/3nw5PaT)
– Feature Request [#795](https://ift.tt/3nzyrQu) – adding support for [Table-valued parameters](https://ift.tt/3zeGa8F)
[Removed]
– Support for Ubuntu 16.04
[Fixed]
– Pull request [#1260](https://ift.tt/3z9ocVg) – cleaned up redundant code
– Issue [#1261](https://ift.tt/2YLkXGY) – simplified get_field_as_string and made it more robust – pull request [#1265](https://ift.tt/3k5emzs)
– Pull request [#1262](https://ift.tt/3968a3U) – simplified parse_param_array in sqlsrv
– Pull request [#1267](https://ift.tt/3hswfqk) – replaced the obsolete MACRO ZVAL_NEW_ARR with array_init
– Pull request [#1275](https://ift.tt/3llOgaH) – fixed warning compiling core_stmt.cpp by mlocati
– Pull request [#1290](https://ift.tt/3hrLzmU) – updated list of supported processor architecture
[Limitations]
– No support for inout / output params when using sql_variant type
– No support for inout / output params when formatting decimal values
– In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
– Always Encrypted requires [MS ODBC Driver 17+](https://ift.tt/2pxnSOJ)
– Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
– Issue [#716](https://ift.tt/2kRi9Rz) – With Always Encrypted enabled, named parameters in subqueries are not supported
– Issue [#1050](https://ift.tt/2E6gGQN) – With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
– [Always Encrypted limitations](https://ift.tt/346oRYa)
[Known Issues]
– This preview release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver.
– Connection pooling on Linux or macOS is not recommended with [unixODBC](https://ift.tt/VrN98l) < 2.3.7
– When pooling is enabled in Linux or macOS
– unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
– due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://ift.tt/2Hn8j2p) - pdo_sqlsrv 5.10.0beta1
[Added]
– Support for PHP 8.1 RC 1
– Support for Ubuntu 21.04 and Alpine 3.13
– Support for Apple M1 ARM64 hardware (requires [MS ODBC Driver 17.8+](https://ift.tt/3nw5PaT)
– Feature Request [#795](https://ift.tt/3nzyrQu) – adding support for [Table-valued parameters](https://ift.tt/3zeGa8F)
[Removed]
– Support for Ubuntu 16.04
[Fixed]
– Issue [#1244](https://ift.tt/3nsH4MM) – use lower case for object names for PDO::lastInsertId() – pull request [#1245](https://ift.tt/3Aed5vI) by morozov
– Pull request [#1251](https://ift.tt/3k8UBXJ) – simplified implementations of last insert id and quote
– Issue [#1258](https://ift.tt/3k99YQ7) – updated pdo_sqlsrv_get_driver_methods as per documentation – pull request [#1259](https://ift.tt/2XpVXov)
– Pull request [#1260](https://ift.tt/3z9ocVg) – cleaned up redundant code
– Issue [#1261](https://ift.tt/2YLkXGY) – simplified get_field_as_string and made it more robust – pull request [#1265](https://ift.tt/3k5emzs)
– Pull request [#1267](https://ift.tt/3hswfqk) – replaced the obsolete MACRO ZVAL_NEW_ARR with array_init
– Pull request [#1275](https://ift.tt/3llOgaH) – fixed warning compiling core_stmt.cpp by mlocati
– Pull request [#1288](https://ift.tt/3C9DStp) – applied mask to pdo quote for binary inputs
– Pull request [#1290](https://ift.tt/3hrLzmU) – updated list of supported processor architecture
[Limitations]
– No support for inout / output params when using sql_variant type
– No support for inout / output params when formatting decimal values
– In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
– Always Encrypted requires [MS ODBC Driver 17+](https://ift.tt/2pxnSOJ)
– Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
– Issue [#716](https://ift.tt/2kRi9Rz) – With Always Encrypted enabled, named parameters in subqueries are not supported
– Issue [#1050](https://ift.tt/2E6gGQN) – With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
– [Always Encrypted limitations](https://ift.tt/346oRYa)
[Known Issues]
– This preview release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver.
– Connection pooling on Linux or macOS is not recommended with [unixODBC](https://ift.tt/VrN98l) < 2.3.7
– When pooling is enabled in Linux or macOS
– unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
– due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://ift.tt/2Hn8j2p) - datadog_trace 0.64.1
**WARNING**: Users doing manual instrumentation using the `GlobalTracer::get()->startActiveSpan()` api should update to this version from 0.63.0 and 0.64.0.Fixed
- Fix span start times of userland spans (#1312)
- xdebug 3.1.0beta2
Tue, Sep 07, 2021 – Xdebug 3.1.0beta2= Fixed bugs:
- This is a packaging fix only release. The package missed a file that were needed
for building on PHP 7.2 and 8.1.
- This is a packaging fix only release. The package missed a file that were needed
from PHPDeveloper.org https://ift.tt/3C9CiYx
via IFTTT