#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 */
phpext_odbc_ptr,
phpext_session_ptr,
phpext_xml_ptr,
+ phpext_wddx_ptr,
phpext_mysql_ptr
};
#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"