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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 4, 2025

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

      June 4, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 4, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 4, 2025

      Players aren’t buying Call of Duty’s “error” excuse for the ads Activision started forcing into the game’s menus recently

      June 4, 2025

      In Sam Altman’s world, the perfect AI would be “a very tiny model with superhuman reasoning capabilities” for any context

      June 4, 2025

      Sam Altman’s ouster from OpenAI was so dramatic that it’s apparently becoming a movie — Will we finally get the full story?

      June 4, 2025

      One of Microsoft’s biggest hardware partners joins its “bold strategy, Cotton” moment over upgrading to Windows 11, suggesting everyone just buys a Copilot+ PC

      June 4, 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

      LatAm’s First Databricks Champion at Perficient

      June 4, 2025
      Recent

      LatAm’s First Databricks Champion at Perficient

      June 4, 2025

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025

      Simplify Negative Relation Queries with Laravel’s whereDoesntHaveRelation Methods

      June 4, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Players aren’t buying Call of Duty’s “error” excuse for the ads Activision started forcing into the game’s menus recently

      June 4, 2025
      Recent

      Players aren’t buying Call of Duty’s “error” excuse for the ads Activision started forcing into the game’s menus recently

      June 4, 2025

      In Sam Altman’s world, the perfect AI would be “a very tiny model with superhuman reasoning capabilities” for any context

      June 4, 2025

      Sam Altman’s ouster from OpenAI was so dramatic that it’s apparently becoming a movie — Will we finally get the full story?

      June 4, 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

    Security

    Amazon’s $10 Billion AI Boost: North Carolina Lands Major Tech Expansion!

    June 5, 2025
    Security

    Google Proposes New Browser Security: Your Local Network, Your Permission!

    June 5, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Kernel Linux 6.14: Correzione dell’Ultimo Minuto per un Problema di Prestazioni Risalente a 2 Anni Fa

    Linux

    Speed up your web development with Svelte components

    Development

    68% of tech vendor customer support to be handled by AI by 2028, says Cisco report

    News & Updates

    Microsoft: Windows 11’s new Outlook will get Quick Parts feature from classic Outlook

    Operating Systems

    Highlights

    CVE-2025-22883 – Delta Electronics ISPSoft Out-Of-Bounds Write Vulnerability

    April 30, 2025

    CVE ID : CVE-2025-22883

    Published : April 30, 2025, 8:15 a.m. | 38 minutes ago

    Description : Delta Electronics ISPSoft version 3.20 is vulnerable to an Out-Of-Bounds Write vulnerability that could allow an attacker to execute arbitrary code when parsing DVP file.

    Severity: 7.8 | HIGH

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

    Uniting Web And Native Apps With 4 Unknown JavaScript APIs

    June 20, 2024

    Next-Generation Mobility Solutions with Agentic AI and MongoDB Atlas

    April 4, 2025

    Bring back the fun with p5.js 2.0

    April 25, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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