diff options
author | Stanislav Malyshev <stas@php.net> | 2011-01-13 07:27:46 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-01-13 07:27:46 +0000 |
commit | 9acdcd93a7289a0eade34e5294200a47c7d310dd (patch) | |
tree | 6bfb73474078d8c9ebbc56fb26821d5295127fad /ext/standard/php_http.h | |
parent | 64bbdd76c304a7f7634f67540efd5ab7ba4118ed (diff) | |
download | php-git-9acdcd93a7289a0eade34e5294200a47c7d310dd.tar.gz |
revert non-BC change in 5.3
Diffstat (limited to 'ext/standard/php_http.h')
-rw-r--r-- | ext/standard/php_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h index 6b659878f0..1492b4e3cb 100644 --- a/ext/standard/php_http.h +++ b/ext/standard/php_http.h @@ -28,7 +28,7 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, const char *num_prefix, int num_prefix_len, const char *key_prefix, int key_prefix_len, const char *key_suffix, int key_suffix_len, - zval *type, char *arg_sep, int enc_type TSRMLS_DC); + zval *type, char *arg_sep TSRMLS_DC); #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL TSRMLS_CC) PHP_FUNCTION(http_build_query); |