Skip to content

0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bjori bjori released this 04 Dec 02:12

Now supports SSL Connections and SCRAM-SHA-1 authentication (for MongoDB 2.8).

Tickets closed:

  • PHP-1195: Integers are now represented as int32, as long as they fit
  • PHP-1195: Error out on 32bit platforms if we cannot represent the int
  • PHP-1195: Remove Int32 and Int64 classess
  • PHP-1175: Add Support for SSL=true and SSL=prefer
  • PHP-1175: Compile against OpenSSL
  • PHP-1296: Implement WriteConcerns
  • PHP-1295: Memory leak when generating ID for inserts
  • PHP-1294: Empty Query Result should still return QueryResult
  • PHP-1293: Writing all debug info is not a good default
  • PHP-1292: BSON Arrays should be... PHP Arrays
  • PHP-1291: memleak when serializing nested objects/array