Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 16, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 16, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 16, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 16, 2025

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025

      Minecraft licensing robbed us of this controversial NFL schedule release video

      May 16, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The power of generators

      May 16, 2025
      Recent

      The power of generators

      May 16, 2025

      Simplify Factory Associations with Laravel’s UseFactory Attribute

      May 16, 2025

      This Week in Laravel: React Native, PhpStorm Junie, and more

      May 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025
      Recent

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Community News: Latest PECL Releases (03.25.2025)

    Community News: Latest PECL Releases (03.25.2025)

    March 25, 2025

    Latest PECL Releases:

    • redis 6.2.0
      — Sponsors —

      A-VISION Advisering – https://a-vision.nu/
      Audiomack – https://audiomack.com
      Avtandil Kikabidze – https://github.com/akalongman
      Geoffrey Hoffman – https://github.com/phpguru
      Object Cache Pro for WordPress – https://objectcache.pro
      Open LMS – https://openlms.net
      Salvatore Sanfilippo – https://github.com/antirez
      Ty Karok – https://github.com/karock
      Vanessa Santana – https://github.com/vanessa-dev

      • A special thanks to Jakub Onderka for nearly two dozen performance improvements in this release!

      — 6.2.0 —

      Fixed:

      • Fix arguments order for SET command [f73f5fc] (Pavlo Yatsukhnenko)
      • Fix error length calculation and UB sanity check [e73130fe] (michael-grunder)
      • Invalidate slot cache on failed cluster connections [c7b87843] (James Kennedy)
      • Don’t cast a uint64_t to a long [faa4bc20] (michael-grunder)
      • Fix potential NULL dereference [43e6cab8] (peter15914)
      • Print cursor as unsigned 64 bit integer [138d07b6] (Bentley O’Kane-Chase)
      • Fix XAUTOCLAIM argc when sending COUNT [0fe45d24] (michael-grunder)

      Added:

      • Added serverName() and serverVersion() [fa3eb006, cbaf095f, 056c2dbe]
        (Pavlo Yatsukhnenko, Michael Grunder)
      • Added getWithMeta method [9036ffca, 36ab5850] (Pavlo Yatsukhnenko)
      • Implement GETDEL command for RedisCluster [d342e4ac] (michael-grunder)
      • Introduce Redis::OPT_PACK_IGNORE_NUMBERS option [f9ce9429, 29e5cf0d] (michael-grunder)
      • Implement Valkey >= 8.1 IFEQ SET option [a2eef77f] (michael-grunder)
      • Implement KeyDB’s EXPIREMEMBER[AT] commands [4cd3f593] (michael-grunder)

      Documentation:

      • Fix phpdoc type of $pattern [5cad2076] (OHZEKI Naoki)
      • Better documentation for the $tlsOptions parameter of RedisCluster [8144db37] (Jacob Brown)

      Tests/CI:

      • Add details to the option doc block [abb0f6cc] (michael-grunder)
      • Update CodeQL to v3 [41e11417, a10bca35] (Pavlo Yatsukhnenko)
      • Add PHP 8.4 to CI [6097e7ba] (Pavlo Yatsukhnenko)
      • Pin ubuntu version for KeyDB [eb66fc9e, 985b0313] (michael-grunder)
      • Windows CI: update setup-php-sdk to v0.10 and enable caching [f89d4d8f] (Christoph M. Becker)

      Internal:

      • Reduce buffer size for signed integer [044b3038, 35c59880] (Bentley O’Kane-Chase)
      • Create a strncmp wrapper [085d61ec] (michael-grunder)
      • Refactor and avoid allocation in rawcommand method [f68544f7] (Jakub Onderka)
      • Use defines for callback growth + sanity check [42a42769] (michael-grunder)
      • Switch from linked list to growing array for reply callbacks [a551fdc9] (Jakub Onderka)
      • Reuse redis_sock_append_auth method [be388562] (Jakub Onderka)
      • Switch pipeline_cmd from smart_str to smart_string [571ffbc8] (Jakub Onderka)
      • Remove unused redis_debug_response method from library.c [7895636a] (Jakub Onderka)
      • Optimise HMGET method [2434ba29] (Jakub Onderka)
      • Avoid unnecessary allocation in redis_hset_cmd [aba09933] (Jakub Onderka)
      • Avoid unnecessary allocation in redis_hdel_cmd [4082dd07] (Jakub Onderka)
      • Avoid unnecessary allocation in redis_key_varval_cmd [99650e15] (Jakub Onderka)
      • Use zval_get_tmp_string method that is faster when provided zval is string [f6906470] (Jakub Onderka)
      • Optimise constructing Redis command string [2a2f908f] (Jakub Onderka)
      • If no command is issued in multi mode, return immutable empty array [5156e032] (Jakub Onderka)
      • Test for empty pipeline and multi [426de2bb] (Jakub Onderka)
      • Optimise method array_zip_values_and_scores [400503b8] (Jakub Onderka)
      • Faster parameter parsing in redis_key_cmd and redis_key_long_val_cmd [83a19656] (Jakub Onderka)
      • Use immutable empty array in Redis::hKeys [3a2f3f45] (Jakub Onderka)
      • Use immutable empty array in Redis::exec [60b5a886] (Jakub Onderka)
      • Do not allocate empty string or string with one character [64da891e] (Jakub Onderka)
      • Initialize arrays with known size [99beb922] (Jakub Onderka)
      • Use smart str for constructing pipeline cmd [b665925e] (Jakub Onderka)
    • timezonedb 2025.2
      Updated to version 2025.2 (2025b)
    • swoole 6.0.2
      – Added `SwooleThread::yield()`, `SwooleThread::activeCount()`, and `SwooleThread::isAlive()` methods. @matyhtf
      – Fixed an issue where using single-thread mode and setting heartbeat in `SWOOLE_THREAD` mode would cause exceptions. @matyhtf
      – Fixed a segmentation fault issue after enabling `swoole.enable_fiber_mock`. @NathanFreeman
      – Fixed an integer overflow issue in the Redis server. @yannaingtun
      – The Redis server currently only supports the `RESP2` protocol. When formatting strings that do not comply with this protocol, an exception will be thrown instead of logging. @matyhtf
    • protobuf 4.29.4
      * See github.com/protocolbuffers/protobuf/releases/tag/v29.4 for release notes.
    • couchbase 4.2.7
      Fixes
      =====
      • Update core to 1.0.6 (#206).

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleChrome to add a Setting to Turn Off Toast Notifications for Copied Links or Images
    Next Article LWiAI Podcast #204 – OpenAI Audio, Rubin GPUs, MCP

    Related Posts

    Machine Learning

    Salesforce AI Releases BLIP3-o: A Fully Open-Source Unified Multimodal Model Built with CLIP Embeddings and Flow Matching for Image Understanding and Generation

    May 16, 2025
    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 16, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Cinch: Exclusive Subscription Partner Consumers looking to purchase the latest Galaxy S25 Series can now consider a subscription of the device instead with Cinch. They can subscribe to the new Galaxy S25 Series starting from $54/month[

    Web Development

    Jina AI Open Sources Jina CLIP: A State-of-the-Art English Multimodal (Text-Image) Embedding Model

    Development

    Cross Country Road Trip: Top 4 Methods To Unleash Your Inner Explorer

    Development

    Best practices for creating a VPC for Amazon RDS for Db2

    Databases

    Highlights

    Development

    The Role of Specifications in Modularizing Large Language Models

    December 18, 2024

    Software has been a critical catalyst for economic growth over the past several decades, a…

    Long-Context Multimodal Understanding No Longer Requires Massive Models: NVIDIA AI Introduces Eagle 2.5, a Generalist Vision-Language Model that Matches GPT-4o on Video Tasks Using Just 8B Parameters

    April 22, 2025

    This new tool lets you see how much of your data is exposed online – and it’s free

    March 18, 2025

    Iran-Linked IOCONTROL Malware Targets SCADA and Linux-Based IoT Platforms

    December 20, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.