ease Community News: Latest PECL Releases (09.24.2024) By www.phpdeveloper.org Published On :: Tue, 24 Sep 2024 08:05:14 +0000 Latest PECL Releases:redis 6.1.0RC2 Sponsors Audiomack - https://audiomack.com Open LMS - https://openlms.net Avtandil Kikabidze - https://github.com/akalongman Ty Karok - https://github.com/karock Object Cache Pro for WordPress - https://objectcache.pro --- 6.1.0RC2 --- Fixed: Fixed a SIGABRT error in PHP 8.4 [a75a7e5a] (Michael Grunder) Clean up code for unsupported versions of PHP [37cebdd7] (Remi Collet) Add SessionHelpers.php to package.xml[e9474b80] (Remi Collet) 8.4 implicit null fix, bump version [bff3a22e, 30c8f90c] [Remi Collet] Changed: Raised minimum supported PHP version to 7.4 [8b519423] (Michael Grunder) Removed: Removed erroneously duplicated changelog entries [40c89736] (Michael Grunder) Tests/CI: Move to upload artifacts v4 [9d380500] (Michael Grunder) Added: Added composer.json to support PIE (PHP Installer for Extensions) [b59e35a6] (James Titcumb) --- 6.1.0RC1 --- Fixed: Fix random connection timeouts with Redis Cluster. [eb7f31e7] (Jozsef Koszo) Fix argument count issue in HSET with associative array [6ea5b3e0] (Viktor Djupsjobacka) SRANDMEMBER can return any type because of serialization. [6673b5b2] (Michael Grunder) Fix HRANDFIELD command when WITHVALUES is used. [99f9fd83] (Michael Grunder) Allow context array to be nullable [50529f56] (Michael Grunder) Fix a macOS (M1) compiler warning. [7de29d57] (Michael Grunder) GETEX documentation/updates and implentation in RedisCluster [981c6931] (Michael Grunder) Refactor redis_script_cmd and fix to flush subcommand. [7c551424] (Pavlo Yatsukhnenko) Update liveness check and fix PHP 8.4 compilation error. [c139de3a] (Michael Grunder) Rework how we declare ZSTD min/max constants. [34b5bd81] (Michael Grunder) Fix memory leak if we fail in ps_open_redis. [0e926165] (Michael Grunder) Fix segfault and remove redundant macros [a9e53fd1] (Pavlo Yatsukhnenko) Fix PHP 8.4 includes [a51215ce] (Michael Grunder) Handle arbitrarily large SCAN cursors properly. [2612d444, e52f0afa] (Michael Grunder) Improve warning when we encounter an invalid EXPIRY in SET [732e466a] (Michael Grunder) Fix Arginfo / zpp mismatch for DUMP command [50e5405c] (Pavlo Yatsukhnenko) RedisCluster::publish returns a cluster_long_resp [14f93339] (Alexandre Choura) Fix segfault when passing just false to auth. [6dc0a0be] (Michael Grunder) the VALUE argument type for hSetNx must be the same as for hSet [df074dbe] (Uladzimir Tsykun) Other fixes [e18f6c6d, 3d7be358, 2b555c89, fa1a283a, 37c5f8d4] (Michael Grunder, Viktor Szepe) Added: Compression support for PHP sessions. [da4ab0a7] (bitactive) Support for early_refresh in Redis sessions to match cluster behavior [b6989018] (Bitactive) Implement WAITAOF command. [ed7c9f6f] (Michael Grunder) Removed: PHP 7.1, 7.2, and 7.3 CI jobs [d68c30f8, dc39bd55] (Michael Grunder) Changed: Fix the time unit of retry_interval [3fdd52b4] (woodong) Documentation: Many documentation fixes. [eeb51099] (Michael Dwyer) fix missing code tags [f865d5b9] (divinity76) Mention Valkey support [5f1eecfb] (PlavorSeol) Mention KeyDB support in README.md [37fa3592] (Tim Starling) Remove mention of pickle [c7a73abb] (David Baker) Add session.save_path examples [8a39caeb] (Martin Vancl) Tighter return types for Redis::(keys|hKeys|hVals|hGetAll) [77ab62bc] (Benjamin Morel) Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a] (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko) Fix config.m4 when using custom dep paths [ece3f7be] (Michael Grunder) Fix retry_internal documentation [142c1f4a] (SplotyCode) Fix anchor link [9b5cad31] (Git'Fellow) Fix typo in link [bfd379f0] (deiga) Fix Fedora package url [60b1ba14, 717713e1] (Dmitrii Kotov) Update Redis Sentinel documentation to reflect changes to constructor in 6.0 release [dc05d65c] (Pavlo Yatsukhnenko) Tests/CI: Avoid fatal error in test execution. [57304970] (Michael Grunder) Refactor unit test framework. [b1771def] (Michael Grunder) Get unit tests working in php-cgi. [b808cc60] (Michael Grunder) Switch to ZEND_STRL in more places. [7050c989, f8c762e7] (Michael Grunder) Workaround weird PHP compiler crash. [d3b2d87b] (Michael Grunder) Refactor tests (formatting, modernization, etc). [dab6a62d, c6cd665b, 78b70ca8, 3c125b09, 18b0da72, b88e72b1, 0f94d9c1, 59965971, 3dbc2bd8, 9b90c03b, c0d6f042] (Michael Grunder) Spelling fixes [0d89e928] (Michael Grunder) Added Valkey support. [f350dc34] (Michael Grunder) Add a test for session compression. [9f3ca98c] (Michael Grunder) Test against valkey [a819a44b] (Michael Grunder) sessionSaveHandler injection. [9f8f80ca] (Pavlo Yatsukhnenko) KeyDB addiions [54d62c72, d9c48b78] (Michael Grunder) Add PHP 8.3 to CI [78d15140, e051a5db] (Robert Kelcak, Pavlo Yatsukhnenko) Use newInstance in RedisClusterTest [954fbab8] (Pavlo Yatsukhnenko) Use actions/checkout@v4 [f4c2ac26] (Pavlo Yatsukhnenko) Cluster nodes from ENV [eda39958, 0672703b] (Pavlo Yatsukhnenko) Ensure we're talking to redis-server in our high ports test. [7825efbc] (Michael Grunder) Add missing option to installation example [2bddd84f] (Pavlo Yatsukhnenko) Fix typo in link [8f6bc98f] (Timo Sand) Update tests to allow users to use a custom class. [5f6ce414] (Michael Grunder) APCu 5.1.24 - Make compatible with PHP 8.4. - apc.php: Preserve search parameter when deleting entry. - apc.PHP: Allow arbitrary search regex. gRPC 1.67.0RC1 - gRPC Core 1.67.0 update protobuf 4.27.5 * See github.com/protocolbuffers/protobuf/releases/tag/v27.5 for release notes. protobuf 3.25.5 * See github.com/protocolbuffers/protobuf/releases/tag/v25.5 for release notes. protobuf 4.28.2 * See github.com/protocolbuffers/protobuf/releases/tag/v28.2 for release notes. Full Article
ease Community News: Latest PECL Releases (10.01.2024) By www.phpdeveloper.org Published On :: Tue, 01 Oct 2024 08:05:22 +0000 Latest PECL Releases:protobuf 4.29.0RC1 * See github.com/protocolbuffers/protobuf/releases/tag/v29.0-rc-1 for release notes. datadog_trace 1.3.2 ## Tracer Fixed Fix crash with git metadata injection xpass 1.1.0 - add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {} - add crypt_preferred_method(): ?string {} - add crypt_checksalt(string $salt): int {} - add CRYPT_PREFIX_* and CRYPT_SALT_* constants zip 1.22.4 - compatibility with 8.4 - add ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11 msgpack 3.0.0 * Add support for PHP-8.1 Enums * merges #173 * fixes #171 * Add support for APCu * merges #162, #93 * Add OPT_ASSOC for roundtrip serialization of map. * merges #58 mongodb 1.20.0 ## What's Changed * Master is now 1.20-dev by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1550 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1553 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1554 * PHPC-2386: Fix build config output without libmongocrypt by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1557 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1563 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1564 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1566 * Bump mongodb-labs/drivers-github-tools from 1 to 2 by @dependabot in https://github.com/mongodb/mongo-php-driver/pull/1568 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1569 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1570 * Revert "Bump mongodb-labs/drivers-github-tools from 1 to 2" by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1571 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1574 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1576 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1578 * PHPC-2395: Fetch Atlas connectivity URIs from AWS Secrets Manager by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1579 * Merge v1.19 into master by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1581 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1580 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1585 * PHPC-2398: Use server_id methods for libmongoc 1.28+ by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1582 * PHPC-2401: Support QEv2 range protocol by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1583 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1588 * PHPC-2254: Relax server selection timeout error message pattern by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1587 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1591 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1592 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1594 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1597 * PHPC-2376: Test against MongoDB 8.0 by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1598 * Fix version computation for libmongoc development versions by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1599 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1601 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1603 * PHPC-1489: Deprecate integer readPreference constants by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1604 * PHPC-2347: Deprecate BSON functions by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1607 * Fix failing tests on x86 systems by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1609 * PHPC-2349, PHPC-2411: Deprecate unused exception classes by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1608 * PHPC-2414, PHPC-2415: Update wire versions for MongoDB 8.0 compatibility by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1610 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1613 * PHPC-2286 Implement `UTCDateTime::toDateTimeImmutable` by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1611 * PHPC-1957 Add tests for out-of-range `UTCDateTime` values by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1614 * Use drivers-evergreen-tools for Windows testing by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1615 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1620 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1621 * PHPC-2421, PHPC-2428: Update bundled dependencies by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1622 * PHPC-2434: Add PHP 8.4 to GitHub Actions by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1625 * PHPC-2420: Initial composer.json for pie support by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1624 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1626 * Merge v1.19 into master by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1629 * PHPC-2403: Remove optional sparsity and trimFactor options by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1628 * Merge v1.19 into v1.20 by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1633 * PHPC-2412: Deprecate CursorId class by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1616 * Fix exception message expectation on MongoDB latest by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1637 * Validate composer.json as part of CI workflows by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1636 * Update merge-up config by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1641 * PHPC-2443: Deprecate string argument and accept Int64 instances in UTCDateTime constructor by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1643 * PHPC-2413: Use new distros for RHEL ppc and Z by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1647 * PHPC-2442: Deprecate getServer, add getHost and getPort to APM events by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1644 * Merge v1.19 into v1.20 by @mongodb-php-bot in https://github.com/mongodb/mongo-php-driver/pull/1649 * PHPC-2350: Implement JSON methods for PackedArray by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1645 * Update archive names for Windows builds by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1655 * Remove usage of deprecated E_STRICT by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1668 * PHPC-2448: Update to libmongoc 1.28.0 by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1673 * PHPC-2452: Warn if --with-openssl-dir is used by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1677 * PHPC-2453: Deprecation notice for Query "modifiers" option by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1680 * Drop RHEL 7.6 from evergreen testing by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1682 * PHPC-2456: Correctly dereference arrays in type maps by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1683 Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/1.19.4...1.20.0 Full Article
ease Community News: Latest PECL Releases (10.08.2024) By www.phpdeveloper.org Published On :: Tue, 08 Oct 2024 08:05:15 +0000 Latest PECL Releases:uuid 1.2.1 - MacOS support (Sean Molenaar) fix for util-linux/libuuid 2.40 and uuid_time64 yaml 2.2.4 Bugs Fixed: - #85: PHP 8.4.0 beta4 test yaml_parse_file_002.phpt fails (andypost) - emit.c: fix -Wsign-compare (bd808) - #75: yaml_parse_file does not set &$ndoc as expected (tomterl) - Fix [-Wincompatible-pointer-types] warning (remicollet) redis 6.1.0 Sponsors Audiomack - https://audiomack.com Open LMS - https://openlms.net Avtandil Kikabidze - https://github.com/akalongman Ty Karok - https://github.com/karock Object Cache Pro for WordPress - https://objectcache.pro --- 6.1.0 --- NOTE: There were no changes to C code between 6.1.0RC2 and 6.1.0 Documentation: Update package.xml to make it clearer that we support many key-value stores [52e69ede] (Remi Collet) Fix redis.io urls [0bae4bb0] (Vincent Langlet) Tests/CI: Fix 2 tests with redis 6.2 [cc1be322] (Remi Collet) --- 6.1.0RC2 --- Fixed: Fixed a SIGABRT error in PHP 8.4 [a75a7e5a] (Michael Grunder) Clean up code for unsupported versions of PHP [37cebdd7] (Remi Collet) Add SessionHelpers.php to package.xml[e9474b80] (Remi Collet) 8.4 implicit null fix, bump version [bff3a22e, 30c8f90c] [Remi Collet] Changed: Raised minimum supported PHP version to 7.4 [8b519423] (Michael Grunder) Removed: Removed erroneously duplicated changelog entries [40c89736] (Michael Grunder) Tests/CI: Move to upload artifacts v4 [9d380500] (Michael Grunder) Added: Added composer.json to support PIE (PHP Installer for Extensions) [b59e35a6] (James Titcumb) --- 6.1.0RC1 --- Fixed: Fix random connection timeouts with Redis Cluster. [eb7f31e7] (Jozsef Koszo) Fix argument count issue in HSET with associative array [6ea5b3e0] (Viktor Djupsjobacka) SRANDMEMBER can return any type because of serialization. [6673b5b2] (Michael Grunder) Fix HRANDFIELD command when WITHVALUES is used. [99f9fd83] (Michael Grunder) Allow context array to be nullable [50529f56] (Michael Grunder) Fix a macOS (M1) compiler warning. [7de29d57] (Michael Grunder) GETEX documentation/updates and implentation in RedisCluster [981c6931] (Michael Grunder) Refactor redis_script_cmd and fix to flush subcommand. [7c551424] (Pavlo Yatsukhnenko) Update liveness check and fix PHP 8.4 compilation error. [c139de3a] (Michael Grunder) Rework how we declare ZSTD min/max constants. [34b5bd81] (Michael Grunder) Fix memory leak if we fail in ps_open_redis. [0e926165] (Michael Grunder) Fix segfault and remove redundant macros [a9e53fd1] (Pavlo Yatsukhnenko) Fix PHP 8.4 includes [a51215ce] (Michael Grunder) Handle arbitrarily large SCAN cursors properly. [2612d444, e52f0afa] (Michael Grunder) Improve warning when we encounter an invalid EXPIRY in SET [732e466a] (Michael Grunder) Fix Arginfo / zpp mismatch for DUMP command [50e5405c] (Pavlo Yatsukhnenko) RedisCluster::publish returns a cluster_long_resp [14f93339] (Alexandre Choura) Fix segfault when passing just false to auth. [6dc0a0be] (Michael Grunder) the VALUE argument type for hSetNx must be the same as for hSet [df074dbe] (Uladzimir Tsykun) Other fixes [e18f6c6d, 3d7be358, 2b555c89, fa1a283a, 37c5f8d4] (Michael Grunder, Viktor Szepe) Added: Compression support for PHP sessions. [da4ab0a7] (bitactive) Support for early_refresh in Redis sessions to match cluster behavior [b6989018] (Bitactive) Implement WAITAOF command. [ed7c9f6f] (Michael Grunder) Removed: PHP 7.1, 7.2, and 7.3 CI jobs [d68c30f8, dc39bd55] (Michael Grunder) Changed: Fix the time unit of retry_interval [3fdd52b4] (woodong) Documentation: Many documentation fixes. [eeb51099] (Michael Dwyer) fix missing code tags [f865d5b9] (divinity76) Mention Valkey support [5f1eecfb] (PlavorSeol) Mention KeyDB support in README.md [37fa3592] (Tim Starling) Remove mention of pickle [c7a73abb] (David Baker) Add session.save_path examples [8a39caeb] (Martin Vancl) Tighter return types for Redis::(keys|hKeys|hVals|hGetAll) [77ab62bc] (Benjamin Morel) Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a] (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko) Fix config.m4 when using custom dep paths [ece3f7be] (Michael Grunder) Fix retry_internal documentation [142c1f4a] (SplotyCode) Fix anchor link [9b5cad31] (Git'Fellow) Fix typo in link [bfd379f0] (deiga) Fix Fedora package url [60b1ba14, 717713e1] (Dmitrii Kotov) Update Redis Sentinel documentation to reflect changes to constructor in 6.0 release [dc05d65c] (Pavlo Yatsukhnenko) Tests/CI: Avoid fatal error in test execution. [57304970] (Michael Grunder) Refactor unit test framework. [b1771def] (Michael Grunder) Get unit tests working in php-cgi. [b808cc60] (Michael Grunder) Switch to ZEND_STRL in more places. [7050c989, f8c762e7] (Michael Grunder) Workaround weird PHP compiler crash. [d3b2d87b] (Michael Grunder) Refactor tests (formatting, modernization, etc). [dab6a62d, c6cd665b, 78b70ca8, 3c125b09, 18b0da72, b88e72b1, 0f94d9c1, 59965971, 3dbc2bd8, 9b90c03b, c0d6f042] (Michael Grunder) Spelling fixes [0d89e928] (Michael Grunder) Added Valkey support. [f350dc34] (Michael Grunder) Add a test for session compression. [9f3ca98c] (Michael Grunder) Test against valkey [a819a44b] (Michael Grunder) sessionSaveHandler injection. [9f8f80ca] (Pavlo Yatsukhnenko) KeyDB addiions [54d62c72, d9c48b78] (Michael Grunder) Add PHP 8.3 to CI [78d15140, e051a5db] (Robert Kelcak, Pavlo Yatsukhnenko) Use newInstance in RedisClusterTest [954fbab8] (Pavlo Yatsukhnenko) Use actions/checkout@v4 [f4c2ac26] (Pavlo Yatsukhnenko) Cluster nodes from ENV [eda39958, 0672703b] (Pavlo Yatsukhnenko) Ensure we're talking to redis-server in our high ports test. [7825efbc] (Michael Grunder) Add missing option to installation example [2bddd84f] (Pavlo Yatsukhnenko) Fix typo in link [8f6bc98f] (Timo Sand) Update tests to allow users to use a custom class. [5f6ce414] (Michael Grunder) memcached 3.3.0RC1 - Add #515 option to locally enforce payload size limit - Add #539 zstd support - Add #540 compression_level option - Mark password as a sensitive param for PHP 8.2 - Fix Windows PHP 8 compatibility - Fix #518 Windows msgpack support - Fix #522 signed integer overflow - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token - Fix #546 don't check key automatically, unless client-side verify_key is enabled - Fix #555 incompatible pointer types (32-bit) xdebug 3.4.0beta1 Fri, Oct 04, 2024 - Xdebug 3.4.0beta1 = Fixed bugs: Fixed issue #2261: Send control socket location in init packet Fixed issue #2281: PHP 8.4 support mailparse 3.1.8 - PHP 8.4 compatibility mailparse 3.1.7 - PHP 8.4 compatibility opentelemetry 1.1.0 See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0 Full Article
ease Community News: Latest PECL Releases (10.15.2024) By www.phpdeveloper.org Published On :: Tue, 15 Oct 2024 08:05:16 +0000 Latest PECL Releases:datadog_trace 1.4.1 ## Tracer Fixed Fix: MongoDBIntegration condition typo #2884 Fix crash in profiler when span stack switch causes GC run #2885 Support build with disabled zend signals #2886 Send git tags via remote config #2890 Fix memory leak with sidecar trace sender #2875 Profiling Fixed Fix profiler ZTS build on alpine #2887 Application Security Management Fixed AppSec: improve behavior with empty DD_SERVICE/DD_ENV #2888 datadog_trace 1.4.0 ## Tracer The default value for datadog.trace.cli_enabled is now set to true (except for composer), meaning that CLI processes will be traced by default. Added Dynamic configuration #2796 Dynamic instrumentation #2796 Can be enabled with datadog.dynamic_instrumentation.enabled=1. Exception replay #2796 Can be enabled with datadog.exception_replay_enabled=1. Track peak memory usage in root span metrics #2840 Changed Enable sidecar trace sender on PHP 8.3 #2729 Optimize sending traces via sidecar Datadog/libdatadog#598 Add new ini config datadog.crashtracking_enabled #2850 Add ionCube to the list of incompatible extensions + add INI setting to ignore incompatible extensions #2858 Enable CLI by default #2871 Fixed Crashtracker: fix a use-after-free error #2843 Fix curl integration race condition #2847 Fix memory leak with sidecar trace sender #2875 OpenTelemetry: Missing addLink method and Fiber handling #2849 Mongodb: Deprecated exception in v1.20+ #2870 Fix leaking sidecar sessions Datadog/libdatadog#642 Implement deadlock watchdog for sidecar Datadog/libdatadog#647 Internal Fix testsuite flakiness #2841, #2846, #2848, #2867 Fix telemetry metric name Datadog/libdatadog#666 SSI Loader changes Add SSI requirements.json file #2813 Disable the tracer in case of a potential incompatibility (extension/jit) #2853 Profiling Internal bump to Rust 1.76 #2876 Application Security Management Changed Move helper to sidecar remote config #2864 Fixed Fix improper symbol exports in appsec ext/helper #2854 Remove gid from socket/lock path of helper #2855 appsec ext: retry on connection refused #2860 Fix orderly helper appsec shutdown #2859 Internal changes Add appsec benchmarks #2791 selinux 0.6.1 - fix implicit nullable parameters oauth 2.0.9 * Fix PHP-8.3 deprecations * Fix PHP-8.4 compatibility Full Article
ease Community News: Latest PECL Releases (10.22.2024) By www.phpdeveloper.org Published On :: Tue, 22 Oct 2024 08:05:18 +0000 Latest PECL Releases:swoole 5.1.5 - Fix the need to use zend_ini_parse_quantity to parse string numbers for PHP versions greater than 8.2. @matyhtf Fix an occasional resource unavailability issue when coroutineizing pdo_pgsql. @NathanFreeman Fix header file reference issues when coroutineizing pdo_pgsql. @NathanFreeman Fix incorrect relative path checks to avoid bypassing path validation. @matyhtf Fix incorrect concurrency count caused by process restarts in high-concurrency environments. @matyhtf Sync some related code for php8.3 curl. @NathanFreeman Fix core test errors in the process module. @NathanFreeman In SWOOLE_BASE mode, all connections should be closed during the PHP RSHUTDOWN phase. @matyhtf Optimize kernel code. @matyhtf datadog_trace 1.4.2 ## Tracer Changed Disable sidecar sending on lambda #2904 Fixed Fix exception property offset computation for PHP 8.1+ #2901 Prevent Laravel Queue hooks from stacking up #2899 Fix crash with missing name in span in debug mode #2893 Restrict remote config path to a definite 31 chars DataDog/libdatadog#676 Application Security Management Changed Update event obfuscation regex #2897 Fixed Fix abort() call on appsec helper unload #2900 pinpoint_php 0.6.0 ## 0.6.0 2024-10-21 - release asynchronous version awscrt 1.2.7 pick up release from upstreams memcached 3.3.0 - Add #515 option to locally enforce payload size limit - Add #539 zstd support - Add #540 compression_level option - Mark password as a sensitive param for PHP 8.2 - Upgrade Windows libmemcached to v1.1.4 - Fix Windows PHP 8 compatibility - Fix #518 Windows msgpack support - Fix #522 signed integer overflow - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token - Fix #546 don't check key automatically, unless client-side verify_key is enabled - Fix #555 incompatible pointer types (32-bit) gRPC 1.67.0 - gRPC Core 1.67.0 update imap 1.0.3 - Build fixes for PHP 8.4. - Report extension version in phpinfo() output. Full Article
ease Community News: Latest PECL Releases (10.29.2024) By www.phpdeveloper.org Published On :: Tue, 29 Oct 2024 08:05:17 +0000 Latest PECL Releases:win32service 1.1.0beta3 * Fix memory leak on Win32ServiceRightInfo username and domain. The binary is also available here: https://github.com/win32service/win32service/releases/tag/v1.1.0-beta3 rdkafka 6.0.4 ## Improvements - Added OAUTHBEARER support. New methods: RdKafkaConf::setOauthbearerTokenRefreshCb(), RdKafka::oauthbearerSetToken(), RdKafka::oauthbearerSetTokenFailure() (#546, #547, @cb-freddysart, @scorgn) - Added incremental rebalance support. New methods: RdKafkaKafkaConsumer::incrementalAssign(), RdKafkaKafkaConsumer::incrementalUnassign() (#541, @ikeberlein) - Added RdKafka::getControllerId() (#554, @qkdreyer) Bugfixes Add private constructor on Metadata classes (#531, @arnaud-lb) Other Changes Improve KafkaErrorException message (#555, @arnaud-lb) protobuf 4.29.0RC2 * See github.com/protocolbuffers/protobuf/releases/tag/v29.0-rc-2 for release notes. pinpoint_php 0.6.1 ## 0.6.1 2024-10-23 - release asynchronous version https://github.com/pinpoint-apm/pinpoint-c-agent/pull/692 couchbase 4.2.4 Enhancements ============ PCBC-832: Management API - Analytics Management (#177). Core updated to 1.0.3. Release notes: https://docs.couchbase.com/cxx-sdk/current/project-docs/sdk-release-notes.html#version-1-0-3-22-october-2024 Fixes PCBC-1009: do not use IS_RESOURCE in function signatures. PCBC-1010: use explicit nullable types where applicable to avoid deprecation warning in PHP 8.4. Fix SearchQuery API docs link in API reference. protobuf 4.28.3 * See github.com/protocolbuffers/protobuf/releases/tag/v28.3 for release notes. Full Article
ease Community News: Latest PECL Releases (11.05.2024) By www.phpdeveloper.org Published On :: Tue, 05 Nov 2024 08:05:20 +0000 Latest PECL Releases:parallel 1.2.5 - fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc fix refcounts to make develop branch stable again - thanks to Arnaud Le Blanc fix double runs in CI rdkafka 6.0.5 ## Bug fixes - Fix php 7.0 build (#563, @arnaud-lb) - Fix x32 build (#565, @arnaud-lb) - Fix segmentation fault in setOauthbearerTokenRefreshCb when sasl.oauthbearer.config is unset (#568, @scorgn) ibm_db2 2.2.2 - Support for PHP 8.4 - Update header version Full Article
ease Community News: Latest PECL Releases (11.12.2024) By www.phpdeveloper.org Published On :: Tue, 12 Nov 2024 08:05:18 +0000 Latest PECL Releases:xlswriter 1.5.8 - Fix: insertDate format. Feat: format rotation. brotli 0.15.2 - fix: argument format of type - fix: incompatible pointer type gRPC 1.68.0RC1 - gRPC Core 1.68.0 update zstd 0.14.0 - feat: output handler (PHP 8.0+) - feat: minimum system libzstd library version to 1.4.0 - update: built-in zstd library to 1.5.6 brotli 0.15.1 - fix: output handler Full Article
ease Habits for Increased Efficiency in Your Roofing Business By www.roofingcontractor.com Published On :: Fri, 08 Nov 2019 00:00:00 -0500 Discipline and focus are more important than ever. The basic principles of time management have not changed. The tools are just different. Full Article
ease OSHA Releases 2018 Top 10 List of Most Frequent Citations By www.roofingcontractor.com Published On :: Wed, 26 Dec 2018 09:00:00 -0500 The OSHA Training Institute Education Center at Chabot-Las Positas Community College District has released a top 10 list of the most frequently cited OSHA standards in 2018. Full Article
ease Roofing Alliance Releases Heat Stress Research By www.roofingcontractor.com Published On :: Tue, 23 Apr 2024 08:00:00 -0400 The Roofing Alliance, through a new training course and report titled “Heat Stress for Roofers,” addresses heat effects on workers in the roofing industry, offering insights and prevention strategies. Full Article
ease JobNimbus Announces Upcoming Release of Innovative New App By www.roofingcontractor.com Published On :: Mon, 09 Aug 2021 11:06:00 -0400 A Beta version of JobNimbus' new app will be available to see at the 2021 International Roofing Expo. Full Article
ease VIDEO: OSHA Guidance on Increased Fines, Civil Penalties By www.roofingcontractor.com Published On :: Tue, 28 Feb 2023 15:04:50 -0500 Legal expert Trent Contey weighs in on OSHA's "high-gravity" enforcement, saying he suspects contractors should expect to face more cumulative citations in the future. Full Article
ease Study Shows Cool Roofs Can Help Increase Power Yields in PV Solar Panels By www.roofingcontractor.com Published On :: Mon, 20 Nov 2023 14:00:00 -0500 A Spanish-Algerian study shows how applying cool roof coatings can increase the amount of power generated by certain rooftop solar panels. Full Article
ease Free Roofing Resource DORA Updates Language for Ease of Use By www.roofingcontractor.com Published On :: Mon, 23 Sep 2024 09:00:00 -0400 With the changes, DORA underscores its role as a critical resource for accessing complete roofing systems tested in accordance with Chapter 15 of the International Building Code. Full Article
ease Associated Builders and Contractors Releases AI Construction Technology Report By www.roofingcontractor.com Published On :: Fri, 04 Oct 2024 08:00:00 -0400 The Associated Builders and Contractors' fourth annual Construction Technology Report explores AI's impact on the construction industry; insights include a case study and resource guide to improve safety, quality, and profitability. Full Article
ease Editor's Choice: The Roofing Industry Puts a Premium on Increased Productivity and Efficiency with Ingenuity By www.roofingcontractor.com Published On :: Tue, 03 May 2022 00:00:00 -0400 Our 2022 Editor’s Choice examines the latest products and innovations that can help roofing contractors succeed amidst workforce and material shortages. Full Article
ease SPRI Releases Updated ADT-1 Test Standard for Roofing Adhesive By www.roofingcontractor.com Published On :: Wed, 23 Oct 2024 10:00:00 -0400 The updated standard will contribute to the reliability and safety of roofing systems by accurately evaluating the tensile resistance and failure loads of adhesives and board stock. Full Article
ease Voice?s Disease Detection Capabilities Expand By www.speechtechmag.com Published On :: Mon, 04 Nov 2024 00:00:00 GMT New research has expanded the use cases and the types of medical conditions that voice biomarker technology can address. Full Article
ease Android Adds Speech Tech in Latest Android Release By www.speechtechmag.com Published On :: Tue, 10 Sep 2024 00:00:33 GMT Android update offers image description and screen reader capabilities. Full Article
ease Liberia: GAC Audit Report - GAC Releases Report On 102 Audits By allafrica.com Published On :: Wed, 16 Oct 2024 15:48:10 GMT [New Republic] The General Auditing Commission (GAC) under the astute leadership of Auditor General P. Garswa Jackson has released reports of 102 audits conducted by the Commission of various agencies of the Liberian Government. Full Article Ecotourism Governance Liberia Travel and Tourism West Africa
ease Airport security increased By www.cbsnews.com Published On :: Wed, 30 Sep 2015 23:18:22 -0400 Juan Zarate, CBS News Senior National Security Analyst, discusses new airport security measures implemented after intelligence concerns over hidden explosives. Full Article
ease International politics behind "The Interview" release By www.cbsnews.com Published On :: Tue, 06 Oct 2015 17:35:23 -0400 Sony's decision to allow theaters to screen "The Interview" on Christmas day has an impact beyond the silver screen. CBS News foreign affairs analyst Pamela Falk joined "Up to the Minute" to discuss the American and international politics behind the film's release and North Korea's relationship with China and the global community, Full Article
ease QAD DynaSys Announces the Release of DSCP 2019 By www.logisticsit.com Published On :: The latest demand and supply chain planning software features a new intuitive web planning experience, collaborative planning process controls and is powered by artificial intelligence and advanced supply chain analytics Full Article
ease PTV Logistics Releases the ‘next generation’ of truck route planning software By www.logisticsit.com Published On :: Mon, 13 Nov 2000 17:31:49 +0000 PTV Logistics has just launched the ‘next generation’ of one of their flagship logistics planning software, PTV Map&Guide. Full Article
ease CSB apps help increase flexibility and efficiency By www.logisticsit.com Published On :: Food and drink IT specialist CSB-System has introduced a series of apps to enable customers to easily access their system at any time and from anywhere via smartphone, tablet or PC. This enables them to check the latest reports, approve process steps and carry out other tasks remotely or while on the move – which increases efficiency and convenience. Full Article
ease LineView Solutions unlocks £5.4M in capacity increase for Britvic PLC By www.logisticsit.com Published On :: Thu, 13 Nov 6780 17:11:38 +0000 LineView Solutions, provider of manufacturing optimisation solutions, has unlocked £5.4M in capacity increase at Britvic’s factory in Rugby, UK through Line Balancing Optimisation (LBO). LineView worked with the leading British beverage manufacturer to execute a comprehensive LBO training project over a two-week period. Full Article
ease In 2025, FEHB enrollees will see largest health premium increase in over a decade By federalnewsnetwork.com Published On :: Wed, 25 Sep 2024 19:00:44 +0000 Beginning in January, federal employees and annuitants in FEHB will pay an average of 13.5% more toward their health care premiums, according to OPM data. The post In 2025, FEHB enrollees will see largest health premium increase in over a decade first appeared on Federal News Network. Full Article All News Benefits Open Season Pay & Benefits Doreen Greenwald Federal Employees Health Benefits Program federal pay raise FEDVIP FSAFEDS health insurance premiums in-vitro fertilization National Treasury Employees Union Office of Personnel Management Postal Service Health Benefits Program
ease Key Republican calls for ‘generational’ increase in defense spending to counter US adversaries By federalnewsnetwork.com Published On :: Wed, 29 May 2024 18:07:07 +0000 The top-ranking Republican on a Senate committee that oversees the military is calling for a “generational investment” in America’s defense. The post Key Republican calls for ‘generational’ increase in defense spending to counter US adversaries first appeared on Federal News Network. Full Article Defense Defense News U.S. News 2025 defense spending Roger Wicker Stephen Groves
ease Tesla Plaid and Apple WWDC 2021: The biggest tech releases this week By www.euronews.com Published On :: Sun, 13 Jun 2021 09:00:28 +0200 Tesla Plaid and Apple WWDC 2021: The biggest tech releases this week Full Article
ease Stranger Things Season 5 episode titles revealed in new teaser By www.hardwarezone.com.sg Published On :: Sat, 9 Nov 2024 14:05:40 +0800 2025 can't come soon enough. #StrangerThings #Netflix #TvShows Full Article Just Announced
ease Digitate takes unified observability to next level with new ignio Flamingo platform release By channelbuzz.ca Published On :: Mon, 21 Oct 2024 12:55:36 +0000 Improved unified observability capabilities are enhanced with new AI capabilities. Full Article Artificial Intelligence Security
ease Alexei Navalny's posthumous memoir released in Germany By www.euronews.com Published On :: Tue, 22 Oct 2024 17:44:38 +0200 Alexei Navalny's posthumous memoir released in Germany Full Article
ease 22 loggerhead turtles are released into the Balearic Sea at Almarossa By www.euronews.com Published On :: Wed, 23 Oct 2024 11:03:08 +0200 22 loggerhead turtles are released into the Balearic Sea at Almarossa Full Article
ease NO COMMENT: Hundreds demonstrate in Jerusalem and Tel Aviv for release of hostages in Gaza By www.euronews.com Published On :: Fri, 25 Oct 2024 11:11:41 +0200 NO COMMENT: Hundreds demonstrate in Jerusalem and Tel Aviv for release of hostages in Gaza Full Article
ease Ai16z Token Increased by 237.69% In The Last 24 hours: Did Gort x Ai16z Partnership Sparked The Price Surge? By www.biztechafrica.com Published On :: Tue, 12 Nov 2024 12:09:13 +0000 Ai16z is a cryptocurrency associated with the venture capital firm s16z. In the last 24 hours, the value of Ai16z has increased by 237.69%. The price surge has gained wide attention among crypto investors. The current trading volume of the token signals a market rise of 444.20%. Investors are interested in the project as the [...] Full Article Crypto News
ease OpenAI releases ChatGPT app for Windows By arstechnica.com Published On :: Fri, 18 Oct 2024 15:42:46 +0000 New Alt+Space shortcut puts OpenAI's assistant a key press away at all times. Full Article AI Biz & IT AI confabulation ChatGPT chatgtp confabulation ESRB GPT-4 GPT-4o large language models machine learning microsoft openai Windows windows 10 windows 11
ease Boeing strike ends after workers vote to accept “life-changing” wage increase By arstechnica.com Published On :: Tue, 05 Nov 2024 15:26:37 +0000 Workers vow to restore Boeing's iconic legacy as costly strike ends. Full Article Policy Boeing Boeing 737 MAX iam labor union machinists strike
ease Apple teases “week of announcements” about the Mac starting on Monday By arstechnica.com Published On :: Thu, 24 Oct 2024 19:02:48 +0000 Announcements will almost certainly include the first wave of M4-powered Macs. Full Article Apple Tech apple m4 Mac
ease Apple releases iOS 18.1, macOS 15.1 with Apple Intelligence By arstechnica.com Published On :: Mon, 28 Oct 2024 18:38:04 +0000 The late, staggered public release of Apple's AI suite begins. Full Article AI Apple Tech AirPods Pro apple apple intelligence generative ai iOS 18.1 iPadOS 18.1 large language models LLMs macOS 15.1 Siri tvOS 18.1 watchOS 11.1
ease How to Make Your RMM Tool Productive and Increase Revenue for Your Business By www.technibble.com Published On :: Fri, 14 May 2021 03:00:58 +0000 If you don’t know what an RMM tool is, then you most likely don’t know what RMM means. So before we guide you on how to make the most of your RMM tool, let’s quickly learn what RMM is. What is RMM? RMM stands for Remote Monitoring and Management. You may also hear people refer […] Source: How to Make Your RMM Tool Productive and Increase Revenue for Your Business - Technibble.com Full Article How-Tos MSP Management remote management remote monitoring remote support RMM RMM Tools
ease Over 800 Million People Have Chronic Kidney Disease but Many Don’t Know It By www.discovermagazine.com Published On :: Wed, 16 Oct 2024 13:00:00 GMT Chronic kidney disease affects over 800 million people and can lead to kidney failure. Here are the symptoms, causes, and stages to protect your kidney health. Full Article Health
ease Women Face A Higher Risk Of Dying From Heart Disease By www.discovermagazine.com Published On :: Thu, 24 Oct 2024 14:00:00 GMT Rates of heart disease and cardiac events in women are often underestimated. Full Article Health
ease Could Zombie Deer Disease Transfer to Humans? By www.discovermagazine.com Published On :: Tue, 05 Nov 2024 16:00:00 GMT What exactly is zombie deer disease? Find out how chronic wasting disease spreads and if it poses a threat to humans. Full Article Planet Earth
ease Geography and Climate Change Increase Carolina Storm Risk By www.discovermagazine.com Published On :: Tue, 08 Oct 2024 14:00:00 GMT "Hurricane Helene caused deadly and destructive flooding when it swept through the Southeast on Sept. 26-29, 2024." Full Article Environment
ease We Barely Caught a Break From Record-Setting Heat Last Month. Meanwhile, a U.N. Report Pleads, "No More Hot Air, Please!" By www.discovermagazine.com Published On :: Thu, 24 Oct 2024 23:00:00 GMT Despite a sliver of good news in the latest monthly climate analyses, global heating continues — and the world is far from taming it. Full Article Environment
ease The Microtubule Cytoskeleton Organisation, Function and Role in Disease By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
ease Vaccine Design Methods and Protocols, Volume 2: Vaccines for Veterinary Diseases By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
ease Gatwick Airport strikes ended when workers accepted 10.3% wage increase By www.avjobs.com Published On :: Fri, 4 Aug 2023 10:55:39 -0400 Gatwick Airport Strikes Ended When Workers Accepted 10.3% Wage Increase Creative Media News... Full Article business dispute employees airports uk
ease Several North Carolina cities rank highly nationally for increases in homicide rates By www.washingtonexaminer.com Published On :: Sat, 22 Oct 2022 11:34:55 GMT (The Center Square) — Several North Carolina cities rank among those with the highest increases in homicide rates in the United States over the last two years, according to a recent analysis. Full Article