mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-06 16:22:36 +02:00
We copy the write concern struct rather than store an is_acknowledged boolean, which allows us to include the write concern in the debug output. Down the line, we may decide to implement a getWriteConcern() method to help users in handling/logging write concern errors.