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

Community News:
Latest PECL Releases (06.02.2020)
Jun 02, 2020 @ 13:05:01

Latest PECL Releases:

  • xdebug 2.9.6
    Fri, May 29, 2020 - xdebug 2.9.6

    = Fixed bugs:

    • Fixed issue #1782: Cookie "XDEBUG_SESSION" will be soon rejected because it has the “sameSite” attribute set to none
    • Fixed issue #1787: Branch coverage data does not always follow the lines/functions format
    • Fixed issue #1790: Segfault in var_dump() or while debugging with protobuf extension
  • zstd 0.8.1
    - Updated built-in zstd library to 1.4.5
  • swoole 4.5.2
    Enhancement --- + Support `Server->set(['log_rotation' => SWOOLE_LOG_ROTATION_DAILY])` to generate log file by date (#3311) (@matyhtf) + Support `swoole_async_set(['wait_signal' => true])`, reactor will not exit if there is signal listener (#3314) (@matyhtf) + Support `Server->sendfile` to send empty file (#3318) (@twose) + Improve worker idle warning (#3328) (@huanghantao) + Improve configuration parser about Host (for HTTPS proxy) (#3343) (@twose) + SSL use ecdh auto (#3316) (@matyhtf) + SSL quiet shutdown when client close (#3342) (@huanghantao)

    Fixed

    • Fixed Server->taskWait on OSX (#3330) (@matyhtf)
    • Fixed MQTT protocol bug (8dbf506b) (@guoxinhua) (2ae8eb32) (@twose)
    • Fixed Content-Length int overflow (#3346) (@twose)
    • Fixed packet length checker of PRI (#3348) (@twose)
    • Fixed CURLOPT_POSTFIELDS (swoole/library@ed192f64) (@twose)
    • Fixed the latest connection can not be released before accept new one (swoole/library@1ef79339) (@twose)

    Kernel

    • Socket zero copy feature (#3327) (@twose)
    • Use swoole_get_last_error/swoole_set_last_error to replace global vars (e25f262a) (@matyhtf) (#3315) (@huanghantao)
  • swoole 4.4.19
    Notice: v4.4.x is no longer the main maintenance branch, bug fixes only when necessary

    Fixed

    • Merged all the bugfix patches from v4.5.x
  • protobuf 3.12.2
    GA release.
tagged:

Link:


Trending Topics: