From: Michael Wallner Date: Sun, 6 Nov 2011 15:26:13 +0000 (+0000) Subject: fix typo X-Git-Tag: DEV_2-before-client~91 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=aadfcd10e6c1c7b41fffde46411fce1679fc3b23 fix typo --- diff --git a/php_http_url.c b/php_http_url.c index 8170bc3..fd4ec2b 100644 --- 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_STRS("="), NULL, 0 TSRMLS_CC)) { + if (SUCCESS != php_http_url_encode_hash_ex(hash, qstr, arg_sep_str, arg_sep_len, ZEND_STRL("="), NULL, 0 TSRMLS_CC)) { php_http_buffer_free(&qstr); return FAILURE; }