From: Michael Wallner Date: Wed, 5 Oct 2005 11:39:34 +0000 (+0000) Subject: - better inline docs, part #4 X-Git-Tag: RELEASE_0_15_0~44 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=fc42cf454f14d7ddd13d34a7b6add61de1bdd1a3 - better inline docs, part #4 --- 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: *
  * 
  *