ID: 14957 Updated by: mfischer Old Summary: --with-dom-xslt dosn't compile (patch included ...) Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: linux PHP Version: 4.0CVS-2002-01-09 New Comment:
Fixed in CVS (why don't we've more guys like you? :) Previous Comments: ------------------------------------------------------------------------ [2002-01-09 19:44:02] [EMAIL PROTECTED] 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 this 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]