summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2014-09-20 22:42:02 +0200
committerNikita Popov <nikic@php.net>2014-09-21 20:49:39 +0200
commite33f3d3b7c9a69fe069484045a27d282aa98b00e (patch)
tree90e1513cf7384f8b80c5278601ba3ed1d20c9636 /ext/libxml
parente1fe5cb8c2ba47581c079d2b91e2fede29181dfe (diff)
downloadphp-git-e33f3d3b7c9a69fe069484045a27d282aa98b00e.tar.gz
Move smart_str implementation into Zend/
So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/php_libxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index b06462db28..9518654b5b 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -34,7 +34,7 @@ extern zend_module_entry libxml_module_entry;
# define PHP_LIBXML_API
#endif
-#include "ext/standard/php_smart_str.h"
+#include "zend_smart_str_public.h"
#include <libxml/tree.h>
#define LIBXML_SAVE_NOEMPTYTAG 1<<2