Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

PHP-1529: read config.h to rerieve HAVE_MONGO_OPENSSL #883

Closed
wants to merge 1 commit into from

Conversation

remicollet
Copy link
Contributor

@remicollet remicollet commented Sep 4, 2017

@remicollet
Copy link
Contributor Author

Notice, checked io_stream.c which use this symbol.

config.h is included twice.

First, by "php_mongo.h", so before "contrib/php-ssl.h", so with HAVE_MONGO_OPENSSL properly defined (which explain why the symbol is used, but undefined)

Second, directly, but after "contrib/php-ssl.h". This one is probably unneeded.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants