diff options
Diffstat (limited to 'ext/standard/php_http.h')
-rw-r--r-- | ext/standard/php_http.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h index 468fd0508c..0979348314 100644 --- a/ext/standard/php_http.h +++ b/ext/standard/php_http.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2013 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -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, |