- ditch warnings
[m6w6/ext-http] / http_querystring_object.c
index dab3dae504c61de0a75294d2262461faa23734fb..299a5616e83453b3fb151ab4dd081d9aa878bacd 100644 (file)
@@ -549,6 +549,7 @@ HTTP_QUERYSTRING_GETTER(getObject, IS_OBJECT);
 /* {{{ proto bool HttpQueryString::iconv(string ie, string oe)
  *
  * Converts the query string from the source encoding ie to the target encoding oe.
+ * WARNING: Don't use any character set that can contain NUL bytes like UTF-16.
  *
  * Returns TRUE on success or FALSE on failure.
  */