mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980
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>
|