-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.3.0
-
Component/s: None
As shown in mongodb/mongo-php-driver#659, PECL is capable of soliciting configure options with the following package.xml syntax:
<extsrcrelease> <configureoption name="with-openssl-dir" default="no" prompt="openssl directory"/> </extsrcrelease>
We should take advantage of this to expose all relevant configure options to PECL install. At the very least, this should include OpenSSL, SASL, and whether to use bundled or system versions of libbson/libmongoc.
- depends on
-
PHPC-1075 Import libbson and libmongoc Autotools configuration
- Released
-
PHPC-888 Support additional TLS libraries for bundled libmongoc
- Closed
- has to be done after
-
PHPC-2225 Validate PHP_ARG_ENABLE and PHP_ARG_WITH configure options
- Closed
-
PHPC-2236 Allow compression libraries to be configured at build time
- Closed
- related to
-
PHPC-2225 Validate PHP_ARG_ENABLE and PHP_ARG_WITH configure options
- Closed
-
PHPC-1156 Default to Secure Transport on macOS before OpenSSL
- Closed
-
PHPC-1055 Improve docs for linking correct version of OpenSSL on macOS
- Closed
- links to