We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321c577 commit cd9cd3dCopy full SHA for cd9cd3d
src/contrib/php-ssl.c
@@ -30,6 +30,10 @@
30
/* LCOV_EXCL_START */
31
#include "php-ssl.h"
32
33
+#if defined(NETWARE) || (defined(PHP_WIN32) && defined(_MSC_VER) && _MSC_VER >= 1900)
34
+#define timezone _timezone /* timezone is called _timezone in LibC */
35
+#endif
36
+
37
int php_mongo_matches_wildcard_name(const char *subjectname, const char *certname) /* {{{ */
38
{
39
char *wildcard = NULL;
0 commit comments