Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (11.27.2018)

syndicated from www.phpdeveloper.org on November 27, 2018

Latest PECL Releases:

  • event 2.4.2
    Fixed: SSL verification callback failed when EventSslContext was used with either EventBufferEvent::createSslFilter or EventBufferEvent::sslFilter.

  • swoole 4.2.9
    + Add Coroutine defer feature * Fixed max_connection can not be bigger than 10k bug (#2134) * Fixed prepare bug after query 'CALL' (#2132) * Fixed sendfile EAGAIN bug in MacOS (60023b7) * Improve onReceive/onPacket callback check * Use fast call info cache always * Remove cidmap, cid will never be reused again * Fixed socket construct failed core dump * Fixed process wait bug * Fixed swServer_signal_handler (#2145) * Fixed typo on Swoole\MsgQueue::destroy * Fixed http2 huge headers bug * Fixed hiredis error msg buffer overflow (#2149)
  • SeasLog 1.9.0
    - New Feature #240 add SeasLog::setRequestVariable(key,value). - New Feature #243 support first parameter use array, such as SeasLog::debug(array). - Fixed issue #110 support New SeasLog(). - Fixed issue #234 #236 SeasLog::analyzerDetail function bug. - Fixed issue #245 add unit test to analyzerCount and analyzerDetail.
  • xlswriter 1.2.3
    - FIX #94. define for bunled library version.
  • yaml 2.0.4
    Bugs Fixed: - #72540 yaml_parse_url: check php_stream_copy_to_mem return value
  • yaml 1.3.2
    Bugs Fixed: - #74886 Type confusion when processing yaml array merges
  • gRPC 1.17.0RC2
    - Fork support for gRPC pecl extension #17147
  • APCu 5.1.14
    - Fixed GH #347: Disable slam defense by default. - Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD. - Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available). - Require only read-lock for apcu_cas(), by using atomic compare-and-swap.
  • decimal 1.1.0
    Added "trim" method, to remove trailing zeroes.
  • gRPC 1.17.0RC1
    - Fork support for gRPC pecl extension #17147