Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (01.30.2018)

syndicated from www.phpdeveloper.org on January 30, 2018

Latest PECL Releases:

  • swoole 1.10.1
    - Fixed Http2Server cannot set http header

    • Added http_proxy_user and http_proxy_password options
    • Added Client::shutdown
    • Added WebSocketserver::isEstablished
    • Added debug_mode option
    • HttpClient compatible with Unity3D
  • xdebug 2.6.0
    Mon, Jan 29, 2018 - xdebug 2.6.0

    = Fixed bugs:

    • Fixed issue #1522: Remote debugging test failures on s390 (Big Endian).
  • gRPC 1.9.0RC3
    - Updated gRPC C Core library version 1.9 - Report grpc extension version in phpinfo() #13687 - Fixed memory leak when handling metadata array #13660 - Fixed memory involing persistent channels #14125 - #14130
  • gRPC 1.9.0RC1
    - Updated gRPC C Core library version 1.9 - Report grpc extension version in phpinfo() #13687 - Fixed memory leak when handling metadata array #13660 - Fixed memory involing persistent channels #14125 - #14130
  • timezonedb 2018.3
    Updated to version 2018.3 (2018c)
  • xdebug 2.6.0RC2
    Tue, Jan 23, 2018 - xdebug 2.6.0RC2

    = Fixed bugs:

    • Fixed issue #1521: xdebug_gc_stats.* missing from 2.6.0RC1 tarball
  • jsmin 3.0.0
    - PHP 7 support (@RafalLukawiecki) - PHP 7 support (Ali Nikkhah)
  • mongodb 1.4.0RC1
    ** Bug * [PHPC-1038] - "documents" key in "command" in APM's commandStarted for "insert" is missing * [PHPC-1049] - Build warnings with CLang/LLVM * [PHPC-1050] - Advancing a new command cursor to check for an error may invoke getMore * [PHPC-1067] - BSON document produces driver segfault * [PHPC-1092] - Infinite loop iterating BSON object properties with foreach * [PHPC-1093] - Bound checking on 32-bit platforms for APM's duration_micros * [PHPC-1096] - Driver fails to build with libmongoc's bundled zlib

    ** Task * [PHPC-227] - Mongo Orchestration should restart when Vagrant test VM boots * [PHPC-962] - Document example of tailable cursor iteration * [PHPC-1003] - Use container environment for Travis CI builds * [PHPC-1013] - Test Driver Wire Version Overlap logic * [PHPC-1024] - Document BSON exceptions for Cursor iteration * [PHPC-1065] - Enable BSON corpus tests for deprecated types * [PHPC-1069] - Enable Coverity scans for the driver * [PHPC-1077] - Fix X509 test failures with libmongoc 1.9.0 and MongoDB 3.6 * [PHPC-1078] - Create constant for available read concern level * [PHPC-1079] - Document that jsonSerialize() returns legacy extended JSON * [PHPC-1080] - Document new (deprecated) BSON classes * [PHPC-1081] - Investigate Fedora build failures for 1.4.0beta1 * [PHPC-1082] - Add a PHP version check to config.m4 * [PHPC-1084] - Upgrade switch/case fallthrough comments to use GCC 7's new attribute * [PHPC-1097] - Report libmongoc's compression engines in phpinfo() output * [PHPC-1098] - Fix test failures due to floating point precision * [PHPC-1100] - Fix test failures when driver is compiled without SSL

    ** Improvement * [PHPC-888] - Support additional TLS libraries for bundled libmongoc