File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
/* $Id$ */
22
22
23
- #ifndef _SIMPLEXML_H_
24
- #define _SIMPLEXML_H_
23
+ #ifndef PHP_SIMPLEXML_EXPORTS_H
24
+ #define PHP_SIMPLEXML_EXPORTS_H
25
25
26
26
#include "php_simplexml.h"
27
27
@@ -52,7 +52,7 @@ php_sxe_fetch_object(zval *object TSRMLS_DC)
52
52
ZEND_API void php_sxe_reset_iterator (php_sxe_object * sxe TSRMLS_DC );
53
53
ZEND_API void php_sxe_move_forward_iterator (php_sxe_object * sxe TSRMLS_DC );
54
54
55
- #endif /* _SIMPLEXML_H_ */
55
+ #endif /* PHP_SIMPLEXML_EXPORTS_H */
56
56
57
57
/**
58
58
* Local Variables:
Original file line number Diff line number Diff line change 31
31
#include "ext/standard/info.h"
32
32
#include "ext/standard/php_string.h"
33
33
#include "php_simplexml.h"
34
- #include "simplexml .h"
34
+ #include "php_simplexml_exports .h"
35
35
#include "zend_default_classes.h"
36
36
#include "zend_interfaces.h"
37
37
#if HAVE_SPL && !defined(COMPILE_DL_SPL )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ zend_class_entry *spl_ce_SimpleXMLIterator = NULL;
35
35
36
36
#if HAVE_LIBXML && HAVE_SIMPLEXML
37
37
38
- #include "ext/simplexml/simplexml .h"
38
+ #include "ext/simplexml/php_simplexml_exports .h"
39
39
40
40
SPL_METHOD (SimpleXMLIterator , rewind ) /* {{{ */
41
41
{
You can’t perform that action at this time.
0 commit comments