Community News:
Latest PECL Releases (02.06.2024)
byChris Cornutt
Feb 06, 2024 @ 08:05:18
Latest PECL Releases:
- opentelemetry 1.0.2beta1
See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.2beta1
- gRPC 1.61.0
- gRPC Core 1.61.0 update
- pq 2.2.3
* Fix incompatible pointer types (32-bit) (see hg issue #52)
- opentelemetry 1.0.1
See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.1
- gRPC 1.61.0RC3
- gRPC Core 1.61.0 update
- timezonedb 2024.1
Updated to version 2024.1 (2024a)
- brotli 0.15.0
- change: default mode of brotli_uncompress_add() to BROTLI_FLUSH
- change: default mode of brotli_compress_add() to BROTLI_FLUSH
- add: BROTLI_FLUSH to environment variables
- remove: PHP 5 support
- sqlsrv 5.12.0
Added
- Support for PHP 8.3
- Support for Alpine 3.19
Removed
- Support for PHP 8.0
- Support for Ubuntu 18.04
- Support for Alpine 3.15
Fixed
- Update connection string keywords set function (#1484)
- Fix error throw for multiple result sets (#1485)
- Fix invalid precision error (#1497)
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
-
Always Encrypted limitations
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.0
Added
- Support for PHP 8.3
- Support for Alpine 3.19
Removed
- Support for PHP 8.0
- Support for Ubuntu 18.04
- Support for Alpine 3.15
Fixed
- Update connection string keywords set function (#1484)
- Fix error throw for multiple result sets (#1485)
- Fix invalid precision error (#1497)
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
-
Always Encrypted limitations
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
tagged:
Community News:
Latest PECL Releases (01.30.2024)
byChris Cornutt
Jan 30, 2024 @ 08:05:14
Latest PECL Releases:
- opentelemetry 1.0.1beta2
opentelemetry 1.0.1beta2
* Fix exception raised by php_error_docref that hangs the process in hook (#127)
* clang format (#126)
* Fix build warnings (#125)
- zstd 0.13.3
- fix: incompatible pointer types (32-bit)
- event 3.1.3
EventDnsBase::__construct() now throws a TypeError if the type of the $initialize argument is anything other than int or bool.
- protobuf 4.26.0RC1
* See github.com/protocolbuffers/protobuf/releases/tag/v26.0-rc-1 for release notes.
- dio 0.3.0RC1
- drop support for PHP 5 and 7
- add type hinting
- raise TypeError and ValueError for unexpected parameters
- opentelemetry 1.0.1beta1
opentelemetry 1.0.1beta1
* Fix modifying extra parameters, limit parameter expansion (#120)
* Fix crash by unregistering INI in MSHUTDOWN instead of RSHUTDOWN (#122)
* Support modifying named params (#121)
* adding test for post hook type error (#119)
* Isolate exception state for hooks (#118)
* Update README.md to point issues to the main repository (#117)
* Include PHP 8.3 in build matrix (#112)
* Build images whenever the actions definition changes (#115)
* adding php 8.3 dev image (#113)
* document SourceGuardian incompatibility (#111)
* create draft release on tag, publish windows and pecl builds (#109)
* adding test for post hooks after die/exit (#110)
* add pear to build (#108)
- event 3.1.2
Fixed an issue in EventDnsBase::__construct() where it failed to accept the init flag set to true when using libevent version < 2.1.0.
tagged:
Community News:
Latest PECL Releases (01.16.2024)
byChris Cornutt
Jan 16, 2024 @ 08:05:14
Latest PECL Releases:
- zstd 0.13.2
- fix: variable declaration
- solr 2.7.0
Features:
- Support Highlight Query (#28)
- Support PHP 8.3
- Dropped Support for PHP 7.3 and below
API Changes:
- Added SolrQuery SolrQuery::setHighlightQuery(string $q)
- Added string SolrQuery::getHighlightQuery()
Bug Fixes:
- Fix parsed parameter types (#37)
- Fix compile error: libcurl on linux multi-arch support (#46)
- Fix SegFault in SolrClient::optimize() (debug mode)
- Fix Missing Windows DLLs (#51) / available on github releases now
- Fix curl checks for PHP 7.4+, use PKG_CONFIG (remicollet)
Internals:
- ci: windows tests (#51)
- parse_int macros
- phalcon 5.6.0
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md
Changed
- Changed
PhalconDbAdapterPdoMysql to not use specific flags for PDO (PDO::ATTR_EMULATE_PREPARES or PDO::ATTR_STRINGIFY_FETCHES) for performance reasons #16474
- Merged
PhalconDbAbstractDb with PhalconDbAdapterAbstractAdapter since the former was not used #16474
Added
- Added
resetColumns(), resetFrom(), resetWhere(), resetGroupBy(), resetHaving(), resetOrderBy(), resetLimit(), resetFlags() to the PhalconDatamapperQueryAbstractQuery to allow resetting query filters.
Fixed
- Fixed
PhalconMvcModel::count to ignore the order parameter (needed for Posgresql) #16471
- Fixed
PhalconMvcModel::toArray added parameter to ignore getters in order not to break serialize. #16490
- Fixed
PhalconMvcModel::toArray changing the conditionals for population to remove segfault. #16498
- protobuf 3.25.2
* See github.com/protocolbuffers/protobuf/releases/tag/v25.2 for release notes.
tagged:
Community News:
Latest PECL Releases (01.09.2024)
byChris Cornutt
Jan 09, 2024 @ 08:05:13
Latest PECL Releases:
- jsonpath 2.1.0
* Add support for PHP 8.4 (nightly) and run tests also on PHP 8.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/176
- Remove some tests specific to PHP 7 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/177
- imap 1.0.2
- Fixed package.xml file with required minumum PHP version of 8.3.
- Fixed embedded version number.
- timezonedb 2023.4
Updated to version 2023.4 (2023d)
tagged: