summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-04-17 18:10:35 +0000
committerSebastian Bergmann <sebastian@php.net>2002-04-17 18:10:35 +0000
commit958c68a17cb50b9fd5829f971c59f772a1a29c50 (patch)
tree93b744fd49189505b6f812c43e9b63c579b404fc /main
parent08a4924344dcab53549d174baf5eca586d97de37 (diff)
downloadphp-git-958c68a17cb50b9fd5829f971c59f772a1a29c50.tar.gz
Give HAVE_MYSQL meaning on Win32.
Diffstat (limited to 'main')
-rw-r--r--main/internal_functions_win32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index bf6fbda212..c064449f78 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -64,7 +64,9 @@
#if HAVE_LIBEXPAT && HAVE_WDDX
#include "ext/wddx/php_wddx.h"
#endif
+#if HAVE_MYSQL
#include "ext/mysql/php_mysql.h"
+#endif
#include "ext/mbstring/mbstring.h"
#if HAVE_OVERLOAD
#include "ext/overload/php_overload.h"
@@ -87,7 +89,9 @@ zend_module_entry *php_builtin_extensions[] = {
#if defined(MBSTR_ENC_TRANS)
phpext_mbstring_ptr,
#endif
+#if HAVE_MYSQL
phpext_mysql_ptr,
+#endif
#if HAVE_UODBC
phpext_odbc_ptr,
#endif