#if HAVE_SESSION
#include "ext/session/php_session.h"
#endif
-#if HAVE_XML
-#include "ext/xml/php_xml.h"
-#endif
-#if HAVE_XML && HAVE_WDDX
-#include "ext/wddx/php_wddx.h"
-#endif
#if HAVE_MYSQL
#include "ext/mysql/php_mysql.h"
#endif
#if HAVE_ZLIB
#include "ext/zlib/php_zlib.h"
#endif
+#if HAVE_LIBXML
+#if HAVE_DOM
+#include "ext/dom/php_dom.h"
+#endif
+#if HAVE_SIMPLEXML
+#include "ext/simplexml/php_simplexml.h"
+#endif
+#endif
+#if HAVE_XML
+#include "ext/xml/php_xml.h"
+#endif
+#if HAVE_XML && HAVE_WDDX
+#include "ext/wddx/php_wddx.h"
+#endif
+
/* }}} */
/* {{{ php_builtin_extensions[]
#if HAVE_TOKENIZER
,phpext_tokenizer_ptr
#endif
+#if HAVE_ZLIB
+ ,phpext_zlib_ptr
+#endif
+#if HAVE_LIBXML
+#if HAVE_DOM
+ ,phpext_dom_ptr
+#endif
+#if HAVE_SIMPLEXML
+ ,phpext_simplexml_ptr
+#endif
+#endif
#if HAVE_XML
,phpext_xml_ptr
#endif
#if HAVE_XML && HAVE_WDDX
,phpext_wddx_ptr
#endif
-#if HAVE_ZLIB
- ,phpext_zlib_ptr
-#endif
};
/* }}} */
# End Source File\r
# End Group\r
# End Group\r
+\r
+# Begin Group "DOM"\r
+# Begin Group "DOM Source Files"\r
+\r
+# PROP Default_Filter ".c"\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\attr.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\cdatasection.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\characterdata.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\comment.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\document.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\documentfragment.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\documenttype.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domconfiguration.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domerror.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domerrorhandler.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domexception.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domimplementation.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domimplementationlist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domimplementationsource.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domlocator.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\domstringlist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\element.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\entity.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\entityreference.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\namednodemap.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\namelist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\node.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\nodelist.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\notation.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\php_dom.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\processinginstruction.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\string_extend.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\text.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\typeinfo.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\userdatahandler.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "DOM Header Files"\r
+\r
+# PROP Default_Filter ".h"\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\dom_ce.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\dom_fe.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\dom_properties.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\php_dom.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\dom\xml_common.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# End Group\r
+# End Group\r
+\r
+# Begin Group "SimpleXML"\r
+# Begin Group "SimpleXML Source Files"\r
+\r
+# PROP Default_Filter ".c"\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\simplexml\simplexml.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "SimpleXML Header Files"\r
+\r
+# PROP Default_Filter ".h"\r
+# Begin Source File\r
+\r
+SOURCE=..\ext\simplexml\php_simplexml.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# End Group\r
+# End Group\r
+\r
# Begin Group "Regular Expressions"\r
\r
# PROP Default_Filter ""\r