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

Community News:
Latest PECL Releases (02.21.2017)
Feb 21, 2017 @ 14:05:01

Latest PECL Releases:

  • sync 1.1.1
    - Fixed *NIX event object sync_WaitForUnixEvent() issues.

  • memcached 3.0.3
    PHP7 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued and the oldest actively tested version is 1.0.2. It is highly recommended to use version 1.0.18 of libmemcached.

    Fixes

    • Fix crash when checking session data with older versions of libmemcached (#328)
    • Fix crash due to zend_mm_corrupted when fetching session data (#327)
  • v8 0.1.2
    This release adds script compilation and caching. Also more new methods added and some internal logic refactored. See detailed changes below.

    As of this release, V8 >= 5.8.168 required.

      • BC-breaking or potentially BC-breaking changes.

    Changes to public API and other important changes which may affect end-user:

    - * Add $is_wasm and $is_module options to V8ScriptOriginOptions and V8ScriptOrigin;
    - * Remove non-standard V8Scrip::{getSource,getOrigin};
    - * Remove V8ObjectValue::{Get,Set,Has,Delete,CreateDataProperty}Indexed methods;
    - * Remove non-working V8Context extensions support;
    - * Handle V8IntegerValue sub-types when returning values from V8, fixes #19;
    - Add V8UnboundScript class;
    - Add V8ScriptCompilerCachedData class;
    - Add V8ScriptCompilerCompileOptions class;
    - Add V8ScriptCompilerSource class;
    - Add V8ScriptCompiler;
    - Add V8SymbolValue::GetToPrimitive() method;
    - Add V8Value::IsNullOrUndefinedl() method;
    - Add more V8Value::Is*() methods;
    - Add V8MapObject;
    - Add V8SetObject;
    - Fix obj and func templates external memory adjusting.
    
  • amqp 1.8.0
    * 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.0

  • PDO_INFORMIX 1.3.3
    Fixed compilation issue with the PHP 5.6 release.
tagged:

Link:


Trending Topics: