projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
516f722
)
fix typo
author
Michael Wallner
<mike@php.net>
Sun, 6 Nov 2011 15:26:13 +0000
(15:26 +0000)
committer
Michael Wallner
<mike@php.net>
Sun, 6 Nov 2011 15:26:13 +0000
(15:26 +0000)
php_http_url.c
patch
|
blob
|
history
diff --git
a/php_http_url.c
b/php_http_url.c
index 8170bc3e728894d2129f99c227a9d8d729e81cd0..fd4ec2bf11db3f06cec4d0cc5080c24dcd3387d2 100644
(file)
--- a/
php_http_url.c
+++ b/
php_http_url.c
@@
-335,7
+335,7
@@
PHP_HTTP_API STATUS php_http_url_encode_hash(HashTable *hash, const char *pre_en
php_http_buffer_append(qstr, pre_encoded_str, pre_encoded_len);
}
- if (SUCCESS != php_http_url_encode_hash_ex(hash, qstr, arg_sep_str, arg_sep_len, ZEND_STR
S
("="), NULL, 0 TSRMLS_CC)) {
+ if (SUCCESS != php_http_url_encode_hash_ex(hash, qstr, arg_sep_str, arg_sep_len, ZEND_STR
L
("="), NULL, 0 TSRMLS_CC)) {
php_http_buffer_free(&qstr);
return FAILURE;
}