X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_requestpool_object.h;h=51a1dcc64b20e036a1fe29f5f40f67e555d0152e;hb=1ff52a3e07565d94dab3eccb485aba28c0d10b84;hp=ba0c900db901b5b40901a99934469ec567a5fe1a;hpb=aca5a5a21e4514707a71cfa69cc19ae50a78f5d3;p=m6w6%2Fext-http diff --git a/php_http_requestpool_object.h b/php_http_requestpool_object.h index ba0c900..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-2007, 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