mongo-php-library
mongo-php-library copied to clipboard
PHPLIB-1728: Encryption flag in driver metadata
Prepends iue for In-Use Encryption to platform metadata string in MongoDB handshake. This will allow for easier detection of encryption usage in higher level libraries.
This PR also extracts the options array into DriverOptions in order to simplify testing the I/O of options as we do quite a bit of transformation on them.