Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (08.14.2018)

syndicated from www.phpdeveloper.org on August 14, 2018

Latest PECL Releases:

  • event 2.4.1
    Fixed issue #52: namespace issues when installing via pecl command in non-interactive mode.

  • swoole 4.0.4
    + TaskWait support coroutine scheduling now, call "taskwait" in coroutine would be no longer blocked + Better Http2 support, we can use "SwooleCoroutineHttp2Client" to structure any GRPC client now * Fixed a kernel level bug in an infrequent extreme case when using SWOOLE_PROCESS * Fixed the connection closed when Coroutine WebSocket Client recv timeout * Fixed PHP class extends without parent calls crash * Fixed user call "__destruct" brings crash * Fixed upload filename too long bug * Fixed HAVE_SOCKETS macro does not exist, including static compiler * Fixed co::suspend and co::resume assert failed * Use SSL_pending * Better signal handler on MacOS
  • gRPC 1.14.1
    - gRPC C Core patch release 1.14.1 uptake