diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-02 18:42:04 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-02 18:42:04 +0000 |
commit | e1a753c3d03aa37bc47362465003a3fe89366f58 (patch) | |
tree | bc4d14350fc7bd1fbe4df6bc16bf0907e74d90e5 /main/internal_functions_win32.c | |
parent | 0c535aa355d15dd072c560ea3cb3b5edbe0b1f81 (diff) | |
download | php-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.c | 4 |
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 *)) |