summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.h
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/standard/url_scanner_ex.h
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/standard/url_scanner_ex.h')
-rw-r--r--ext/standard/url_scanner_ex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/url_scanner_ex.h b/ext/standard/url_scanner_ex.h
index 00dd9fbfb0..3c5b68c95b 100644
--- a/ext/standard/url_scanner_ex.h
+++ b/ext/standard/url_scanner_ex.h
@@ -31,7 +31,7 @@ PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, co
PHPAPI int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlencode TSRMLS_DC);
PHPAPI int php_url_scanner_reset_vars(TSRMLS_D);
-#include "php_smart_str_public.h"
+#include "zend_smart_str_public.h"
typedef struct {
/* Used by the mainloop of the scanner */