From fc42cf454f14d7ddd13d34a7b6add61de1bdd1a3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 5 Oct 2005 11:39:34 +0000 Subject: [PATCH 1/1] - better inline docs, part #4 --- http_requestpool_object.c | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) 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: *
  * 
  *