php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14957 --with-dom-xslt dosn't compile (patch included ...)
Submitted: 2002-01-09 19:44 UTC Modified: 2002-01-09 20:53 UTC
From: chregu@php.net Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0CVS-2002-01-09 OS: linux
Private report: No CVE-ID: None
 [2002-01-09 19:44 UTC] chregu@php.net
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>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-09 20:53 UTC] mfischer@php.net
Fixed in CVS (why don't we've more guys like you? :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC