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

Community News:
Latest PECL Releases (11.15.2016)
Nov 15, 2016 @ 14:05:02

Latest PECL Releases:

  • uv 0.1.1
    - A few fixes regarding refcounting of uv resources

    • A better config.m4
  • xdebug 2.5.0RC1
    Sat, Nov 12, 2016 - xdebug 2.5.0RC1
    • Added features:

      • Implemented issue #998: Added support for IPv6 (Thomas Vanhaniemi)
      • Implemented issue #1297: Initial PHP 7.1 support

    = Fixed bugs:

    • Fixed issue #1295: Apache crashes (SIGSEGV) when trying to establish connection when sockfd is large

    • Fixed issue #1303: POLLRDHUP is not supported outside of Gnu/Linux

    • Fixed issue #1331: Segfault in code coverage

    • Removed features:

      • Support for PHP versions lower than PHP 5.5 has been dropped
  • krb5 1.1.1
    - [FEATURE] Add KRB5CCache::changePassword kpasswd method - [FEATURE] Add KADM5 API version 3 support (password failure policy) - [BUG] properly mark shared globals external (fixes LLVM build) - [BUG] Fix unterminated string copy memory corruption in negotiate_auth - [BUG] properly free credentails in negotiate_auth (fixes rcache leaks) - [BUG] fix _add_assoc_string string length (fixes extra null bytes in some arrays) - [BUG] fix PHP7 crash due to wrong addrlist zval declaration
  • oci8 2.1.3
    This version is for PHP 7 only. Fixed bug #71148 (Bind reference overwritten on PHP 7)
  • event 2.3.0RC1
    Add: EventSslContext methods: setMinProtoVersion and setMaxProtoVersion for OpenSSL >= 1.1.0. Add: EventSslContext constants: OPENSSL_VERSION_NUMBER and OPENSSL_VERSION_TEXT. Fix: compilation warnings regarding OpenSSL features deprecated in version 1.0.0 and newer. Deprecated: EventSslContext protocol version options are deprecated for OpenSSL >= 1.1.0. Use the new setMinProtoVersion and setMaxProtoVersion methods instead. Fix: build failed with custom openssl setup (non-standard --with-openssl-dir)
  • event 2.2.1
    Fix: issue #31 where numeric file descriptor caused segmentation fault
  • ui 2.0.0
    Refactor of Brushes: UIDrawBrush abstract UIDrawBrushGradient UIDrawBrushLinearGradient UIDrawBrushRadialGradient UIDrawColor Improvements: Direct access to channels by name (r, g, b, a) as properties, (case insensitive) Allow the use of RRGGBBAA integers in place of UIDrawColor UIDrawPath Improvements: Use Path::Winding as default mode UIDrawPen Improvements: Allow UIDrawColor (or RRGGBBAA integer) in place of UIDrawBrush (fill, stroke) UIExecutor: Scheduled executor service for animations superceeds and replaces App::onTick mechanism UIApp: Removed, it should be obvious that run/quit are global functions UIWindow: Fixed onClosing
  • uv 0.1.0
    - initial pecl release
  • amqp 1.8.0beta1
    * Add SSL connection support (Bogdan Padalko) * Support for server method handling: confirms (publisher acknowledgments) and basic.return (Bogdan Padalko) * Add support for pkg-config (Remi Collet) * Preserve AMQP server error code for exceptions (Bogdan Padalko) * Add AMQPChannel::close() (Bogdan Padalko) * Fix segfault when deleting an unknown exchange (Bogdan Padalko) * Fix segfault with PHPUnit and xdebug for PHP 7 (Bogdan Padalko) * Add publisher confirms (Bogdan Padalko)

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

  • ui 1.0.3
    UIDrawTextFontDescriptor::getFamily UIDrawTextFontDescriptor::getSize UIDrawTextFontDescriptor::getWeight UIDrawTextFontDescriptor::getItalic UIDrawTextFontDescriptor::getStretch UIDrawTextFont::getAscent UIDrawTextFont::getDescent UIDrawTextFont::getLeading UIDrawTextFont::getUnderlinePosition UIDrawTextFont::getUnderlineThickness Radial and Linear Gradients UIDrawBrush::addStop UIDrawBrush::delStop UIDrawBrush::setStop Exceptions Arrangement controls child list Arrangement controls API improvements
  • ui 1.0.2
    UISize and UIPoint support for basic math operators (+,/,*,-) fixed UIPoint cast to UISize with UISize::of(UIPoint) (can also take double-ish) UISize cast to UIPoint with UIPoint::at(UISize) (can also take double-ish)
  • WinCache 2.0.0.8
    2.0.0.8: - Revert "Global" prefix for named objects. It breaks IIS Express. - Improve tracing by adding thread ID to debug trace logs
  • WinCache 1.3.7.12
    1.3.7.12: - Revert "Global" prefix for named objects. It breaks IIS Express. - Improve tracing by adding thread ID to debug trace logs. - Code cleanup.
  • amqp 1.8.0beta2
    * Add SSL connection support (Bogdan Padalko) * Support for server method handling: confirms (publisher acknowledgments) and basic.return (Bogdan Padalko) * Add support for pkg-config (Remi Collet) * Preserve AMQP server error code for exceptions (Bogdan Padalko) * Add AMQPChannel::close() (Bogdan Padalko) * Fix segfault when deleting an unknown exchange (Bogdan Padalko) * Fix segfault with PHPUnit and xdebug for PHP 7 (Bogdan Padalko) * Add publisher confirms (Bogdan Padalko) * Fix 1.8.0 release (Lars Strojny)

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

  • zookeeper 0.2.3
    Bugs: - Fix 'Node with null data cause php segfault at Zookeeper::get($path)' (AZ Issue #21) - Fix 'Stat is null when get a node which holds null data' (AZ Issue #29) - Fix 'Wrong type conversion in function call' (Thanks to Dmitry Faleychik<fadimko@gmail.com>, AZ PR #42) - Fix AZ PR #44 (Thanks to jeff.tang<likeytom@gmail.com>) - Fix AZ Issue #27 (--with-libdir not honoured, Thanks to Remi Collet) - Return null after zoo_exists returning 0-length directly (AZ PR #45)

    Improvements:

    • Respect null's when passed as values during set(), create(), and get() (Thanks to Ryan Uber<ru@ryanuber.com>, AZ PR #22)
    • Make extension compatible with Zookeeper 3.5.0alpha (Thanks to Ryan Uber<ru@ryanuber.com>, AZ PR #28 N #48)
    • Display ini entries in phpinfo()
  • timezonedb 2016.9
    Updated to version 2016.9 (2016i)
tagged:

Link:


Trending Topics: