diff options
Diffstat (limited to 'ext/dom/domimplementationsource.c')
| -rw-r--r-- | ext/dom/domimplementationsource.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dom/domimplementationsource.c b/ext/dom/domimplementationsource.c index 4389fcae94..6f1d86608a 100644 --- a/ext/dom/domimplementationsource.c +++ b/ext/dom/domimplementationsource.c @@ -24,6 +24,7 @@ #endif #include "php.h" +#if HAVE_LIBXML && HAVE_DOM #include "php_dom.h" @@ -63,3 +64,4 @@ PHP_FUNCTION(dom_domimplementationsource_get_domimplementations) DOM_NOT_IMPLEMENTED(); } /* }}} end dom_domimplementationsource_get_domimplementations */ +#endif |
