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

Community News:
Latest PECL Releases (03.14.2017)
Mar 14, 2017 @ 13:05:02

Latest PECL Releases:

  • timezonedb 2017.1
    Updated to version 2017.1 (2017a)

  • trace 1.0.1beta
    - Add support for PHP 7.1 - Fix problem with arguments passed by-reference #77 - Fix some unit tests
  • Mosquitto 0.4.0
    * PHP 7 support thanks to Sara Golemon * Improved docs hosted on ReadTheDocs * Some memory usage fixes
  • mysql_xdevapi 1.0.1
    - Added support for View DDL - Added support for X DevAPI unified connection string - Added support for Unix Domain Sockets - Added table.isView() - Added Core TLS/SSLL options - Internal refacotoring - Fixed a few bugs
  • amqp 1.9.0beta2
    * AMQP types are now better supported through value objects (see #271, #269, #265) (Bogdan Padalko, Lars Strojny)

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

  • amqp 1.9.0beta1
    * AMQP types are now better supported through value objects (see #271, #269, #265) (Bogdan Padalko, Lars Strojny)

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

  • v8js 1.3.5
    - Fix long vs. zend_long issues on x64 Windows
  • gRPC 1.2.0RC1
    - Added arg info macros #9751 - Updated codegen to be consistent with protobuf #9492
  • couchbase 2.3.0
    * PCBC-443: Remove PCS dependency and rewrite PHP stubs using Zend C API * PCBC-382: Implement cluster-level authorization using ClassicAuthenticator * Migrate API to Couchbase namespace (old API still available on toplevel as aliases, see tests/AliasesTest.php) * PCBC-383: Cross-bucket joins for N1QL (see examples/api/couchbase.N1qlQuery.crossBucket.php) * Refresh API documentation, describe all input options, put everything into single file (see api/*.php), and prepare them for PHPStorm (https://github.com/JetBrains/phpstorm-stubs/pull/180) * PCBC-386: Implement Datastructures API: List, Set, Map and Queue (see tests/DatastructuresTest.php) * Improve connection management, persistent connections by default, track and close idle connections.
  • mongodb 1.2.6
    ** Bug * [PHPC-901] - False slaveOk URI option should be ignored * [PHPC-912] - Child processes should not destroy clients created by parent processes * [PHPC-913] - Child process should not re-use mongoc_client_t objects from parent * [PHPC-917] - localThresholdMS should default to 15 milliseconds * [PHPC-923] - Use zend_string_release() to free class names * [PHPC-924] - Cursor::setTypeMap() may unnecessarily convert first BSON document

    ** Task * [PHPC-736] - Remove zend_str_tolower_dup() in ObjectID construction * [PHPC-825] - Document URI options array for Manager constructor * [PHPC-906] - Make test suite compatible with libbson/libmongoc 1.5.0 and 1.6.0

tagged:

Link:


Trending Topics: