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

Community News:
Latest PECL Releases (08.09.2016)
Aug 09, 2016 @ 13:05:01

Latest PECL Releases:

  • cassandra 1.2.2
    # 1.2.2

    Bug Fixes:

    • [PHP-88] CassandraTimestamp::toDateTime segfault with PHP7
    • [PHP-112] Freeing a null future as result of a failure in CassandraDefaultSession::executeAsync()
    • [PHP-115] CassandraUUID returning duplicate UUIDs
  • ds 1.1.4
    Vector and Deque rotate crashing when empty due to attempte mod zero.
  • couchbase 2.2.1
    This is the GA release of the 2.2.1 SDK. It is a maitenance release with several fixes:

    Changes:

    • PCBC-416: fix segfault on multi-get for duplicated keys.
    • PCBC-414: return $this from N1qlQuery methods
    • Documentation updates and bug fixes
  • ds 1.1.3
    Fixed memory leaks during map when callback throws an exception. Fixed memory leaks when structures contain themselves. Fixed module dependencies. Version info in phpinfo()
  • jsonnet 1.1.1
    - Fixed issue #4, pecl install failed.
  • ds 1.1.2
    Fixed many memory leaks Fixed json dependency Minor performance improvements
  • ds 1.1.1
    Fix memory leaks where objects were not free'd correctly
  • ds 1.1.0
    Add Pair::copy
  • mongodb 1.2.0alpha1
    ** Bug * [PHPC-316] - config.w32 should define MONGOC_ENABLE_SASL * [PHPC-447] - Windows builds should generate libmongoc and libbson config and version files * [PHPC-481] - Windows reports wrong mongoc and libbson versions * [PHPC-530] - Document MongoDBDriverServer type constants * [PHPC-554] - Rephrase unsupported/corrupt BSON messages * [PHPC-673] - Cursor::isDead() returns true despite cursor being alive * [PHPC-693] - Unacknowledged WriteResults have null counts * [PHPC-728] - Wrong example on how to provide client certificate * [PHPC-748] - CursorID is not properly expressed on 32-bit platforms

    ** Improvement * [PHPC-486] - Add syntax highlighting to BSON persistence articles * [PHPC-684] - Report bypassDocumentValidation in BulkWrite debug output * [PHPC-721] - Javascript constructor should throw if code contains null bytes * [PHPC-724] - Regex constructor should throw if pattern or flags contain null bytes * [PHPC-739] - Rename "javascript" to "code" in Javascript BSON class * [PHPC-741] - Use consistent exceptions for BSON initialization methods * [PHPC-746] - Default Manager URI to "mongodb://127.0.0.1/" * [PHPC-754] - Remove libmongoc-priv system dependency in config.m4 * [PHPC-755] - Remove include of private mongoc-trace.h

    ** New Feature * [PHPC-460] - BSON classes should support PHP serialization and var_export() * [PHPC-536] - UTCDateTime constructor should default to current time and accept DateTimeInterface * [PHPC-619] - Implement Decimal 128 type spec * [PHPC-729] - Implement __toString() method for Javascript and Binary * [PHPC-730] - Implement getCode() and getScope() for Javascript

    ** Task * [PHPC-600] - Manager::getServers() should use mongoc_client_get_server_descriptions() * [PHPC-601] - Cursor::getServer() should not access mongoc_cursor_t.client * [PHPC-602] - Create command cursors with mongoc_cursor_new_from_command_document() * [PHPC-603] - Use mongoc_read_prefs_t getters instead of accessing struct fields directly * [PHPC-604] - WriteConcern::getJournal() should use mongoc_write_concern_journal_is_set() * [PHPC-606] - Use mongoc_server_description_t public API * [PHPC-607] - Manager::selectServer() should use mongoc_client_select_server() * [PHPC-609] - Ensure client URI handling uses libmongoc public API * [PHPC-610] - Client construction should use mongoc_write_concern_is_valid() * [PHPC-611] - WriteResult::isAcknowledged() should use mongoc_write_concern_is_acknowledged() * [PHPC-630] - Update bson_visitor_t for unsupported type function pointer * [PHPC-659] - Update bson_visitor_t for decimal 128 type function pointer * [PHPC-662] - Use mongoc_bulk_operation_get_hint() * [PHPC-663] - Use mongoc_bulk_operation_get_write_concern() * [PHPC-664] - Use mongoc_write_concern_get_w() * [PHPC-665] - Remove private libmongoc and libbson header includes * [PHPC-680] - BulkWrite::count() should return number of operations instead of estimated round-trips * [PHPC-682] - Do not use mongoc_bulk_operation_t private API in BulkWrite debug handler * [PHPC-687] - Consolidate struct definitions for PHP 5 and 7 * [PHPC-688] - Do not use mongoc_cursor_t private API in Cursor debug handler * [PHPC-689] - Query and command execution should use mongoc_cursor_set_hint() * [PHPC-703] - Update configure scripts for upstream SSL changes * [PHPC-708] - Port http://php.net/manual/en/mongo.security.php to the new docs/driver * [PHPC-758] - Disable Decimal128 for bundled libbson and libmongoc 1.4.0

tagged:

Link:


Trending Topics: