From 1c6c9e948513f205aaf8a7e67b42482793a14dff Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 26 Jun 2003 15:15:02 +0000 Subject: [PATCH] Sync. --- main/config.w32.h | 3 --- main/internal_functions_win32.c | 6 ------ 2 files changed, 9 deletions(-) diff --git a/main/config.w32.h b/main/config.w32.h index 0ca91b46ac..15996c9a66 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -47,9 +47,6 @@ /* #define HAVE_MBSTR_RU 0 */ /* #define HAVE_MBSTR_TW 0 */ -/* Enable / Disable MySQL extension (default: disabled) */ -#define HAVE_MYSQL 0 - /* Enable / Disable ODBC extension (default: enabled) */ #define HAVE_UODBC 1 diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 8baedc7167..77242351ca 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -71,9 +71,6 @@ #if HAVE_SESSION #include "ext/session/php_session.h" #endif -#if HAVE_MYSQL -#include "ext/mysql/php_mysql.h" -#endif #if HAVE_MBSTRING #include "ext/mbstring/mbstring.h" #endif @@ -119,9 +116,6 @@ zend_module_entry *php_builtin_extensions[] = { #if HAVE_MBSTRING ,phpext_mbstring_ptr #endif -#if HAVE_MYSQL - ,phpext_mysql_ptr -#endif #if HAVE_UODBC ,phpext_odbc_ptr #endif -- 2.50.1