Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (11.24.2020)

syndicated from www.phpdeveloper.org on November 24, 2020

Latest PECL Releases:

  • zip 1.19.2
    - only display libzip both headers/library versions if they differ

    • report about ZSTD compression availability
    • Raise E_WARNING on PHP related errors (PHP 8)
  • gRPC 1.34.0RC1
    - gRPC Core 1.34.0 update - Removed PHP 5 support - Added PHP 8 support
  • swoole 4.5.8
    New APIs --- + Added swoole_error_log function (swoole/swoole-src@67d2bff) (@matyhtf) + Supported SSL for readVector and writeVector (#3857) (@huanghantao)

    Enhancement

    • Did not wait when the child process does not exist (#3832) (@matyhtf)
    • Supported DTLS 16k record (#3849) (@matyhtf)
    • Supported priority for cookie (#3854) (@matyhtf)
    • Supported more CURL options (swoole/library#71) (@sy-records)
    • Handled CURL header names in case insensitive manner (swoole/library#76) (@filakhtov) (@twose) (@sy-records)

    Fixed

    • Fixed readv_all and writev_all when trigger EAGAIN errno (#3830) (@huanghantao)
    • Fixed warning for PHP8 (swoole/swoole-src@03f3fb0) (@matyhtf)
    • Fixed binary security of swoole table keys (#3842) (@twose)
    • Fixed System::writeFile append file issue when using FILE_APPEND (swoole/swoole-src@a71956d) (@matyhtf)
    • Fixed CURLOPT_WRITEFUNCTION (swoole/library#74) (@sy-records)
    • Fixed memory overread when parse form-data boundary (#3858) (@twose)
    • Fixed is_callable() can not access internal private callable on PHP8 (#3859) (@twose)

    Kernel

    • Refactored memory allocation function, replace macro with SwooleG.std_allocator (#3853) (@matyhtf)
    • Refactored pipe (#3841) (@matyhtf)
  • ip2location 8.1.1
    fix process memory issue.
  • memprof 2.1.2
    * Updated minimal PHP version requirement to 7.1.0
  • ev 1.0.9
    - Fixed GC issues revealed with PHP 7.4.1 - Fixed: tests/10_signal.phpt failed with debug build of PHP - Made sockets dependency optional in the Windows build configuration.
  • skywalking 4.1.1
    Fix bugs
  • ip2location 8.1.0
    update to match libip2location changes.
  • memprof 2.1.1
    * Fix crash on zend_pass_function
  • datadog_trace 0.51.0
    ### Added - Support service split by host in PHPRedis integration #1084 - Support service split by host in Predis integration #1094 - Load WordPress 5 integration on PHP 5 #1086 - Custom pre-RC5 build #1093 - Second custom pre-RC5 build #1096

    Changed

    • Consolidate 3rd party code into vendor directory #1082
    • Separate extension code by PHP major version #1085
    • Make include paths relative to ext/ #1087
    • Copy PHP 7 extension code to php8 directory #1088
    • Upgrade to composer 2 #1075
    • Fix composer self-update on master properly handling cached directories #1092
    • Make execution of ext tests locally faster and easier #1091