Skip to content

Commit 3e4b977

Browse files
committed
Remove PHP_XML_INTERNAL defines
This macro is no longer used.
1 parent 178dcd4 commit 3e4b977

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ext/libxml/libxml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "php.h"
2525
#include "SAPI.h"
2626

27-
#define PHP_XML_INTERNAL
2827
#include "zend_variables.h"
2928
#include "ext/standard/php_string.h"
3029
#include "ext/standard/info.h"

ext/wddx/wddx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "php_wddx.h"
2929
#include "php_wddx_api.h"
3030

31-
#define PHP_XML_INTERNAL
3231
#include "ext/xml/php_xml.h"
3332
#include "ext/standard/php_incomplete_class.h"
3433
#include "ext/standard/base64.h"

ext/xml/xml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#include "php.h"
2626

27-
#define PHP_XML_INTERNAL
2827
#include "zend_variables.h"
2928
#include "ext/standard/php_string.h"
3029
#include "ext/standard/info.h"

0 commit comments

Comments
 (0)