summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-04-07 10:21:17 +0000
committerAndi Gutmans <andi@php.net>2000-04-07 10:21:17 +0000
commit89f99967b85921e25bf182f18a68bfc55fd984f9 (patch)
treecbabcf4c0410f7466cc2978c8e8a32ab6b15522e /main/internal_functions_win32.c
parent0fc483fed6cfb9febce4c828aecc6672a377c1be (diff)
downloadphp-git-89f99967b85921e25bf182f18a68bfc55fd984f9.tar.gz
- Add wddx support to the default build
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 68a679dae0..b4ebdb75df 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/wddx/php_wddx.h"
#include "ext/mysql/php_mysql.h"
/* SNMP has to be moved to ext */
@@ -70,6 +71,7 @@ zend_module_entry *php_builtin_extensions[] = {
phpext_odbc_ptr,
phpext_session_ptr,
phpext_xml_ptr,
+ phpext_wddx_ptr,
phpext_mysql_ptr
};