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

Community News:
Latest PECL Releases (05.09.2017)
May 09, 2017 @ 13:05:02

Latest PECL Releases:

  • uv 0.2.1
    - Fix memory leak when closing

  • uv 0.2.0
    - Move from resource handles to object handles - Various smaller fixes
  • gRPC 1.3.1RC1
    - gRPC Core 1.3 uptake
  • protobuf 3.3.0
    GA release.
  • mongodb 1.2.9
    ** Bug * [PHPC-940] - php_phongo_free_ssl_opt() attempts to free interned strings * [PHPC-948] - BSON encoding should throw on circular references * [PHPC-949] - Memory leak if Serializable::bsonSerialize() returns keys with null bytes
  • stomp 2.0.1
    - PHP7.1 Support
  • swoole 1.9.10
    - Fixed compile error with enable-ringbuffer - Fixed unix socket client cannot connect to server - Fxied swoole_client::close crash with SWOOLE_KEEP flag on PHP-FPM
  • v8 0.1.6
    Changes to public API and other important changes which may affect end-user:
    • Enforce Value() method on all V8Primitive values;
    • Fix segfault when zero args passed to V8FunctionObject::NewInstance();
  • win32service 0.2.1
    Fix issue with PHP 7.1.4. The binary is also available here: https://github.com/InExtenso/win32service/releases/tag/v0.2.1
  • couchbase 2.3.2
    * PCBC-473: fix incorrect bucket reference copy in subdocument mutation/lookup builders, which might lead to segfault. * PCBC-474: fix segfault when using ViewQuery::keys() * PCBC-476: do not call destructors on unintialized ZVALs. Fixes possible segfaults with view queries on PHP 5.x. * PCBC-477: lookup JsonSerializable interface in run time, instead of compile time using php_json_serializable_ce symbol. This fixes support on some 5.4-5.5 builds. * PCBC-479: do not allow to create objects in invalid state. For example Cluster might return an instance, and only show PHP warning on invalid arguments. * PCBC-481: Bucket->counter() without specifying delta value results in null pointer dereference. * PCBC-482: mapSize/setExists/setRemove methods of Bucket did not check if 'get' sub-request had thrown exception. This cause segfault, if operation executed on keys which do not exist. * PCBC-453: verify that ClusterManager supports ephemeral buckets * PCBC-451: add RBAC support in CouchbasePasswordAuthenticator class (Couchbase Server 5.x feature). * PCBC-440: add experimental support of extended attributes for subdocument operations.
tagged:

Link:


Trending Topics: