- created branch R_1_5
[m6w6/ext-http] / http_requestpool_object.c
index 3a203eff75925b013391a2022374dd1664babdb9..3e81a6a4c7d3d8f5d06eda67ff56cdb62277ec79 100644 (file)
@@ -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 <mike@php.net>            |
+    | Copyright (c) 2004-2007, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -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)
 
-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);