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

Community News:
Latest PECL Releases (07.02.2019)
Jul 02, 2019 @ 13:05:02

Latest PECL Releases:

  • redis 5.0.0
    This release contains important improvements and breaking changes. The most interesting are: drop PHP5 support, RedisCluster slots caching, JSON and msgpack serializers, soft deprecation of non-Redis commands.

    phpredis 5.0.0

    • Remove HAVE_SPL [55c5586c] (@petk)
    • Update Fedora installation instructions [90aa067c] (@remicollet)

    phpredis 5.0.0RC2

    • Allow compilation without JSON serialization enabled and fixes for deprecated helper methods. [235a27] (Pavlo Yatsukhnenko)
    • Fix php msgpack >= 2.0.3 version requirement. [6973478..a537df8] (Michael Grunder)

    phpredis 5.0.0RC1

    • Enable connection pooling by default [8206b147] (Pavlo Yatsukhnenko)
    • Soft deprecate methods that aren't actually Redis commands [a81b4f2d, 95c8aab9] (Pavlo Yatsukhnenko, Michael Grunder)
    • Enable pooling for cluster slave nodes [17600dd1] (Michael Grunder)
    • xInfo response format [4852a510, ac9dca0a] (Pavlo Yatsukhnenko)
    • Make the XREADGROUP optional COUNT and BLOCK arguments nullable [0c17bd27] (Michael Grunder)
    • Allow PING to take an optional argument [6e494170] (Michael Grunder)
    • Allow ZRANGE to be called either with true or ['withscores' => true] [19f3efcf] (Michael Grunder)
    • Allow to specify server address as schema://host [418428fa] (Pavlo Yatsukhnenko)
    • Allow persistent_id to be passed as NULL with strict_types enabled [60223762] (Michael Grunder)
    • Add server address to exception message [e8fb49be, 34d6403d] (Pavlo Yatsukhnenko)
    • Adds OPT_REPLY_LITERAL for rawCommand and EVAL [5cb30fb2] (Michael Grunder)
    • JSON serializer [98bd2886, 96c57139] (Pavlo Yatsukhnenko, Michael Grunder)
    • Add support for STREAM to the type command [d7450b2f, 068ce978, 8a45d18c] (Michael Grunder, Pavlo Yatsukhnenko)
    • Fix TypeError when using built-in constants in setOption [4c7643ee] (@JoyceBabu)
    • Handle references in MGET [60d8b679] (Michael Grunder)
    • msgpack serializer [d5b8f833, 545250f3, 52bae8ab] (@bgort, Pavlo Yatsukhnenko, Michael Grunder)
    • Add Cluster slots caching [9f0d7bc0, ea081e05] (Michael Grunder)
    • Drop PHP5 support [f9928642, 46a50c12, 4601887d, 6ebb36ce, fdbe9d29] (Michael Grunder)
    • Documentation improvements (@alexander-schranz, @cookieguru, Pavlo Yatsukhnenko, Michael Grunder)
  • xlswriter 1.2.5
    - FEAT cells background color. - FEAT checkout sheet. - FEAT format new font size. - FEAT format new strikeout. - FEAT insertText support resource format.
  • ast 1.0.2
    - Fix compatibility with (currently) PHP 7.4 and PHP 8.0. - Support AST_ARROW_FUNC for PHP 7.4. - Make $version a required parameter for `astparse_*`. Previously, the absence would throw a LogicException. - Make AST version 70 the current version.
  • xdebug 2.8.0alpha1
    Fri, May 28, 2019 - xdebug 2.8.0alpha1
    • Added features:

      • Implemented issue #1599: Add support for PHP 7.4
    • Improvements:

      • Implemented issue #1388: Support 'resolved' flag for breakpoints
      • Implemented issue #1664: Run breakpoint resolver when after a new breakpoint is added as well

    = Fixed bugs:

    • Fixed issue #1660: Return breakpoints for methods don't break immediately

    • Removed features:

      • Fixed issue #1666: Remove xdebug.extended_info setting
  • protobuf 3.9.0RC1
    GA release.
  • gRPC 1.22.0RC1
    - gRPC C Core 1.22 update
  • redis 5.0.0RC2
    This release contains important improvements and breaking changes. The most interesting are: drop PHP5 support, RedisCluster slots caching, JSON and msgpack serializers, soft deprecation of non-Redis commands.

    phpredis 5.0.0RC2

    • Allow compilation without JSON serialization enabled and fixes for deprecated helper methods. [235a27] (Pavlo Yatsukhnenko)
    • Fix php msgpack >= 2.0.3 version requirement. [6973478..a537df8] (Michael Grunder)

    phpredis 5.0.0RC1

    • Enable connection pooling by default [8206b147] (Pavlo Yatsukhnenko)
    • Soft deprecate methods that aren't actually Redis commands [a81b4f2d, 95c8aab9] (Pavlo Yatsukhnenko, Michael Grunder)
    • Enable pooling for cluster slave nodes [17600dd1] (Michael Grunder)
    • xInfo response format [4852a510, ac9dca0a] (Pavlo Yatsukhnenko)
    • Make the XREADGROUP optional COUNT and BLOCK arguments nullable [0c17bd27] (Michael Grunder)
    • Allow PING to take an optional argument [6e494170] (Michael Grunder)
    • Allow ZRANGE to be called either with true or ['withscores' => true] [19f3efcf] (Michael Grunder)
    • Allow to specify server address as schema://host [418428fa] (Pavlo Yatsukhnenko)
    • Allow persistent_id to be passed as NULL with strict_types enabled [60223762] (Michael Grunder)
    • Add server address to exception message [e8fb49be, 34d6403d] (Pavlo Yatsukhnenko)
    • Adds OPT_REPLY_LITERAL for rawCommand and EVAL [5cb30fb2] (Michael Grunder)
    • JSON serializer [98bd2886, 96c57139] (Pavlo Yatsukhnenko, Michael Grunder)
    • Add support for STREAM to the type command [d7450b2f, 068ce978, 8a45d18c] (Michael Grunder, Pavlo Yatsukhnenko)
    • Fix TypeError when using built-in constants in setOption [4c7643ee] (@JoyceBabu)
    • Handle references in MGET [60d8b679] (Michael Grunder)
    • msgpack serializer [d5b8f833, 545250f3, 52bae8ab] (@bgort, Pavlo Yatsukhnenko, Michael Grunder)
    • Add Cluster slots caching [9f0d7bc0, ea081e05] (Michael Grunder)
    • Drop PHP5 support [f9928642, 46a50c12, 4601887d, 6ebb36ce, fdbe9d29] (Michael Grunder)
    • Documentation improvements (@alexander-schranz, @cookieguru, Pavlo Yatsukhnenko, Michael Grunder)
tagged:

Link:


Trending Topics: