From 958c68a17cb50b9fd5829f971c59f772a1a29c50 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 17 Apr 2002 18:10:35 +0000 Subject: [PATCH] Give HAVE_MYSQL meaning on Win32. --- main/internal_functions_win32.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0