X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_object.c;h=215ae8cbceca9b0713ce4af03d0674e2e18b1718;hb=a5bf469d59f8b88f00a8497599fd6388165af735;hp=13252e681d4b327512269d1ec8d0e0c5cc1dfd92;hpb=36804b1c685fc8dd7dfb84534d0a84bda5464810;p=m6w6%2Fext-http diff --git a/php_http_object.c b/php_http_object.c index 13252e6..215ae8c 100644 --- a/php_http_object.c +++ b/php_http_object.c @@ -6,13 +6,10 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id: http_api.c 300299 2010-06-09 06:23:16Z mike $ */ - - #include "php_http.h" STATUS php_http_new(zend_object_value *ov, zend_class_entry *ce, php_http_new_t create, zend_class_entry *parent_ce, void *intern_ptr, void **obj_ptr TSRMLS_DC)