- remove arginfo on ctor
authorMichael Wallner <mike@php.net>
Tue, 6 Feb 2007 10:31:38 +0000 (10:31 +0000)
committerMichael Wallner <mike@php.net>
Tue, 6 Feb 2007 10:31:38 +0000 (10:31 +0000)
http_requestpool_object.c

index 3a203eff75925b013391a2022374dd1664babdb9..8e6369e4a405b5034078fec034ce63c61ff565e2 100644 (file)
@@ -35,11 +35,7 @@ extern PHPAPI zend_class_entry *spl_ce_Countable;
 #define HTTP_EMPTY_ARGS(method)                                HTTP_EMPTY_ARGS_EX(HttpRequestPool, method, 0)
 #define HTTP_REQPOOL_ME(method, visibility)    PHP_ME(HttpRequestPool, method, HTTP_ARGS(HttpRequestPool, method), visibility)
 
 #define HTTP_EMPTY_ARGS(method)                                HTTP_EMPTY_ARGS_EX(HttpRequestPool, method, 0)
 #define HTTP_REQPOOL_ME(method, visibility)    PHP_ME(HttpRequestPool, method, HTTP_ARGS(HttpRequestPool, method), visibility)
 
-HTTP_BEGIN_ARGS(__construct, 0)
-       HTTP_ARG_OBJ(HttpRequest, request0, 0)
-       HTTP_ARG_OBJ(HttpRequest, request1, 0)
-       HTTP_ARG_OBJ(HttpRequest, requestN, 0)
-HTTP_END_ARGS;
+HTTP_EMPTY_ARGS(__construct);
 
 HTTP_EMPTY_ARGS(__destruct);
 HTTP_EMPTY_ARGS(reset);
 
 HTTP_EMPTY_ARGS(__destruct);
 HTTP_EMPTY_ARGS(reset);