From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.0CVS-2002-01-09
PHP Bug Type:     DOM XML related
Bug description:  --with-dom-xslt dosn't compile (patch included ...)

one header line is missing. here's the patch:

RCS file: /repository/php4/ext/domxml/php_domxml.h,v
retrieving revision 1.33
diff -u -r1.33 php_domxml.h
--- php_domxml.h        9 Jan 2002 03:42:30 -0000       1.33
+++ php_domxml.h        10 Jan 2002 00:43:23 -0000
@@ -36,6 +36,7 @@
 #include <libxml/xpointer.h>
 #endif
 #if HAVE_DOMXSLT
+#include <libxslt/xsltconfig.h>
 #include <libxslt/xsltInternals.h>
 #include <libxslt/xsltutils.h>
 #include <libxslt/transform.h>

-- 
Edit bug report at: http://bugs.php.net/?id=14957&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to