X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_url.c;h=b55b7d7028d109532fe25d5f13e8da9751b20423;hb=707ee66a824e2bb5daad723f75682aea777b09a3;hp=8170bc3e728894d2129f99c227a9d8d729e81cd0;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405;p=m6w6%2Fext-http diff --git a/php_http_url.c b/php_http_url.c index 8170bc3..b55b7d7 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -10,10 +10,7 @@ +--------------------------------------------------------------------+ */ -#include "php_http.h" - -#include
-#include +#include "php_http_api.h" static inline char *localhostname(void) { @@ -246,7 +243,7 @@ PHP_HTTP_API void php_http_url(int flags, const php_url *old_url, const php_url /* .. at the end */ ptr[1] = '\0'; } - /* fallthrough */ + /* no break */ default: /* something else */ @@ -335,7 +332,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; }