X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_requestpool_object.h;h=51a1dcc64b20e036a1fe29f5f40f67e555d0152e;hp=7c7f6944883faf9999c51ddbc38e79f5fd6553a5;hb=refs%2Fheads%2Fv1.7.x;hpb=2eeaaf92d18d81751c5a52dcc7c1dbdfbcdfc28c diff --git a/php_http_requestpool_object.h b/php_http_requestpool_object.h index 7c7f694..51a1dcc 100644 --- a/php_http_requestpool_object.h +++ b/php_http_requestpool_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2006, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -52,6 +52,7 @@ PHP_METHOD(HttpRequestPool, count); PHP_METHOD(HttpRequestPool, getAttachedRequests); PHP_METHOD(HttpRequestPool, getFinishedRequests); PHP_METHOD(HttpRequestPool, enablePipelining); +PHP_METHOD(HttpRequestPool, enableEvents); #endif #endif