Changes between Initial Version and Version 1 of Ticket #21663, comment 99
- Timestamp:
- 08/02/2013 08:48:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21663, comment 99
initial v1 2 2 3 3 I guess the question is do we turn SSL cert verification on if available across the board or do we make it configurable? (If we make it configurable I'm guessing we should make it on by default?) In either case we should wrap that set options in a if defined block so mysqli compiled without verify support does not throw PHP notices. 4 5 EDIT: Not sure how this factors into what we do but it appears the `MYSQLI_OPT_SSL_VERIFY_SERVER_CERT` option is undocumented at the moment. http://www.php.net/manual/en/mysqli.options.php