Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (08.27.2019)

syndicated from www.phpdeveloper.org on August 27, 2019

Latest PECL Releases:

  • xdebug 2.8.0beta2
    Mon, Aug 26, 2019 - xdebug 2.8.0beta2

    = Fixed bugs:

    • Fixed issue #1540: Code coverage should not run when turned off in php.ini
    • Fixed issue #1573: Using an exception_handler creates an extra broken profiler file
    • Fixed issue #1589: function names used in auto_prepend_file missing from profile file
    • Fixed issue #1613: Wrong name displayed for Recoverable fatal error
    • Fixed issue #1652: Problems with detach in debugger init stage
    • Fixed issue #1676: Xdebug doesn't write trace footer for shutdown functions
    • Fixed issue #1689: Traces show return values and exit information for functions without entry information
    • Fixed issue #1691: Code Coverage misses fluent interface function call
    • Fixed issue #1698: Switch PHP 7.4 Windows builds back to VS17
    • Fixed issue #1700: Xdebug abuses possibilty immutable class flags
  • wasm 0.5.0
    # Features

    Extension

    • #71 Use pre-build dynamic libraries (@Hywan)
    • #70 Improve function invocation time by 77% (@Hywan)
    • #69 Introduce the wasm_instance structure (@Hywan)
    • #68 Add the WasmArrayBuffer::grow method (@Hywan)

    Runtime

    • #72 Update Wasmer to 0.5.5 (@Hywan)

    Bug/security fixes

    • #67 Update smallvec (@Hywan)
    • #48 Fix the extension compilation on CentOS (@Hywan)

    Documentation

    • Many improvements related to the new features and bug fixes.

    Chore

    • #59 Tweak Bors (@Hywan)
  • mongodb 1.6.0alpha3
    ** New Feature * [PHPC-1291] - Retryable Reads * [PHPC-1292] - Support polling SRV records for mongos discovery * [PHPC-1297] - Support sharded transactions recovery token * [PHPC-1319] - Drivers should use majority write concern when retrying commitTransaction * [PHPC-1324] - Support Retryable Writes on by Default * [PHPC-1355] - Add the ability to specify a pipeline to an update command * [PHPC-1371] - Drivers send recoveryToken on abortTransaction * [PHPC-1382] - Allow applications to set maxTimeMS for commitTransaction

    ** Task * [PHPC-1275] - Bump wire protocol version for 4.2 * [PHPC-1320] - Regenerate test certificates with SHA256 signatures * [PHPC-1369] - Upgrade libmongoc to 1.15.0 * [PHPC-1377] - Remove support for PHP 5.5 * [PHPC-1390] - Remove 7.0 and add 7.3 on AppVeyor * [PHPC-1392] - Avoid spurious failure in ConnectionTimeoutException test due to slow auth * [PHPC-1399] - Test MongoDB 4.2 in Evergreen * [PHPC-1412] - Fix test failures when retryable writes are enabled * [PHPC-1413] - Fix test failures executing insert on secondary * [PHPC-1414] - Skip tests when mongo orchestration is not available * [PHPC-1415] - Fix test failures for sharded cluster without replica set

    ** Improvement * [PHPC-1394] - Don't send $readPreference to standalone servers * [PHPC-1422] - Raise an actionable error message when retryWrites fails due to using an unsupported storage engine