summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/libxml/libxml.c1
-rw-r--r--ext/wddx/wddx.c1
-rw-r--r--ext/xml/xml.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 3d45411f94..c12b9a1d9c 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -24,7 +24,6 @@
#include "php.h"
#include "SAPI.h"
-#define PHP_XML_INTERNAL
#include "zend_variables.h"
#include "ext/standard/php_string.h"
#include "ext/standard/info.h"
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index e08c44d75a..58930d779d 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.c
@@ -28,7 +28,6 @@
#include "php_wddx.h"
#include "php_wddx_api.h"
-#define PHP_XML_INTERNAL
#include "ext/xml/php_xml.h"
#include "ext/standard/php_incomplete_class.h"
#include "ext/standard/base64.h"
diff --git a/ext/xml/xml.c b/ext/xml/xml.c
index c966cf685f..5d85b3aa3d 100644
--- a/ext/xml/xml.c
+++ b/ext/xml/xml.c
@@ -24,7 +24,6 @@
#include "php.h"
-#define PHP_XML_INTERNAL
#include "zend_variables.h"
#include "ext/standard/php_string.h"
#include "ext/standard/info.h"