Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest PECL Releases (05.13.2025)
May 13, 2025 @ 08:05:19

Latest PECL Releases:

  • uuid 1.3.0
    - Add support for RFC9562 UUIDs (UUID_TYPE_TIME_V6 and UUID_TYPE_TIME_V7) when available, in libuuid from util-linux version 2.41

    • constant UUID_TYPE_DCE is deprecated, use UUID_TYPE_RANDOM instead
    • constant UUID_TYPE_NAME is deprecated, use UUID_TYPE_TIME instead
    • new constant UUID_TYPE_VENDOR, only for uuid_type
  • datadog_trace 1.9.0
    ## All products ### Added - Update config telemetry to support stable config #3198

    Tracer

    Added

    • Support DD_DOGSTATSD_HOST configuration #3167
    • Add referrer hostname as span tag #3196

    Changed

    • Capture key before first colon in DD_TAGS #3179

    Fixed

    • Check server first before accessing in ddtrace_ip_extraction_find #3216
    • Fix assumptions around interned strings on PHP 7.3 #3224
    • Fix initial double remote config reading #3225, #3238
    • Fix dropped trace payloads for the sidecar Datadog/libdatadog#1047
    • Fix Windows VirtualProtect call #3229

    Internal

    • Store debug symbols in the SSI archive #3217

    Profiling

    Added

    • Configurable allocation sampling distance #3227

    Changed

    • Accept auto as valid value for DD_PROFILING_ENABLED #3166

    Fixed

    • Fix empty internal metadata #3228
    • Follow PHP globals model in allocation profiler #3175

    Internal changes

    • Bump libdatadog to version 18 #3229

    Application Security Management

    Added

    • AppSec support for Frankenphp #3165
    • Detection/blocking of SQL injections through libddwaf #3186
    • Add RASP_SQLI remote config capability #3203

    Fixed

    • Make Appsec blocking compatible with Laravel error handler #3110
  • zip 1.22.6
    - Fixed bug GH-17736 Assertion failure zend_reference_destroy (nielsdos) - Fixed bug GH-18304 Changing the properties through dynamic properties triggers a SegFault (nielsdos) - Fix uouv when handling empty options in ZipArchive::addGlob() (nielsdos) - Fix memory leak when handling a too long path in ZipArchive::addGlob() (nielsdos) - Fix GH-18431: Registering ZIP progress callback twice doesn't work (nielsdos) - Fix GH-18438: Handling of empty data and errors in ZipArchive::addPattern (nielsdos) - drop support for PHP 5.4 and 5.5
tagged:

Link:


Trending Topics: