]> granicus.if.org Git - php/commitdiff
- Add wddx support to the default build
authorAndi Gutmans <andi@php.net>
Fri, 7 Apr 2000 10:21:17 +0000 (10:21 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 7 Apr 2000 10:21:17 +0000 (10:21 +0000)
main/internal_functions_win32.c
main/php.h

index 68a679dae0200ac314d0488b643e50f973846874..b4ebdb75df9d2d1cfa71a839b30c2b99f8fe74b6 100644 (file)
@@ -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
 };
 
index 5e1d8d84ddac0b6e6cf912dc43026d2c91b9eb2b..8a781c43ac983d029ec72a298518b8dcabd46cd4 100644 (file)
@@ -284,7 +284,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
 #define PUTS_H(str)                                    php_header_write((str), strlen((str)))
 #define PUTC_H(c)                                      (php_header_write(&(c), 1), (c))
 
-/* #define VIRTUAL_DIR */
+#define VIRTUAL_DIR
 /* Virtual current directory support */
 #ifdef VIRTUAL_DIR
 #include "php_virtual_cwd.h"