mongo-php-library icon indicating copy to clipboard operation
mongo-php-library copied to clipboard

PHPLIB-1728: Encryption flag in driver metadata

Open paulinevos opened this issue 1 week ago • 1 comments

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.

paulinevos avatar Dec 16 '25 13:12 paulinevos