summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-23 21:10:18 +0000
committerAndi Gutmans <andi@php.net>2000-02-23 21:10:18 +0000
commitde6c9f35a1caa5e76d830b341d099007e3b68a9b (patch)
treefe4baddbac349a6225791bda364b8a257baaedf0 /main/internal_functions_win32.c
parentccc386c8e38d7b1aba52ee43164e326d721f0517 (diff)
downloadphp-git-de6c9f35a1caa5e76d830b341d099007e3b68a9b.tar.gz
- MySQL now compiles right into the PHP 4 binary on Windows
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index fd378a3dff..2903c80d4b 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -55,6 +55,7 @@
#include "ext/odbc/php_odbc.h"
#include "ext/session/php_session.h"
#include "ext/xml/php_xml.h"
+#include "ext/mysql/php_mysql.h"
/* SNMP has to be moved to ext */
/* #include "dl/snmp/php_snmp.h" */
@@ -89,7 +90,8 @@ zend_module_entry *php_builtin_extensions[] = {
phpext_output_ptr,
phpext_array_ptr,
phpext_assert_ptr,
- phpext_xml_ptr
+ phpext_xml_ptr,
+ phpext_mysql_ptr
};
#define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))