Community News:
Latest PECL Releases (09.12.2023)
byChris Cornutt
Sep 12, 2023 @ 08:05:15
Latest PECL Releases:
- opentelemetry 1.0.0RC1
opentelemetry 1.0.0RC1
- redis 6.0.0
--- 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 6.0.0
- There were no changes between 6.0.0 and 6.0.0RC2.
phpredis 6.0.0RC2
- Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
- Fix C99 usages [54d9ca45] (Remi Collet)
- Raise minimal supported version to 7.2 [e10b9a85] (Remi Collet)
phpredis 6.0.0RC1
This release adds new commands introduced in Redis 6.2 and 7.0 as well
as many fixes and improvements.
You can find a detailed list of changes in CHANGELOG.md and package.xml
or by inspecting the git commit logs.
- Fix restoring keys when using compression [82e08723] (Till Kruss)
- Fix missing auth in RedisSentinel stub [5db85561] (Lu Fei)
- Fix RedisSentinel pconnect check [42cbd88a] (Pavlo Yatsukhnenko)
- Fix NULL-pointer dereferences and handle possible UB [36457555] (Pavlo Yatsukhnenko)
- Fix security alerts [ee210f86, fb6a297c] (Pavlo Yatsukhnenko), (Michael Grunder)
- Fix segfault [55bf0202] (Pavlo Yatsukhnenko)
- Fix default host length [c40f9d6c] (Pavlo Yatsukhnenko)
- Fix redis session standalone stream ssl context [ed10f365, d1bc6727, 2ff11df5] (patricio.dorantes)
- Fix segfault with session+tls [a471c87a] (Pavlo Yatsukhnenko)
- Fix non standards conforming prototypes. [b3ce0486] (Michael Grunder)
- Avoid registering the same replicas multiple times [f2bfd723] (Marius Adam)
- Better unix:// or file:// detection. [d05d301b] (Michael Grunder)
- Future proof our igbinary header check [69355faa] (Michael Grunder)
- Fix BITOP cross-slot bug [af13f951] (Michael Grunder)
- SENTINEL RESET returns a long. [0243dd9d] (Michael Grunder)
- Fix redis_sock_read_multibulk_multi_reply_loop logic [d9cb5946, 5a643b62] (Pavlo Yatsukhnenko)
- Fix RPOP to unserialize/decompress data. [02c91d59] (Michael Grunder)
- Fix testObject for redis 7.2 [fea19b52, dcb95a3f] (Remi Collet)
- Fix bug: the pipeline mode socket return an unexpected result after reconnecting [a3327d9d] (thomaston)
- Fix stub files [9aa5f387, 74cf49f5, 8b1eafe8, e392dd88, b5ea5fd7, 71758b09, 2a6dee5d] (Nicolas Grekas), (Michael Grunder)
- Update documentation [b64d93e1, 703d71b5, eba1c6d2, 0f502c9e, 130b5d0b, 21c3ef94, b7bf22d4, 50151e7a, b9950727, ab4ce4ab, 8d80ca5b, c4de8667, 6982941b, 375d093d, 43da8dd9, 71344612, b9de0b97, 2d8a8a44, a2b0c86f, e0b24be1, e609fbe8, c4aef956, df50b2ad, cc2383f0, 0dd2836f, 7d5db510, 99340889, 70a55f3e, b04684d4, 980ea6b1, bb06ffa3, b8679d7a, 854f3aa4, a5c47901, cf63e96e, f05ba819, 17db2328, 450904f7, 114f4d60, 142bddf0, 87fa36d6, 531177d4, ecf65144, 53d142d9, c14a9e3a, 72f8eb25, 872b6931] (Karina Kwiatek), (Nicolas Grekas), (Muhammad Dyas Yaskur), (sergkash7), (Dawid Polak), (Michael Grunder), (Yurun), (twosee), (Juha), (Till Kruss)
- Allow to pass null as iterator [14d121bb] (Pavlo Yatsukhnenko)
- Add NOMKSTREAM option to XADD command. [f9436e25] (Pavlo Yatsukhnenko)
- Don't allow reconnect on read response [5a269ab6] (Pavlo Yatsukhnenko)
- Reset multi/pipline transaction on pconnect close [0879770a] (Pavlo Yatsukhnenko)
- Use read_mbulk_header helper where possible [ca8b4c93] (Pavlo Yatsukhnenko)
- Allow to pass null as auth argument [41517753] (Pavlo Yatsukhnenko)
- Refactor redis_parse_client_list_response [68136a29, aaa4c91a, 1fb2935b, cf2c052c] (Pavlo Yatsukhnenko)
- Refactor subscribe/unsubscribe [3c9e159c] (Pavlo Yatsukhnenko)
- Change PHPREDIS_CTX_PTR type [de3635da] (Pavlo Yatsukhnenko)
- Refactor redis_parse_info_response [982bd13b] (Pavlo Yatsukhnenko)
- Allow IPv6 address within square brackets [c28ad7bb] (Pavlo Yatsukhnenko)
- Allow multiple field-value pairs for hmset command. [e858e8e3] (Pavlo Yatsukhnenko)
- Refactor MINIT and use @generate-class-entries in stub files [3675f442] (Remi Collet)
- Use spl_ce_RuntimeException [3cd5ac1e, a7e5ea64] (Remi Collet)
- Regenerate arginfo using 8.2.0 [a38e08da] (Remi Collet)
- Refactor client command [a8d10291] (Pavlo Yatsukhnenko)
- Pull COUNT/ANY parsing into a helper function [d67b2020] (Michael Grunder)
- Return false or NULL on empty lpos response [39a01ac7] (Michael Grunder)
- BLPOP with a float timeout [a98605f2, dc9af529] (Michael Grunder)
- Make sure we set an error for key based scans [98fda1b8] (Michael Grunder)
- Add back a default switch case for setoption handler [87464932] (Michael Grunder)
- Update stubs so the tests pass in strict mode [bebd398c] (Michael Grunder)
- Move where we generate our salt [d2044c9f] (Michael Grunder)
- Refactor XINFO handler [3b0d8b77] (Michael Grunder)
- Refactor and fix XPENDING handler [457953f4] (Michael Grunder)
- Refactor FLUSHDB and update docs. [54a084e5] (Michael Grunder)
- Add missing directed node command to docs and refactor stubs. [5ac92d25] (Michael Grunder)
- Refactor BITPOS and implement BIT/BYTE option. [4d8afd38] (Michael Grunder)
- INFO with multiple sections [44d03ca0] (Michael Grunder)
- Refactor SLOWLOG command [d87f1428] (Michael Grunder)
- Refactor SORT and add SORT_RO command [8c7c5a3a] (Michael Grunder)
- Use ZEND_STRL in redis_commands.c [78de25a3] (Pavlo Yatsukhnenko)
- Refactor PubSub command [2a0d1c1e] (Pavlo Yatsukhnenko)
- Refactor SLAVEOF handler [f2cef8be] (Michael Grunder)
- Refactor ACL command [504810a5] (Pavlo Yatsukhnenko)
- Use fast_zpp API [376d4d27] (Pavlo Yatsukhnenko)
- Fix XAUTOCLAIM response handler [0b7bd83f] (Michael Grunder)
- Refactor command command [ff863f3f] (Pavlo Yatsukhnenko)
- Refactor rawCommand and WAIT [79c9d224] (Michael Grunder)
- Refactor SELECT command [86f15cca] (Michael Grunder)
- Refactor SRANDMEMBER command. [f62363c2] (Michael Grunder)
- Refactor OBJECT command. [acb5db76] (Michael Grunder)
- Refactor gen_varkey_cmd [3efa59cb] (Michael Grunder)
- Refactor MGET command. [8cb6dd17] (Michael Grunder)
- Refactor INFO and SCRIPT commands. [3574ef08] (Michael Grunder)
- Refactor MSET and MSETNX commands. [6d104481] (Michael Grunder)
- Refactor HMSET command. [90eb0470] (Michael Grunder)
- Refactor PFCOUNT command. [19fd7e0c] (Michael Grunder)
- Refactor SMOVE command. [204a02c5] (Michael Grunder)
- Rework ZRANGE argument handling. [aa0938a4] (Michael Grunder)
- Refactor a couple more command methods. [5b560ccf, c8224b93, 40e1b1bf, ccd419a4] (Michael Grunder)
- Refactor HMGET command [bb66a547] (Michael Grunder)
- Refactor CLIENT command [77c4f7a3] (Pavlo Yatsukhnenko)
- Refactor redis_long_response [f14a80db] (Pavlo Yatsukhnenko)
- Synchronize Redis and RedisSentinel constructors [ebb2386e] (Pavlo Yatsukhnenko)
- Use redis_sock_connect on connect [f6c8b9c6] (Pavlo Yatsukhnenko)
- Auto-select db in redis_sock_server_open [6930a81c] (Pavlo Yatsukhnenko)
- Use on-stack allocated valiables [7a055cad] (Pavlo Yatsukhnenko)
- Add XAUTOCLAIM command [01f3342c] (Pavlo Yatsukhnenko)
- Add SYNC arg to FLUSHALL and FLUSHDB, and ASYNC/SYNC arg to SCRIPT FLUSH [750b6cf3] (Pavlo Yatsukhnenko)
- Add reset command [947a2d38] (Pavlo Yatsukhnenko)
- Add hRandField command [fe397371] (Pavlo Yatsukhnenko)
- Add PXAT/EXAT arguments to SET command. [0a160685] (Pavlo Yatsukhnenko)
- Add GETEX, GETDEL commands. [11861d95] (Pavlo Yatsukhnenko)
- Add FAILOVER command. [4b767be7] (Pavlo Yatsukhnenko)
- Backoff settings in constructor [e6b3fe54] (Pavlo Yatsukhnenko)
- Add the COUNT argument to LPOP and RPOP [df97cc35] (Pavlo Yatsukhnenko)
- Unsubscribe from all channels [0f1ca0cc] (Pavlo Yatsukhnenko)
- Add lPos command. [687a5c78] (Pavlo Yatsukhnenko)
- Add the ANY argument to GEOSEARCH and GEORADIUS [bf6f31e3] (Pavlo Yatsukhnenko)
- Add 'BIT'/'BYTE' modifier to BITCOUNT + tests [a3d2f131] (Michael Grunder)
- Add missing configureoption entries in package.xml [59053f10] (Michele Locati)
- Implement CONFIG RESETSTAT [239678a0] (Michael Grunder)
- SINTERCARD and ZINTERCARD commands [64300508] (Michael Grunder)
- LCS command [c0e839f6] (Michael Grunder)
- EXPIRETIME and PEXPIRETIME [f5b2a09b] (Michael Grunder)
- [B]LMPOP and [B]ZMPOP commands [6ea978eb] (Michael Grunder)
- Implement new RESTORE options [9a3fe401] (Michael Grunder)
- Add new Redis 6.2.0 XTRIM options [6b34d17f] (Michael Grunder)
- Implement AUTH/AUTH2 arguments for MIGRATE [114d79d1] (Michael Grunder)
- Implement CONFIG REWRITE [525958ea] (Michael Grunder)
- Implement Redis 7.0.0 [P]EXPIRE[AT] [options 872ae107] (Michael Grunder)
- Variadic CONFIG GET/SET [36ef4bd8, a176f586] (Michael Grunder)
- EVAL_RO and EVALSHA_RO [f3a40830] (Michael Grunder)
- Implement ZRANGESTORE and add ZRANGE options [71bcbcb9] (Michael Grunder)
- XGROUP DELCONSUMER and ENTRIESREAD [1343f500] (Michael Grunder)
- Expose the transferred number of bytes [e0a88b7b, 90828019, 7a4cee2d] (Pavlo Yatsukhnenko), (Michael Grunder)
- TOUCH command [dc1f2398] (Michael Grunder)
- Redis Sentinel TLS support [f2bb2cdb] (Pavlo Yatsukhnenko)
- Add the CH, NX, XX arguments to GEOADD [2bb64038, e8f5b517] (Pavlo Yatsukhnenko)
- Implement SMISMEMBER for RedisCluster [abfac47b] (Michael Grunder)
- Implement ssubscribe/sunsubscribe [7644736e] (Pavlo Yatsukhnenko)
- Implement BLMOVE and add LMOVE/BLMOVE to cluster. [121e9d9c] (Michael Grunder)
- Implement LPOS for RedisCluster [7121aaae] (Michael Grunder)
- Implement GEOSEARCH and GEOSEARCHSTORE for RedisCluster. [fa5d1af9] (Michael Grunder)
- Implement HRANDFIELD for RedisCluster [e222b85e] (Michael Grunder)
- Implement COPY for RedisCluster [40a2c254] (Michael Grunder)
- Implement new ZSET commands for cluster [27900f39] (Michael Grunder)
- Add cluster support for strict sessions and lazy write [b6cf6361] (Michael Grunder)
- Add function command [90a0e9cc] (Pavlo Yatsukhnenko)
- Add FCALL/FCALL_RO commands [7c46ad2c] (Pavlo Yatsukhnenko)
- Remove unused macroses [831d6118] (Pavlo Yatsukhnenko)
- eio 3.1.0
Fixed issue #19: Initialized new stack pointers introduced in PHP 8.3.0RC1+
- eio 3.0.1
Fixed issue #19: Initialized new stack pointers introduced in PHP 8.3.0RC1+
- datadog_trace 0.91.1
## Profiling
### Fixed
- detect an uninitialized runtime cache #2250
- sqlsrv 5.11.1
Fixed
- Reset type after bind param (#1452)
- Fixed error when using PDO::ATTR_STRINGIFY_FETCHES (#1468) by SakiTakamachi
- Change connection options to case insensitive (#1460)
- Bugfix for 1465 Adding a NULL check (#1471)
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.11.1
Fixed
- Reset type after bind param (#1452)
- Fixed error when using PDO::ATTR_STRINGIFY_FETCHES (#1468) by SakiTakamachi
- Change connection options to case insensitive (#1460)
- Bugfix for 1465 Adding a NULL check (#1471)
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
- protobuf 3.24.3
* See github.com/protocolbuffers/protobuf/releases/tag/v24.3 for release notes.
- amqp 2.1.0
- AMQPValue interface for custom value objects (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/473)
- Implement AMQPQueue::recover() to provide the basic.recover method (fixes #478) (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/484)
- Fix double free when an error occurs in AMQPQueue::consume() (Jan Prachar <jan.prachar@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/482)
- Revamp error handling (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/485)
- Refactor AMQPQueue::consume error handling (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/483)
- Use RETURN_THROWS for parameter parsing errors (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/474)
- Fix auto-formatting (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/877b2f4)
- Remove appveyor badge (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/4971c80)
- Replace microtime() as a randomness source (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/4503e53)
- Fix version test for release builds (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/00a6715)
- Remove non-ASCII characters from package.xml to work around pecl.php.net issue (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/732f7e8)
- Bump actions/checkout from 3.5.3 to 3.6.0 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/475)
- Bump symplify/easy-coding-standard from 12.0.6 to 12.0.7 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/472)
- Bump actions/checkout from 3.5.3 to 3.6.0 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/471)
- Bump actions/checkout from 3.6.0 to 4.0.0 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/481)
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v2.0.0...v2.1.0
- zstd 0.13.1
- add test script
- gRPC 1.58.0
- gRPC Core 1.58.0 update
- datadog_trace 0.91.0
This release adds an enhanced WordPress integration, which can be enabled through datadog.trace.wordpress_enhanced_integration=1 in INI. Even more extensive span collection can be enabled through datadog.trace.wordpress_callbacks=1.
Added
- Add automated login events to Wordpress #2162
- Enhance the WordPress Integration #2126
- Implement agent sampling #2223
- Add Laravel 9.X & 10.X tests #2237
- Add http.route to laravel #2204 #2241
Fixed
- (Legacy OpenTracing API) Check if the active span has a parent #2177
- Handle killed workers and change root span initialization in the integrations #2176
- fix: add Symfony command's exception to the root span #2194
- Fix #2174: Can't pass less args to an untyped function than originally passed #2227, #2243
- Fix #2232: Add Cargo.lock to pecl #2233
- fix: wrong service name on some laravel.event.handle spans #2235
- fix: PHP7 compatibility in logs correlation #2236
- Store library_dependencies in memfd, referenced via /proc/self/fd/X DataDog/libdatadog#221
- fix
datadog-setup.php
when INI file is a symlink #2242
- update webpki and other dependencies #2247
Internal Changes
- Add log levels #2158
- Add
zai_option_str
and use it in config #2205, #2213
- Refactor zai_string_view APIs and use them more #2203
- Rename zai_string_view to zai_str #2206, #2207, #2212
- Require zai_str.ptr to not be null #2214
- Add zai_string and use it in zai_config #2217
- Fix tests: allocate less TLS space by putting uhook HashTables into module globals #2219
- Add sidecar metrics into their own namespace, fix seq id Datadog/libdatadog#220
Profiling
This release reduces CPU overhead to collect stacks, and also reduces overhead when services are idle or partially idle. It also reduces the average amount of memory used.
Added
- attach fiber's function name as a label #2169
Fixed
- enable allocation profiling only if profiling is enabled #2185
- enable timeline only if profiling is enabled and lower overhead when disabled #2189
- fix empty profiles with timeline due to
end_timestamp_ns
unit being set #2244
Internal changes
- perf: speed up stack walking by using function run_time_cache #1998, #2182
- perf: only wake every 10ms if PHP is serving a request #2168
- refactor: extract ZaiStringView::to_string #2175
- build: update Cargo.lock #2183
- refactor: simplify string tables #2186
- perf: use u32 instead of usize for string table indices #2187
- test: add DatadogProfilingtrigger_time_sample #2201
- build: Update to Rust 1.71 / LLVM 16 #2208
- Bump libdatadog to v3.0.0 #2210
- fix(profiling): clippy lints #2215
- style(profiler): use let-else syntax #2216
- build(profiling): bump dependencies including libdatadog v4.0.0 #2228
Application Security Management (0.13.1)
Added
- Add trusted IPs capability DataDog/dd-appsec-php#279
- Add extra_services configuration DataDog/dd-appsec-php#282
Fixed
- Ensure ddtrace is also enabled DataDog/dd-appsec-php#281
- Fix service name alias configuration DataDog/dd-appsec-php#293
Internal changes
- Add automated login events integration test for Laravel and Symfony DataDog/dd-appsec-php#270
- Upload suppressions and fix current ones DataDog/dd-appsec-php#280
- WAF upgrade to 1.13.1 Datadog/dd-appsec-php#292
- Send events even when limiter does not force manual keep Datadog/dd-appsec-php#290
- Update ruleset to 1.7.2 Datadog/dd-appsec-php#291
- xdebug 3.3.0alpha2
Wed, Sep 06, 2023 - Xdebug 3.3.0alpha2
= Fixed bugs:
- Fixed issue #2200: PECL package file has wrong max PHP version number, and peclweb refuses the package
- zstd 0.13.0
- enable append mode of stream compression
tagged:
Community News:
Latest PECL Releases (09.05.2023)
byChris Cornutt
Sep 05, 2023 @ 08:05:13
Latest PECL Releases:
- opentelemetry 1.0.0beta7
opentelemetry 1.0.0beta7
* adding more tests (#82)
* disabling expanding args for internal functions (#84)
* check for invalid hook function signatures (#79)
* adding checks for conflicting extensions (#83)
* adding notes and minor code improvements for issue 68 (#75)
* fixing crash + docs (#76)
* fixing clang-format install (#78)
* adding valgrind (#73)
* fixing segfault when returning params from pre callback (#72)
* adding failing tests for pre-hook params (#71)
* moving docs back to root (#70)
* add failing test for expand params with post callback (#69)
* moving extension to subdirectory (#65)
- brotli 0.14.1
- update build-in brotli library to v1.1.0
- brotli 0.14.2
- fix module version
- ecma_intl 0.2.0
Add Locale::$currency and LocaleOptions::$currency properties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the Intl Locale Info Proposal.
- ecma_intl 0.1.3
Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions.
Fix: allow installation of extension on PHP 8.3.
Fix: fixes a build warning for switch statements with no default branch.
- ecma_intl 0.1.2
Fix: ensure build directories are created for each source directory, fixing an issue where the extension could not be installed using pecl.
tagged:
Community News:
Latest PECL Releases (08.22.2023)
byChris Cornutt
Aug 22, 2023 @ 08:05:12
Latest PECL Releases:
- mailparse 3.1.6
- fix #29 Segmentation fault with ISO-2022-JP Subject header
- fix #30 Segmentation fault with UTF-8 encoded X-MS-Iris-MetaData header
- revert fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes
- couchbase 4.1.5
PCBC-939: Support query with read from replica. (#118)
PCBC-831: Implement search index management. (#115)
PCBC-945: Expose expiry options for increment/decrement. (#120)
PCBC-937: Fix `removeMulti`, which didn't remove documents. (#123)
PCBC-938: Override exception constructor in PHP Extension, which allows to initialize context in derived classes. (#117)
PCBC-940: Support for subdoc read from replica. (#121)
PCBC-884: Support for Native KV range scans. (#122, #127)
Notable changes in core C++
CXXCBC-333: Fix parsing resolv.conf on Linux (#416)
CXXCBC-335: Log connection options (#417)
CXXCBC-343: Continue bootsrap if DNS-SRV resolution fails (#422)
CXXCBC-242: SDK Support for Native KV Range Scans (#419, #423, #424, #428, #431, #432, #433, #434, #426)
CXXCBC-339: Disable older TLS protocols (#418)
- amqp 2.0.0
Notable changes:
- Fix various API oddities, see https://github.com/php-amqp/php-amqp/tree/v2.0.0/UPGRADING.md for details
- Remove support for PHP 5
- Various bug fixes
????Most use-cases should not require much changes from 1.x but check out
https://github.com/php-amqp/php-amqp/tree/v2.0.0/UPGRADING.md for a detailed upgrade guide
All changes (chronologically):
- CentOS development environment (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/467)
- Ubuntu development containers (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/466)
- Test against upcoming PHP 8.3 (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/465)
- Make test host configurable (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/464)
- Cosmetics on type functions (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/350202f)
- Configurable serialization/deserialization depth (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/463)
- Allow bitmask flags arguments to be nullable where previously AMQP_NOPARAM/zero was required (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/462)
- Fix generated commit URLs in changelogs (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/commit/4ee6159)
- Handle nested AMQP value serialization/deserialization (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/461)
- Document lack of reliability of AMQPConnection::isConnected (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/306)
- Prevent reuse of channel ID of broken channels (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/460)
- Gracefully handle zero as a heartbeat value (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/459)
- Build with the clang compiler on CI (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/457)
- Include stdint.h for PHP >= 8.0 on Windows (Jan Ehrhardt) (https://github.com/php-amqp/php-amqp/issues/456)
- Fix segfault in setPort (Remi Collet <remi@remirepo.net>) (https://github.com/php-amqp/php-amqp/issues/455)
- Document BC changes (Lars Strojny <lars@strojny.net>)
- Document pseudo-bool method changes (Lars Strojny <lars@strojny.net>)
- Fix mangled header on MacOS (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/60)
- Validate argument parsing, add AMQPExchange::removeArgument() and AMQPQueue::removeArgument() (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/452)
- Skip SSL tests if certificates are missing (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/450)
- Check coding style and formatting of stub files (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/447)
- Parallelize test execution (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/444)
- Deterministic configuration for PHP CLI (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/443)
- Fix tag creation during release management (Lars Strojny <lars@strojny.net>)
- Move test-report.sh into infra (Lars Strojny <lars@strojny.net>)
- The big fat API renovation (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/437)
- Handle alpha/beta stability correctly (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/5546436)
- Expose better version information (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/438)
- Auto-format the codebase (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/436)
- More consistent return types for AMQPEnvelope (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/435)
- Update stubs (Lars Strojny <lars@strojny.net>)
- Fix parameter error handling in AMQPConnection and AMQPChannel (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/434)
- Increase credentials and identifier limits (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/433)
- Reliably clear consumer tag on AMQPQueue::cancel (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/432)
- Ignore failures on experimental builds (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/25)
- Update branch name (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/7)
- Bump shivammathur/setup-php from 2.25.3 to 2.25.4 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/431)
- PHP 8.2 refactorings (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/430)
- Fix php version check for static building (Misha Kulakovsky <m@klkvsk.ru>) (https://github.com/php-amqp/php-amqp/issues/425)
- Fix stub exception class (closes #427) (Lars Strojny <lars@strojny.net>)
- Document custom connection name in stubs (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/700000)
- Expose Delivery Mode through constants (Flávio Heleno <flaviohbatista@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/420)
- Fix deprecation issue in PHP 8.1 for $consumerTag argument to AMQPQueue::consume() method (Liviu-Ionut Iosif) (https://github.com/php-amqp/php-amqp/issues/421)
- Fix: Deprecated: Creation of dynamic property (8.2) (Remi Collet <remi@remirepo.net>) (https://github.com/php-amqp/php-amqp/issues/418)
- Fix AMQPEnvelope::getDeliveryTag() return type (Flávio Heleno <flaviohbatista@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/415)
- Fix ack/nack/reject param documentation (Flávio Heleno <flaviohbatista@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/414)
- Mention time units in all timeout-related methods (Andrii Dembitskyi <andrew.dembitskiy@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/410)
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v1.11.0...v2.0.0
- redis 6.0.0RC2
--- 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 6.0.0RC2
- Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
- Fix C99 usages [54d9ca45] (Remi Collet)
- Raise minimal supported version to 7.2 [e10b9a85] (Remi Collet)
phpredis 6.0.0RC1
This release adds new commands introduced in Redis 6.2 and 7.0 as well
as many fixes and improvements.
You can find a detailed list of changes in CHANGELOG.md and package.xml
or by inspecting the git commit logs.
- Fix restoring keys when using compression [82e08723] (Till Kr?ss)
- Fix missing auth in RedisSentinel stub [5db85561] (Lu Fei)
- Fix RedisSentinel pconnect check [42cbd88a] (Pavlo Yatsukhnenko)
- Fix NULL-pointer dereferences and handle possible UB [36457555] (Pavlo Yatsukhnenko)
- Fix security alerts [ee210f86, fb6a297c] (Pavlo Yatsukhnenko), (Michael Grunder)
- Fix segfault [55bf0202] (Pavlo Yatsukhnenko)
- Fix default host length [c40f9d6c] (Pavlo Yatsukhnenko)
- Fix redis session standalone stream ssl context [ed10f365, d1bc6727, 2ff11df5] (patricio.dorantes)
- Fix segfault with session+tls [a471c87a] (Pavlo Yatsukhnenko)
- Fix non standards conforming prototypes. [b3ce0486] (Michael Grunder)
- Avoid registering the same replicas multiple times [f2bfd723] (Marius Adam)
- Better unix:// or file:// detection. [d05d301b] (Michael Grunder)
- Future proof our igbinary header check [69355faa] (Michael Grunder)
- Fix BITOP cross-slot bug [af13f951] (Michael Grunder)
- SENTINEL RESET returns a long. [0243dd9d] (Michael Grunder)
- Fix redis_sock_read_multibulk_multi_reply_loop logic [d9cb5946, 5a643b62] (Pavlo Yatsukhnenko)
- Fix RPOP to unserialize/decompress data. [02c91d59] (Michael Grunder)
- Fix testObject for redis 7.2 [fea19b52, dcb95a3f] (Remi Collet)
- Fix bug: the pipeline mode socket return an unexpected result after reconnecting [a3327d9d] (thomaston)
- Fix stub files [9aa5f387, 74cf49f5, 8b1eafe8, e392dd88, b5ea5fd7, 71758b09, 2a6dee5d] (Nicolas Grekas), (Michael Grunder)
- Update documentation [b64d93e1, 703d71b5, eba1c6d2, 0f502c9e, 130b5d0b, 21c3ef94, b7bf22d4, 50151e7a, b9950727, ab4ce4ab, 8d80ca5b, c4de8667, 6982941b, 375d093d, 43da8dd9, 71344612, b9de0b97, 2d8a8a44, a2b0c86f, e0b24be1, e609fbe8, c4aef956, df50b2ad, cc2383f0, 0dd2836f, 7d5db510, 99340889, 70a55f3e, b04684d4, 980ea6b1, bb06ffa3, b8679d7a, 854f3aa4, a5c47901, cf63e96e, f05ba819, 17db2328, 450904f7, 114f4d60, 142bddf0, 87fa36d6, 531177d4, ecf65144, 53d142d9, c14a9e3a, 72f8eb25, 872b6931] (Karina Kwiatek), (Nicolas Grekas), (Muhammad Dyas Yaskur), (sergkash7), (Dawid Polak), (Michael Grunder), (Yurun), (twosee), (Juha), (Till Kr?ss)
- Allow to pass null as iterator [14d121bb] (Pavlo Yatsukhnenko)
- Add NOMKSTREAM option to XADD command. [f9436e25] (Pavlo Yatsukhnenko)
- Don't allow reconnect on read response [5a269ab6] (Pavlo Yatsukhnenko)
- Reset multi/pipline transaction on pconnect close [0879770a] (Pavlo Yatsukhnenko)
- Use read_mbulk_header helper where possible [ca8b4c93] (Pavlo Yatsukhnenko)
- Allow to pass null as auth argument [41517753] (Pavlo Yatsukhnenko)
- Refactor redis_parse_client_list_response [68136a29, aaa4c91a, 1fb2935b, cf2c052c] (Pavlo Yatsukhnenko)
- Refactor subscribe/unsubscribe [3c9e159c] (Pavlo Yatsukhnenko)
- Change PHPREDIS_CTX_PTR type [de3635da] (Pavlo Yatsukhnenko)
- Refactor redis_parse_info_response [982bd13b] (Pavlo Yatsukhnenko)
- Allow IPv6 address within square brackets [c28ad7bb] (Pavlo Yatsukhnenko)
- Allow multiple field-value pairs for hmset command. [e858e8e3] (Pavlo Yatsukhnenko)
- Refactor MINIT and use @generate-class-entries in stub files [3675f442] (Remi Collet)
- Use spl_ce_RuntimeException [3cd5ac1e, a7e5ea64] (Remi Collet)
- Regenerate arginfo using 8.2.0 [a38e08da] (Remi Collet)
- Refactor client command [a8d10291] (Pavlo Yatsukhnenko)
- Pull COUNT/ANY parsing into a helper function [d67b2020] (Michael Grunder)
- Return false or NULL on empty lpos response [39a01ac7] (Michael Grunder)
- BLPOP with a float timeout [a98605f2, dc9af529] (Michael Grunder)
- Make sure we set an error for key based scans [98fda1b8] (Michael Grunder)
- Add back a default switch case for setoption handler [87464932] (Michael Grunder)
- Update stubs so the tests pass in strict mode [bebd398c] (Michael Grunder)
- Move where we generate our salt [d2044c9f] (Michael Grunder)
- Refactor XINFO handler [3b0d8b77] (Michael Grunder)
- Refactor and fix XPENDING handler [457953f4] (Michael Grunder)
- Refactor FLUSHDB and update docs. [54a084e5] (Michael Grunder)
- Add missing directed node command to docs and refactor stubs. [5ac92d25] (Michael Grunder)
- Refactor BITPOS and implement BIT/BYTE option. [4d8afd38] (Michael Grunder)
- INFO with multiple sections [44d03ca0] (Michael Grunder)
- Refactor SLOWLOG command [d87f1428] (Michael Grunder)
- Refactor SORT and add SORT_RO command [8c7c5a3a] (Michael Grunder)
- Use ZEND_STRL in redis_commands.c [78de25a3] (Pavlo Yatsukhnenko)
- Refactor PubSub command [2a0d1c1e] (Pavlo Yatsukhnenko)
- Refactor SLAVEOF handler [f2cef8be] (Michael Grunder)
- Refactor ACL command [504810a5] (Pavlo Yatsukhnenko)
- Use fast_zpp API [376d4d27] (Pavlo Yatsukhnenko)
- Fix XAUTOCLAIM response handler [0b7bd83f] (Michael Grunder)
- Refactor command command [ff863f3f] (Pavlo Yatsukhnenko)
- Refactor rawCommand and WAIT [79c9d224] (Michael Grunder)
- Refactor SELECT command [86f15cca] (Michael Grunder)
- Refactor SRANDMEMBER command. [f62363c2] (Michael Grunder)
- Refactor OBJECT command. [acb5db76] (Michael Grunder)
- Refactor gen_varkey_cmd [3efa59cb] (Michael Grunder)
- Refactor MGET command. [8cb6dd17] (Michael Grunder)
- Refactor INFO and SCRIPT commands. [3574ef08] (Michael Grunder)
- Refactor MSET and MSETNX commands. [6d104481] (Michael Grunder)
- Refactor HMSET command. [90eb0470] (Michael Grunder)
- Refactor PFCOUNT command. [19fd7e0c] (Michael Grunder)
- Refactor SMOVE command. [204a02c5] (Michael Grunder)
- Rework ZRANGE argument handling. [aa0938a4] (Michael Grunder)
- Refactor a couple more command methods. [5b560ccf, c8224b93, 40e1b1bf, ccd419a4] (Michael Grunder)
- Refactor HMGET command [bb66a547] (Michael Grunder)
- Refactor CLIENT command [77c4f7a3] (Pavlo Yatsukhnenko)
- Refactor redis_long_response [f14a80db] (Pavlo Yatsukhnenko)
- Synchronize Redis and RedisSentinel constructors [ebb2386e] (Pavlo Yatsukhnenko)
- Use redis_sock_connect on connect [f6c8b9c6] (Pavlo Yatsukhnenko)
- Auto-select db in redis_sock_server_open [6930a81c] (Pavlo Yatsukhnenko)
- Use on-stack allocated valiables [7a055cad] (Pavlo Yatsukhnenko)
- Add XAUTOCLAIM command [01f3342c] (Pavlo Yatsukhnenko)
- Add SYNC arg to FLUSHALL and FLUSHDB, and ASYNC/SYNC arg to SCRIPT FLUSH [750b6cf3] (Pavlo Yatsukhnenko)
- Add reset command [947a2d38] (Pavlo Yatsukhnenko)
- Add hRandField command [fe397371] (Pavlo Yatsukhnenko)
- Add PXAT/EXAT arguments to SET command. [0a160685] (Pavlo Yatsukhnenko)
- Add GETEX, GETDEL commands. [11861d95] (Pavlo Yatsukhnenko)
- Add FAILOVER command. [4b767be7] (Pavlo Yatsukhnenko)
- Backoff settings in constructor [e6b3fe54] (Pavlo Yatsukhnenko)
- Add the COUNT argument to LPOP and RPOP [df97cc35] (Pavlo Yatsukhnenko)
- Unsubscribe from all channels [0f1ca0cc] (Pavlo Yatsukhnenko)
- Add lPos command. [687a5c78] (Pavlo Yatsukhnenko)
- Add the ANY argument to GEOSEARCH and GEORADIUS [bf6f31e3] (Pavlo Yatsukhnenko)
- Add 'BIT'/'BYTE' modifier to BITCOUNT + tests [a3d2f131] (Michael Grunder)
- Add missing configureoption entries in package.xml [59053f10] (Michele Locati)
- Implement CONFIG RESETSTAT [239678a0] (Michael Grunder)
- SINTERCARD and ZINTERCARD commands [64300508] (Michael Grunder)
- LCS command [c0e839f6] (Michael Grunder)
- EXPIRETIME and PEXPIRETIME [f5b2a09b] (Michael Grunder)
- [B]LMPOP and [B]ZMPOP commands [6ea978eb] (Michael Grunder)
- Implement new RESTORE options [9a3fe401] (Michael Grunder)
- Add new Redis 6.2.0 XTRIM options [6b34d17f] (Michael Grunder)
- Implement AUTH/AUTH2 arguments for MIGRATE [114d79d1] (Michael Grunder)
- Implement CONFIG REWRITE [525958ea] (Michael Grunder)
- Implement Redis 7.0.0 [P]EXPIRE[AT] [options 872ae107] (Michael Grunder)
- Variadic CONFIG GET/SET [36ef4bd8, a176f586] (Michael Grunder)
- EVAL_RO and EVALSHA_RO [f3a40830] (Michael Grunder)
- Implement ZRANGESTORE and add ZRANGE options [71bcbcb9] (Michael Grunder)
- XGROUP DELCONSUMER and ENTRIESREAD [1343f500] (Michael Grunder)
- Expose the transferred number of bytes [e0a88b7b, 90828019, 7a4cee2d] (Pavlo Yatsukhnenko), (Michael Grunder)
- TOUCH command [dc1f2398] (Michael Grunder)
- Redis Sentinel TLS support [f2bb2cdb] (Pavlo Yatsukhnenko)
- Add the CH, NX, XX arguments to GEOADD [2bb64038, e8f5b517] (Pavlo Yatsukhnenko)
- Implement SMISMEMBER for RedisCluster [abfac47b] (Michael Grunder)
- Implement ssubscribe/sunsubscribe [7644736e] (Pavlo Yatsukhnenko)
- Implement BLMOVE and add LMOVE/BLMOVE to cluster. [121e9d9c] (Michael Grunder)
- Implement LPOS for RedisCluster [7121aaae] (Michael Grunder)
- Implement GEOSEARCH and GEOSEARCHSTORE for RedisCluster. [fa5d1af9] (Michael Grunder)
- Implement HRANDFIELD for RedisCluster [e222b85e] (Michael Grunder)
- Implement COPY for RedisCluster [40a2c254] (Michael Grunder)
- Implement new ZSET commands for cluster [27900f39] (Michael Grunder)
- Add cluster support for strict sessions and lazy write [b6cf6361] (Michael Grunder)
- Add function command [90a0e9cc] (Pavlo Yatsukhnenko)
- Add FCALL/FCALL_RO commands [7c46ad2c] (Pavlo Yatsukhnenko)
- Remove unused macroses [831d6118] (Pavlo Yatsukhnenko)
- protobuf 3.24.1
* See github.com/protocolbuffers/protobuf/releases/tag/v24.1 for release notes.
- mongodb 1.16.2
** Bug
* [PHPC-2265] - Possible deadlock when querying during a MongoDB node restart
* [PHPC-2268] - Remove duplicate call to bson_iter_key in BSONIterator::key
** Task
* [PHPC-2258] - Upgrade libmongoc to 1.24.2
* [PHPC-2263] - Detect XSI or GNU strerror_r() implementation during build process
* [PHPC-2270] - Define constants for POSIX features and extensions used by libmongoc 1.24
* [PHPC-2271] - Upgrade libmongoc to 1.24.3
- amqp 2.0.0RC1
- Handle nested AMQP value serialization/deserialization (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/461)
- Document lack of reliability of AMQPConnection::isConnected (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/306)
- Prevent reuse of channel ID of broken channels (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/460)
- Gracefully handle zero as a heartbeat value (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/459)
- Build with the clang compiler on CI (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/457)
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v2.0.0beta2...v2.0.0RC1
- phalcon 5.3.0
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md
Added
- Added
PhalconMvcModel::appendMessagedFrom
for code consistency and to add messages from another model #16391
- Added
PhalconAutoloadLoader::isRegistered
for debugging purposes #16391
- Added
PhalconMvcModelMetadata::initializeMetadata
[#16393] (https://github.com/phalcon/cphalcon/issues/16393)
- Added
PhalconMvcModelMetadata::getMetaDataUniqueKey
[#16393] (https://github.com/phalcon/cphalcon/issues/16393)
- Added
PhalconMvcModelMetadata::getColumnMapUniqueKey
[#16393] (https://github.com/phalcon/cphalcon/issues/16393)
- Added
PhalconEncryptionSecurityJWTBuilder::addHeader()
to allow adding custom headers #16396
Changed
- Refactored
PhalconMvcModel::doLowUpdate
and PhalconMvcModel::postSaveRelatedRecords
for better code logic and a clearer separation of behaviour, although it lead to partially repeated code. #16391
- Cleaned
PhalconMvcModelMetadata::initialize
[#16393] (https://github.com/phalcon/cphalcon/issues/16393)
Fixed
- Parse multipart/form-data from PUT request #16271
- Set Dynamic Update by default system-wide #16343
- Fixed memory leak in Micro application #16404
tagged:
Community News:
Latest PECL Releases (08.08.2023)
byChris Cornutt
Aug 08, 2023 @ 08:05:14
Latest PECL Releases:
- brotli 0.14.0
- First release
- amqp 2.0.0beta2
- Include stdint.h for PHP >= 8.0 on Windows (Jan Ehrhardt) (https://github.com/php-amqp/php-amqp/issues/456)
- Fix segfault in setPort (Remi Collet <remi@remirepo.net>) (https://github.com/php-amqp/php-amqp/issues/455)
????Check out https://github.com/php-amqp/php-amqp/tree/latest/UPGRADING.md for backward incompatible changes
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v2.0.0beta1...v2.0.0beta2
- amqp 2.0.0beta1
- Document BC changes (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/0)
- Document pseudo-bool method changes (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/0)
- Fix mangled header on MacOS (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/60)
- Validate argument parsing, add AMQPExchange::removeArgument() and AMQPQueue::removeArgument() (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/452)
- Skip SSL tests if certificates are missing (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/450)
- Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/449)
- Check coding style and formatting of stub files (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/447)
- Parallelize test execution (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/444)
- Deterministic configuration for PHP CLI (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/443)
- Fix tag creation during release management (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/0)
- Move test-report.sh into infra (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/0)
????Check out https://github.com/php-amqp/php-amqp/tree/latest/UPGRADING.md for backward incompatible changes
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v2.0.0alpha2...v2.0.0beta1
- mysqlnd_krb 1.0.0
Release
- protobuf 3.24.0RC3
* See github.com/protocolbuffers/protobuf/releases/tag/v24.0-rc-3 for release notes.
tagged:
Community News:
Latest PECL Releases (08.01.2023)
byChris Cornutt
Aug 01, 2023 @ 08:05:12
Latest PECL Releases:
- redis 6.0.0RC1
phpredis 6.0.0RC1
This release adds new commands introduced in Redis 6.2 and 7.0 as well
as many fixes and improvements.
You can find a detailed list of changes in CHANGELOG.md and package.xml
or by inspecting the git commit logs.
--- 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
- Fix restoring keys when using compression [82e08723] (Till Kr?ss)
- Fix missing auth in RedisSentinel stub [5db85561] (Lu Fei)
- Fix RedisSentinel pconnect check [42cbd88a] (Pavlo Yatsukhnenko)
- Fix NULL-pointer dereferences and handle possible UB [36457555] (Pavlo Yatsukhnenko)
- Fix security alerts [ee210f86, fb6a297c] (Pavlo Yatsukhnenko), (Michael Grunder)
- Fix segfault [55bf0202] (Pavlo Yatsukhnenko)
- Fix default host length [c40f9d6c] (Pavlo Yatsukhnenko)
- Fix redis session standalone stream ssl context [ed10f365, d1bc6727, 2ff11df5] (patricio.dorantes)
- Fix segfault with session+tls [a471c87a] (Pavlo Yatsukhnenko)
- Fix non standards conforming prototypes. [b3ce0486] (Michael Grunder)
- Avoid registering the same replicas multiple times [f2bfd723] (Marius Adam)
- Better unix:// or file:// detection. [d05d301b] (Michael Grunder)
- Future proof our igbinary header check [69355faa] (Michael Grunder)
- Fix BITOP cross-slot bug [af13f951] (Michael Grunder)
- SENTINEL RESET returns a long. [0243dd9d] (Michael Grunder)
- Fix redis_sock_read_multibulk_multi_reply_loop logic [d9cb5946, 5a643b62] (Pavlo Yatsukhnenko)
- Fix RPOP to unserialize/decompress data. [02c91d59] (Michael Grunder)
- Fix testObject for redis 7.2 [fea19b52, dcb95a3f] (Remi Collet)
- Fix bug: the pipeline mode socket return an unexpected result after reconnecting [a3327d9d] (thomaston)
- Fix stub files [9aa5f387, 74cf49f5, 8b1eafe8, e392dd88, b5ea5fd7, 71758b09, 2a6dee5d] (Nicolas Grekas), (Michael Grunder)
- Update documentation [b64d93e1, 703d71b5, eba1c6d2, 0f502c9e, 130b5d0b, 21c3ef94, b7bf22d4, 50151e7a, b9950727, ab4ce4ab, 8d80ca5b, c4de8667, 6982941b, 375d093d, 43da8dd9, 71344612, b9de0b97, 2d8a8a44, a2b0c86f, e0b24be1, e609fbe8, c4aef956, df50b2ad, cc2383f0, 0dd2836f, 7d5db510, 99340889, 70a55f3e, b04684d4, 980ea6b1, bb06ffa3, b8679d7a, 854f3aa4, a5c47901, cf63e96e, f05ba819, 17db2328, 450904f7, 114f4d60, 142bddf0, 87fa36d6, 531177d4, ecf65144, 53d142d9, c14a9e3a, 72f8eb25, 872b6931] (Karina Kwiatek), (Nicolas Grekas), (Muhammad Dyas Yaskur), (sergkash7), (Dawid Polak), (Michael Grunder), (Yurun), (twosee), (Juha), (Till Kr?ss)
- Allow to pass null as iterator [14d121bb] (Pavlo Yatsukhnenko)
- Add NOMKSTREAM option to XADD command. [f9436e25] (Pavlo Yatsukhnenko)
- Don't allow reconnect on read response [5a269ab6] (Pavlo Yatsukhnenko)
- Reset multi/pipline transaction on pconnect close [0879770a] (Pavlo Yatsukhnenko)
- Use read_mbulk_header helper where possible [ca8b4c93] (Pavlo Yatsukhnenko)
- Allow to pass null as auth argument [41517753] (Pavlo Yatsukhnenko)
- Refactor redis_parse_client_list_response [68136a29, aaa4c91a, 1fb2935b, cf2c052c] (Pavlo Yatsukhnenko)
- Refactor subscribe/unsubscribe [3c9e159c] (Pavlo Yatsukhnenko)
- Change PHPREDIS_CTX_PTR type [de3635da] (Pavlo Yatsukhnenko)
- Refactor redis_parse_info_response [982bd13b] (Pavlo Yatsukhnenko)
- Allow IPv6 address within square brackets [c28ad7bb] (Pavlo Yatsukhnenko)
- Allow multiple field-value pairs for hmset command. [e858e8e3] (Pavlo Yatsukhnenko)
- Refactor MINIT and use @generate-class-entries in stub files [3675f442] (Remi Collet)
- Use spl_ce_RuntimeException [3cd5ac1e, a7e5ea64] (Remi Collet)
- Regenerate arginfo using 8.2.0 [a38e08da] (Remi Collet)
- Refactor client command [a8d10291] (Pavlo Yatsukhnenko)
- Pull COUNT/ANY parsing into a helper function [d67b2020] (Michael Grunder)
- Return false or NULL on empty lpos response [39a01ac7] (Michael Grunder)
- BLPOP with a float timeout [a98605f2, dc9af529] (Michael Grunder)
- Make sure we set an error for key based scans [98fda1b8] (Michael Grunder)
- Add back a default switch case for setoption handler [87464932] (Michael Grunder)
- Update stubs so the tests pass in strict mode [bebd398c] (Michael Grunder)
- Move where we generate our salt [d2044c9f] (Michael Grunder)
- Refactor XINFO handler [3b0d8b77] (Michael Grunder)
- Refactor and fix XPENDING handler [457953f4] (Michael Grunder)
- Refactor FLUSHDB and update docs. [54a084e5] (Michael Grunder)
- Add missing directed node command to docs and refactor stubs. [5ac92d25] (Michael Grunder)
- Refactor BITPOS and implement BIT/BYTE option. [4d8afd38] (Michael Grunder)
- INFO with multiple sections [44d03ca0] (Michael Grunder)
- Refactor SLOWLOG command [d87f1428] (Michael Grunder)
- Refactor SORT and add SORT_RO command [8c7c5a3a] (Michael Grunder)
- Use ZEND_STRL in redis_commands.c [78de25a3] (Pavlo Yatsukhnenko)
- Refactor PubSub command [2a0d1c1e] (Pavlo Yatsukhnenko)
- Refactor SLAVEOF handler [f2cef8be] (Michael Grunder)
- Refactor ACL command [504810a5] (Pavlo Yatsukhnenko)
- Use fast_zpp API [376d4d27] (Pavlo Yatsukhnenko)
- Fix XAUTOCLAIM response handler [0b7bd83f] (Michael Grunder)
- Refactor command command [ff863f3f] (Pavlo Yatsukhnenko)
- Refactor rawCommand and WAIT [79c9d224] (Michael Grunder)
- Refactor SELECT command [86f15cca] (Michael Grunder)
- Refactor SRANDMEMBER command. [f62363c2] (Michael Grunder)
- Refactor OBJECT command. [acb5db76] (Michael Grunder)
- Refactor gen_varkey_cmd [3efa59cb] (Michael Grunder)
- Refactor MGET command. [8cb6dd17] (Michael Grunder)
- Refactor INFO and SCRIPT commands. [3574ef08] (Michael Grunder)
- Refactor MSET and MSETNX commands. [6d104481] (Michael Grunder)
- Refactor HMSET command. [90eb0470] (Michael Grunder)
- Refactor PFCOUNT command. [19fd7e0c] (Michael Grunder)
- Refactor SMOVE command. [204a02c5] (Michael Grunder)
- Rework ZRANGE argument handling. [aa0938a4] (Michael Grunder)
- Refactor a couple more command methods. [5b560ccf, c8224b93, 40e1b1bf, ccd419a4] (Michael Grunder)
- Refactor HMGET command [bb66a547] (Michael Grunder)
- Refactor CLIENT command [77c4f7a3] (Pavlo Yatsukhnenko)
- Refactor redis_long_response [f14a80db] (Pavlo Yatsukhnenko)
- Synchronize Redis and RedisSentinel constructors [ebb2386e] (Pavlo Yatsukhnenko)
- Use redis_sock_connect on connect [f6c8b9c6] (Pavlo Yatsukhnenko)
- Auto-select db in redis_sock_server_open [6930a81c] (Pavlo Yatsukhnenko)
- Use on-stack allocated valiables [7a055cad] (Pavlo Yatsukhnenko)
- Add XAUTOCLAIM command [01f3342c] (Pavlo Yatsukhnenko)
- Add SYNC arg to FLUSHALL and FLUSHDB, and ASYNC/SYNC arg to SCRIPT FLUSH [750b6cf3] (Pavlo Yatsukhnenko)
- Add reset command [947a2d38] (Pavlo Yatsukhnenko)
- Add hRandField command [fe397371] (Pavlo Yatsukhnenko)
- Add PXAT/EXAT arguments to SET command. [0a160685] (Pavlo Yatsukhnenko)
- Add GETEX, GETDEL commands. [11861d95] (Pavlo Yatsukhnenko)
- Add FAILOVER command. [4b767be7] (Pavlo Yatsukhnenko)
- Backoff settings in constructor [e6b3fe54] (Pavlo Yatsukhnenko)
- Add the COUNT argument to LPOP and RPOP [df97cc35] (Pavlo Yatsukhnenko)
- Unsubscribe from all channels [0f1ca0cc] (Pavlo Yatsukhnenko)
- Add lPos command. [687a5c78] (Pavlo Yatsukhnenko)
- Add the ANY argument to GEOSEARCH and GEORADIUS [bf6f31e3] (Pavlo Yatsukhnenko)
- Add 'BIT'/'BYTE' modifier to BITCOUNT + tests [a3d2f131] (Michael Grunder)
- Add missing configureoption entries in package.xml [59053f10] (Michele Locati)
- Implement CONFIG RESETSTAT [239678a0] (Michael Grunder)
- SINTERCARD and ZINTERCARD commands [64300508] (Michael Grunder)
- LCS command [c0e839f6] (Michael Grunder)
- EXPIRETIME and PEXPIRETIME [f5b2a09b] (Michael Grunder)
- [B]LMPOP and [B]ZMPOP commands [6ea978eb] (Michael Grunder)
- Implement new RESTORE options [9a3fe401] (Michael Grunder)
- Add new Redis 6.2.0 XTRIM options [6b34d17f] (Michael Grunder)
- Implement AUTH/AUTH2 arguments for MIGRATE [114d79d1] (Michael Grunder)
- Implement CONFIG REWRITE [525958ea] (Michael Grunder)
- Implement Redis 7.0.0 [P]EXPIRE[AT] [options 872ae107] (Michael Grunder)
- Variadic CONFIG GET/SET [36ef4bd8, a176f586] (Michael Grunder)
- EVAL_RO and EVALSHA_RO [f3a40830] (Michael Grunder)
- Implement ZRANGESTORE and add ZRANGE options [71bcbcb9] (Michael Grunder)
- XGROUP DELCONSUMER and ENTRIESREAD [1343f500] (Michael Grunder)
- Expose the transferred number of bytes [e0a88b7b, 90828019, 7a4cee2d] (Pavlo Yatsukhnenko), (Michael Grunder)
- TOUCH command [dc1f2398] (Michael Grunder)
- Redis Sentinel TLS support [f2bb2cdb] (Pavlo Yatsukhnenko)
- Add the CH, NX, XX arguments to GEOADD [2bb64038, e8f5b517] (Pavlo Yatsukhnenko)
- Implement SMISMEMBER for RedisCluster [abfac47b] (Michael Grunder)
- Implement ssubscribe/sunsubscribe [7644736e] (Pavlo Yatsukhnenko)
- Implement BLMOVE and add LMOVE/BLMOVE to cluster. [121e9d9c] (Michael Grunder)
- Implement LPOS for RedisCluster [7121aaae] (Michael Grunder)
- Implement GEOSEARCH and GEOSEARCHSTORE for RedisCluster. [fa5d1af9] (Michael Grunder)
- Implement HRANDFIELD for RedisCluster [e222b85e] (Michael Grunder)
- Implement COPY for RedisCluster [40a2c254] (Michael Grunder)
- Implement new ZSET commands for cluster [27900f39] (Michael Grunder)
- Add cluster support for strict sessions and lazy write [b6cf6361] (Michael Grunder)
- Add function command [90a0e9cc] (Pavlo Yatsukhnenko)
- Add FCALL/FCALL_RO commands [7c46ad2c] (Pavlo Yatsukhnenko)
- Remove unused macroses [831d6118] (Pavlo Yatsukhnenko)
- LuaSandbox 4.1.1
- Fix segmentation fault when memory limit is exceeded in LuaSandbox init
- Fix incorrect version reported by phpversion('luasandbox')
- amqp 2.0.0alpha2
- Widen lowest supported librabbitmq version to >=0.8.0 (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/441)
- New Docker-based development environment (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/440)
- Prevent duplicate builds (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/442)
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v2.0.0alpha1...v2.0.0alpha2
- amqp 2.0.0alpha1
- The big fat API renovation (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/437)
- Handle alpha/beta stability correctly (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/5546436)
- Expose better version information (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/438)
- Auto-format the codebase (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/436)
- More consistent return types for AMQPEnvelope (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/435)
- Update stubs (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/0)
- Fix parameter error handling in AMQPConnection and AMQPChannel (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/434)
- Increase credentials and identifier limits (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/433)
- Reliably clear consumer tag on AMQPQueue::cancel (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/432)
- Ignore failures on experimental builds (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/25)
- Update branch name (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/7)
- Bump shivammathur/setup-php from 2.25.3 to 2.25.4 (dependabot[bot]) (https://github.com/php-amqp/php-amqp/issues/431)
- PHP 8.2 refactorings (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/430)
- Fix php version check for static building (Misha Kulakovsky <m@klkvsk.ru>) (https://github.com/php-amqp/php-amqp/issues/425)
- Fix stub exception class (closes #427) (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/0)
- Document custom connection name in stubs (Lars Strojny <lars@strojny.net>) (https://github.com/php-amqp/php-amqp/issues/700000)
- Expose Delivery Mode through constants (Flávio Heleno <flaviohbatista@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/420)
- Fix deprecation issue in PHP 8.1 for $consumerTag argument to AMQPQueue::consume() method (Liviu-Ionut Iosif) (https://github.com/php-amqp/php-amqp/issues/421)
- Fix: Deprecated: Creation of dynamic property (8.2) (Remi Collet <remi@remirepo.net>) (https://github.com/php-amqp/php-amqp/issues/418)
- Fix AMQPEnvelope::getDeliveryTag() return type (Flávio Heleno <flaviohbatista@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/415)
- Fix ack/nack/reject param documentation (Flávio Heleno <flaviohbatista@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/414)
- Mention time units in all timeout-related methods (Andrii Dembitskyi <andrew.dembitskiy@gmail.com>) (https://github.com/php-amqp/php-amqp/issues/410)
For a complete list of changes see:
https://github.com/php-amqp/php-amqp/compare/v1.11.0...v2.0.0alpha1
- mailparse 3.1.5
- drop usage of removed mbfl APIs in PHP 8.3
- fix GH-27 MimeMessage::__construct() throws TypeError with $mode=stream
- fix GH-21, GH-22, GH-24 segfault in mailparse_msg_parse without mime-version
- fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes
- awscrt 1.2.2
Fix Undefined Function Error
- phalcon 5.2.3
Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md
Fixed
- Tried to reproduce the behavior described in #16244 but had no success. #16244
- Extended
PhalconDiInjectable
from stdClass
to remove the deprecation warning (dynamic properties) for PHP 8.2 #16308
- Corrected the return type of
PhalconMvcView::getVar()
so that stubs can be accurate. #16276
- Changed all the
encode
/decode
methods for JSON to use the PhalconSupportHelperJson*
classes. #15608
- Changed the
PhalconSupportHelperJson*
classes to clear up json_last_error()
before doing any conversions. #15608
- Fixed
PhalconHttpRequest::getJsonRawBody
to protect from empty body #16373
Added
- Added
getAdapter()
in PhalconMvcModelMetadata
to retrieve the internal cache adapter if necessary. #16244
- Added
PhalconStorageAdapterWeak
implemented with WeakReference has a cache/retrieval solution for objects not yet collected by the Garbage Collection. #16372
tagged: