7aca2531e2
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
11 lines
267 B
C
11 lines
267 B
C
--- php_xsl.h.orig Sun Jan 1 13:50:17 2006
|
|
+++ php_xsl.h Tue Jan 17 16:23:10 2006
|
|
@@ -43,7 +43,7 @@
|
|
#include <libexslt/exsltconfig.h>
|
|
#endif
|
|
|
|
-#include "../dom/xml_common.h"
|
|
+#include "ext/dom/xml_common.h"
|
|
#include "xsl_fe.h"
|
|
|
|
#include <libxslt/extensions.h>
|