summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2003-06-26 15:15:02 +0000
committerSebastian Bergmann <sebastian@php.net>2003-06-26 15:15:02 +0000
commit1c6c9e948513f205aaf8a7e67b42482793a14dff (patch)
treeb893be7835d5967b66e60747a951ee8b23314a63 /main/internal_functions_win32.c
parent39b0d384e6599a77048b7bfa92b98eaa7970b05a (diff)
downloadphp-git-1c6c9e948513f205aaf8a7e67b42482793a14dff.tar.gz
Sync.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c6
1 files changed, 0 insertions, 6 deletions
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