summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-02 18:42:04 +0000
committerZeev Suraski <zeev@php.net>2000-02-02 18:42:04 +0000
commite1a753c3d03aa37bc47362465003a3fe89366f58 (patch)
treebc4d14350fc7bd1fbe4df6bc16bf0907e74d90e5 /main/internal_functions_win32.c
parent0c535aa355d15dd072c560ea3cb3b5edbe0b1f81 (diff)
downloadphp-git-e1a753c3d03aa37bc47362465003a3fe89366f58.tar.gz
Add expat to the distribution
Add expat support to Win32 builds
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 6a2c035246..885006f11c 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -54,6 +54,7 @@
#include "ext/pcre/php_pcre.h"
#include "ext/odbc/php_odbc.h"
#include "ext/session/php_session.h"
+#include "ext/xml/php_xml.h"
/* SNMP has to be moved to ext */
/* #include "dl/snmp/php_snmp.h" */
@@ -87,7 +88,8 @@ zend_module_entry *php_builtin_extensions[] = {
phpext_session_ptr,
phpext_output_ptr,
phpext_array_ptr,
- phpext_assert_ptr
+ phpext_assert_ptr,
+ phpext_xml_ptr
};
#define EXTCOUNT (sizeof(php_builtin_extensions)/sizeof(zend_module_entry *))