mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-19 06:31:02 +02:00
PHPC-285: VC14 needs timezone defined for SSL function
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
/* LCOV_EXCL_START */
|
||||
#include "php-ssl.h"
|
||||
|
||||
#if defined(NETWARE) || (defined(PHP_WIN32) && defined(_MSC_VER) && _MSC_VER >= 1900)
|
||||
#define timezone _timezone /* timezone is called _timezone in LibC */
|
||||
#endif
|
||||
|
||||
int php_mongo_matches_wildcard_name(const char *subjectname, const char *certname) /* {{{ */
|
||||
{
|
||||
char *wildcard = NULL;
|
||||
|
||||
Reference in New Issue
Block a user