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

Require OpenSSL 1.0.1+ in CheckSSL.m4 to satisfy libmongoc requirements

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.17.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Per CDRIVER-3562, libmongoc 1.24.0 requires OpenSSL 1.0.1+. This is also mentioned in the docs for Configuring TLS.

      PHP 7.4 also requires OpenSSL 1.0.1, but PHP 8.1 bumped to 1.0.2 in php/php-src@c3a6deb.

      Since CheckSSL.m4 is used for building bundled libmongoc and libmongocrypt sources, I propose sticking with its dependency. It's unlikely there will be any conflict, as both php.m4 and CheckSSL.m4 use PKG_CHECK_MODULES and should pick up the same OpenSSL library (if available).

      Note: the else condition of PKG_CHECK_MODULES falls back to PHP_CHECK_LIBRARY, which does not enforce a library version.

            Assignee:
            jmikola@mongodb.com Jeremy Mikola
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: