php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #76685
Patch xmldiff.patch revision 2018-07-30 22:00 UTC by xrobau at gmail dot com

Patch xmldiff.patch for Website problem Bug #76685

Patch version 2018-07-30 22:00 UTC

Return to Bug #76685 | Download this patch
Patch Revisions:

Developer: xrobau@gmail.com

diff -ur xmldiff-1.1.2/php_xmldiff.h xmldiff-1.1.2_fixed/php_xmldiff.h
--- xmldiff-1.1.2/php_xmldiff.h	2015-02-03 18:03:06.000000000 +0000
+++ xmldiff-1.1.2_fixed/php_xmldiff.h	2018-07-30 21:22:24.696451757 +0000
@@ -64,13 +64,14 @@
 #include "TSRM.h"
 #endif
 
-#include "ext/libxml/php_libxml.h"
-#include "ext/dom/xml_common.h"
-
 #ifdef __cplusplus
 } /* extern C */
 #endif
 
+#include "ext/libxml/php_libxml.h"
+#include "ext/dom/xml_common.h"
+
+
 extern zend_module_entry xmldiff_module_entry;
 #define phpext_xmldiff_ptr &xmldiff_module_entry
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC