diff options
Diffstat (limited to 'ext/standard/php_http.h')
-rw-r--r-- | ext/standard/php_http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h index 54321b39a2..0979348314 100644 --- a/ext/standard/php_http.h +++ b/ext/standard/php_http.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ #define PHP_HTTP_H #include "php.h" -#include "php_smart_str.h" +#include "zend_smart_str.h" PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, const char *num_prefix, int num_prefix_len, |