Community News: Latest PECL Releases (12.12.2023)
Latest PECL Releases:
openswoole 22.1.2
. Add missing c-ares configure opt (@nberlee)
. Fix php_url_encode_hash_ex call for 8.3 (alpine builds) (@thecaliskan)
. Fix cygwin build
openswoole 22.1.1
. Add missing c-ares configure opt (@nberlee)
. Fix php_url_encode_hash_ex call for 8.3 (alpine builds) (@thecaliskan)
. Fix cygwin build
sqlsrv 5.12.0beta1
Added
– Support for PHP 8.3
Removed
Support for PHP 8.0
Support for Ubuntu 18.04
Fixed
Update connection string keywords set function (#1484)
Fix error throw for multiple result sets (#1485)
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+
Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
Issue #716 – With Always Encrypted enabled, named parameters in subqueries are not supported
Issue #1050 – With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
Known Issues
This 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 < 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
pdo_sqlsrv 5.12.0beta1
Added
– Support for PHP 8.3
Removed
Support for PHP 8.0
Support for Ubuntu 18.04
Fixed
Update connection string keywords set function (#1484)
Fix error throw for multiple result sets (#1485)
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+
Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
Issue #716 – With Always Encrypted enabled, named parameters in subqueries are not supported
Issue #1050 – With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
Known Issues
This 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 < 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
datadog_trace 0.95.0
This release introduces support for arm64 and PHP 8.3 for appsec. Additionally, it adds schema extraction and classification to appsec, which forms the foundation for API security. Finally, the appsec extension has been officially incorporated into the dd-trace-php repository and will adhere to the same versioning scheme as the tracer and profiler.
Tracer
Added
Add http.route to CodeIgniter #2379
Fixed
Use http_code instead of connect_time to detect curl errors #2391
Fix handling of invalid persistent JSON #2381
Zero pad the tid and exclude it from OTel tracestate #2386
Internal changes
Update CI images to use PHP 8.3.0rc6, pin mongodb for PHP 7.2-7.3 #2382
Update CI images to 8.1.26, 8.2.13 and 8.3.0 and XDedug to 3.3.0 #2400 #2405
Add macrobenchmark runs #2408
Profiling
Internal changes
add allocation and exception count to event.json #2392
Application Security Management
Added
Implement sampler and processor trigger DataDog/dd-appsec-php#308
Zip long schemas DataDog/dd-appsec-php#315
Add compression library to helper DataDog/dd-appsec-php#316
Always serialize schemas when available #2406
Upgrade libddwaf to v1.15.1 #2377
Internal changes
Fix fuzzer build & increase RSS limit DataDog/dd-appsec-php#313
Build AppSec extension & helper in CI with support for Arm64 and PHP 8.3 #2344
AppSec extension & helper unit tests in CI #2349
Package appsec using new builds #2369
mongodb 1.17.1
** Bug
* [PHPC-2325] – Null coalesce operator doesn’t silence exception when accessing non-existent BSON field
* [PHPC-2328] – Wrong parameter names for BSON classes implementing ArrayAccess
* [PHPC-2332] – Fix bson_strerror_r compatibility for AIX
** Task
* [PHPC-2322] – Remove ICU and add SRV to phpinfo() output
* [PHPC-2334] – Upgrade libmongoc to 1.25.2
PHPDeveloper.org