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

Community News:
Latest PECL Releases (06.09.2020)
Jun 09, 2020 @ 13:05:01

Latest PECL Releases:

  • gRPC 1.30.0RC1
    - gRPC Core 1.30.0 update

    • Fix crash in subprocess after fork() #22774
  • zip 1.19.0
    - add ZipArchive::EM_TRAD_PKWARE and ZipArchive::EM_UNKNOWN constants - Fix #79424 don't use gl_pathc after call to globfree (Max Rees) - add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0) - add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0) - initial PHP 8 support
  • skywalking 3.3.2
    Fix bugs
  • yaf 3.2.4
    - Fixed issue #489 (global library is not used if namespace is not set) - Fixed issue #490 (segfault with repeated call arguments)
  • zstd 0.9.0
    - Windows build support
  • zstd 0.9.0RC1
    - Windows build support
  • skywalking 3.3.1
    Fix bugs
  • datadog_trace 0.46.0
    ## Important behavior changes in this release If you use the OpenTracing API, the OpenTracing compatible tracer will no longer be returned from `OpenTracingGlobalTracer::get` automatically. See #899 or [the documentation](https://docs.datadoghq.com/tracing/opentracing/php/) for more details.

    On PHP 7, dd_trace will no longer work on internal functions e.g. curl_exec; use dd_trace_method or dd_trace_function instead. Additionally, when targeting internal functions they also need to be added to the environment variable DD_TRACE_TRACED_INTERNAL_FUNCTIONS which is a comma separated list e.g. DD_TRACE_TRACED_INTERNAL_FUNCTIONS=array_sum,mt_rand,DateTime::add. These two changes enable a significant performance optimization.

    Changed

    • Avoid usage of spl_autoload_register while still allowing noop manual instrumentation without ext installed #877
    • Sandbox Slim integration #878
    • Sandbox Lumen integration #884
    • Sandbox CakePHP integration #898
    • Remove legacy hook for OpenTracing #899
    • Noop the legacy API when a potentially conflicting module detected #900, #905
    • Move the request init hook to auto_prepend_file #907
    • Optimize internal functions handlers at startup (PHP 7) #895

    Fixed

    • Fix early return in dd-doctor #894 (thank @tatsuo48!)
    • Fix opcache check in dd-doctor #896 - thanks @tatsuo48
    • Update CONTRIBUTING.md #897 - thanks @askkaz
tagged:

Link:


Trending Topics: