X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_requestpool_object.c;h=92d13c439319d3fc8a7c563100c538d6344ba759;hp=f312b7fad55664945205def9337f28af62fa38a3;hb=fc42cf454f14d7ddd13d34a7b6add61de1bdd1a3;hpb=ffc893b125c6cc9b385a68a357b08ba2cc4e91f6 diff --git a/http_requestpool_object.c b/http_requestpool_object.c index f312b7f..92d13c4 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -144,7 +144,15 @@ void _http_requestpool_object_free(zend_object *object TSRMLS_DC) * * Instantiate a new HttpRequestPool object. An HttpRequestPool is * able to send several HttpRequests in parallel. + * + * WARNING: Don't attach/detach HttpRequest objects to the HttpRequestPool + * object while you're using the implemented Interator interface. * + * Accepts virtual infinite optional parameters each referencing an + * HttpRequest object. + * + * Throws HttpRequestException, HttpRequestPoolException, HttpInvalidParamException. + * * Example: *
  * 
  *