- fix typo
[m6w6/ext-http] / KnownIssues.txt
index ea870ec95f444dcb873b85f487fbcc68ab3c3c2a..fac8a3cf98c27fca67b7348c522ddccd6e98e674 100644 (file)
@@ -18,5 +18,7 @@ not check for zlib header bytes.  This is not preventable AFAICS.
 not work as expected in a PHP version lower than 5.1.3.
 
 Internals:
-       -       our http_urlencode_hash() only handles arrays and does not
-               differentiate between prefixes for numeric or string keys.
+       -       our http_urlencode_hash() does not differentiate between prefixes
+               for numeric or string keys.
+       -       detaching a request from a pool in its progress callback causes
+               all sorts of memory errors