6a2b156325
PHP 7.2.x builds upon 7.1.x, adding new features: * Argument type declarations * Object return type declarations * Parameter Type Widening * Trailing commas in list syntax * Argon2 in password hash * Libsodium as part of PHP Core * Deprecated: __autoload, $php_errormsg, create_function(), mbstring.func_overload, parse_str() without second argument, gmp_random(), each(), assert(), $errcontext * uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD, about 10x on Linux
15 lines
435 B
C
15 lines
435 B
C
$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2017/11/15 08:56:12 jdolecek Exp $
|
|
|
|
The dom header is now supplied by the main php bl3.
|
|
|
|
--- ext/xsl/php_xsl.h.orig 2017-03-14 13:17:46.000000000 +0000
|
|
+++ ext/xsl/php_xsl.h
|
|
@@ -41,7 +41,7 @@ extern zend_module_entry xsl_module_entr
|
|
#include <libexslt/exsltconfig.h>
|
|
#endif
|
|
|
|
-#include "../dom/xml_common.h"
|
|
+#include "dom/xml_common.h"
|
|
#include "xsl_fe.h"
|
|
|
|
#include <libxslt/extensions.h>
|