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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 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 Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Community News: Latest PECL Releases (04.15.2025)

    Community News: Latest PECL Releases (04.15.2025)

    April 15, 2025

    Latest PECL Releases:

    • datadog_trace 1.8.3
      ## All products

      Fixed

      • Checks for more ioncube extension names in SSI loader #3204

      Tracer

      Fixed

      • Fix crash due to double close of span #3202

      Profiling

      Fixed

      • Disable allocation profiling when JIT is enabled on PHP 8.4 #3199
    • imagick 3.8.0
      – Fixes:
      * Fix signedness formatting mistakes
    • mongodb 2.0.0
      ## What’s Changed
      * PHPC-2447: Extend Iterator interface in CustorInterface by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1654
      * PHP-1741: Remove getServer from APM event classes by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1652
      * PHPC-2346: Remove deprecated BSON functions by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1653
      * PHPC-2402: Remove range_preview constants by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1665
      * PHPC-2140: Make tentative return types definitive by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1658
      * PHPC-2351: Remove CursorId class by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1664
      * PHPC-2342: Remove –with-libbson and –with-libmongoc configure options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1667
      * PHPC-1021: Remove support for ReadPreference integer modes by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1666
      * Update version for 2.x branch by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1672
      * PHPC-2248: Remove Serializable implementations by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1663
      * PHPC-2444: Remove support for string arguments in UTCDateTime constructor by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1662
      * PHPC-2309: Remove –with-openssl-dir configure option by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1676
      * PHPC-2417 Add `UTCDateTimeInterface::toDateTimeImmutable()` by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1684
      * PHPC-2348 Remove `WriteException` and move `getWriteResult` to `BulkWriteException` by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1685
      * PHPC-2454: Remove –enable-system-ciphers configure option by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1681
      * PHPC-2144 Throw a LogicException when getting info from unacknowledged write result by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1687
      * PHPC-2344 Remove SSLConnectionException by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/1696
      * PHPC-2459: Remove support for float arg in UTCDateTime ctor by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1709
      * PHPC-2440: Remove deprecated Query constructor options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1707
      * PHPC-990: Strict type validation for boolean URI options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1713
      * PHPC-2441: Remove deprecated Manager constructor options by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1719
      * PHPC-2497: BulkWriteException stub should inherit ServerException by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1784
      * PHPC-2485: Remove WriteConcern and ReadPreference from execute method arginfo by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1783
      * PHPC-2536: Migrate to common OCSP responder script by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1800
      * PHPC-2536: Remove run-ocsp-responder.sh by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1802
      * PHPC-2558: Update to libmongoc 1.30.3 by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/1806

      Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/1.21.0…2.0.0

    • gRPC 1.72.0RC1
      – gRPC Core 1.72.0 update
    • gnupg 1.5.2
      – Fixed GH-37: gnupg_decrypt() returns false when decrypting an encrypted empty string
      – Fixed GH-46: gnupg_decrypt() segfaults when password callback user ID hint is not supplied
      – Fixed 1.5.0 regressition – the deletekey `allow_secret` made optional again

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleWrite for Us – Technology, Business & Marketing
    Next Article Meta resumes AI training using EU user data

    Related Posts

    Development

    GPT-5 is Coming: Revolutionizing Software Testing

    July 22, 2025
    Development

    Win the Accessibility Game: Combining AI with Human Judgment

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    The AI Fix #45: The Turing test falls to GPT-4.5

    Development

    CVE-2025-7140 – SourceCodester Best Salon Management System Cross-Site Scripting Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4907 – PHPGurukul Daily Expense Tracker System SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    How JavaScript Lint Rules Work (and Why Abstract Syntax Trees Matter)

    Development

    Highlights

    CVE-2025-49790 – Apache HTTP Server Unvalidated User Input

    June 11, 2025

    CVE ID : CVE-2025-49790

    Published : June 11, 2025, 3:15 a.m. | 2 hours, 36 minutes ago

    Description : Rejected reason: Not used

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    DEKUVE is a Linux distribution based on Debian

    May 27, 2025

    Microsoft says get Windows 11, ditch Windows 10 to be on the “right side”

    June 5, 2025

    CVE-2025-23264 – NVIDIA Megatron-LM Python Component Code Injection Vulnerability

    June 24, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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