Uploaded image for project: 'PHP Driver: Extension'
  1. PHP Driver: Extension
  2. PHPC-1496

Support compiling with libmongocrypt

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.7.0
    • Affects Version/s: None
    • Component/s: None
    • None

      To support compiling with libmongocrypt, we will add a new --with-libmongocrypt configure switch. The switch has the following values:

      • auto (default value): compile with libmongocrypt if found, ignore if not found;
      • yes: compile with libmongocrypt if found, abort with error if not found;
      • no: compile without libmongocrypt.

      To compile with libmongocrypt, we will bundle libmongocrypt alongside libbson and libmongoc. When determining whether to use a system libmongocrypt or the bundled version, we will look to the --with-libbson switch:

      • With yes, we will check for a system libmongocrypt and handle a missing libmongocrypt according to the list above;
      • With no, we will use bundled libmongocrypt.

            Assignee:
            andreas.braun@mongodb.com Andreas Braun
            Reporter:
            andreas.braun@mongodb.com Andreas Braun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: