-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.1.6
-
Component/s: None
-
None
The functions in src/contrib/php-ssl.c and php_mongo_verify_hostname() in php_phongo.c currently have a "php_mongo" prefix, which means their names may conflict with those from the legacy driver if both extensions are loaded.
This likely does not cause an issue in practice, since the functions are identical (since being imported in this commit); however, we should still prefix them correctly.
- is related to
-
PHPC-698 Check HAVE_OPENSSL_EXT before calling php-ssl.c functions
- Closed