X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_requestdatashare_object.h;h=9c0dd370e2ccc1de8505a0f66b43a8911a9a970c;hp=b6f43bf2b5f26ebe402ceded28566066a68e3ebe;hb=aca5a5a21e4514707a71cfa69cc19ae50a78f5d3;hpb=0eccfc06147e6b5559f871cd1a1332abf6a9b526 diff --git a/php_http_requestdatashare_object.h b/php_http_requestdatashare_object.h index b6f43bf..9c0dd37 100644 --- a/php_http_requestdatashare_object.h +++ b/php_http_requestdatashare_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-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -38,6 +38,7 @@ PHP_METHOD(HttpRequestDataShare, count); PHP_METHOD(HttpRequestDataShare, attach); PHP_METHOD(HttpRequestDataShare, detach); PHP_METHOD(HttpRequestDataShare, reset); +PHP_METHOD(HttpRequestDataShare, factory); #ifndef WONKY PHP_METHOD(HttpRequestDataShare, singleton); #endif