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

Community News:
Latest PECL Releases (03.21.2017)
Mar 21, 2017 @ 13:05:01

Latest PECL Releases:

  • tcpwrap 1.2.0
    Add compatibility with recent PHP versions

  • gRPC 1.2.0
    - Added arg info macros #9751 - Updated codegen to be consistent with protobuf #9492
  • amqp 1.9.0
    * AMQP types are now better supported through value objects (see #271, #269, #265) (Bogdan Padalko, Lars Strojny)

    For a complete list of changes see: https://github.com/pdezwart/php-amqp/compare/v1.8.0...v1.9.0

  • mongodb 1.2.8
    ** Improvement * [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility
  • hprose 1.6.6
    Fixed object unserialize on PHP 7.1.
  • swoole 2.0.7
    - Added Coroutine::create function, allows user to create coroutine - Fixed HttpClient crash
  • v8js 1.3.6
    Bugfixes - fix compilation with GCC7 (include necessary headers) - fix build with recent V8 5.9 versions (libv8_libplatform not found) - adapt exception_start_column.phpt test to changed output of recent V8 5.9 versions - fix compilation with PHP 7.1.3

    Refactorings

    • drop TSRM stuff unneeded since PHP 7
    • remove unused variables
    • make memory_limit a size_t internally (and throw if negative values are provided on PHP interface)
  • cassandra 1.3.0
    # 1.3.0

    Features:

    • Added support for the duration type
    • Added support to pass a query string directly to Session::execute() and Session::executeAsync()
    • ExecutionOptions has been deprecated in favor of using an array

    Bug Fixes:

    • [PHP-86] Decimal __toString method
    • [PHP-109] Cassandra solr_query not working after upgrading to DSE 5
    • [PHP-114] pecl install compiler output is dominated by C90 warnings
    • [PHP-119] Driver crashes upon getting type of column
    • [PHP-143] Memory leak in FutureSession
    • [PHP-144] Fix persistent sessions reference counting issue
    • [PHP-147] Unable to create Bigint with PHP_INT_MIN
  • swoole 1.9.8
    - Fix some compilation errors
  • swoole 1.9.7
    - Added support for systemd.socket - Added swoolehttp2client - Added client support for http-proxy - Added the swoole_process::close parameter, allowing only one of the pipes to be closed - Fixed MySQL client crash when the low version gcc is compiled - Fixed the crash in the BASE mode shutdown - Fixed openssl-1.1 configuration detection error problem - Fixed open_eof_split after enabling BASE mode to turn off connections in the onReceive callback function - Fixed the problem with the Redis Server :: format function SET and MAP formatting errors - Fixed a problem that caused a crash when a string type variable was passed directly when swoole.fast_serialize was enabled - Update The reactorId variable in the onClose callback is set to -1 when the server actively shuts down the connection
  • mongodb 1.2.7
    ** Bug * [PHPC-500] - Resolve PHP 7 memory leaks * [PHPC-931] - php_phongo_pclient_t is leaked during MSHUTDOWN * [PHPC-933] - Unnecessary zend_string_release() in phongo_zval_to_bson() for PHP 7

    ** Task * [PHPC-411] - Drop system.profile collection before tests

  • yar 2.0.2
    - Fixed issue #98 (Memeory exhuasted while using with Yaf)
tagged:

Link:


Trending Topics: