X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_object.h;h=975d1503743c37d6011c21371d1481da9cf97ca1;hp=c4ede0e6e0130aea437789580cb6c07eee9770c7;hb=4407379af8d886b627c88572e9da69c38cdbda58;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_object.h b/php_http_object.h index c4ede0e..975d150 100644 --- a/php_http_object.h +++ b/php_http_object.h @@ -6,12 +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 $ */ - #ifndef PHP_HTTP_OBJECT_H #define PHP_HTTP_OBJECT_H @@ -33,11 +31,11 @@ extern zend_object_value php_http_object_new_ex(zend_class_entry *ce, void *noth PHP_HTTP_API zend_error_handling_t php_http_object_get_error_handling(zval *object TSRMLS_DC); -PHP_METHOD(HttpObject, factory); PHP_METHOD(HttpObject, setErrorHandling); PHP_METHOD(HttpObject, getErrorHandling); PHP_METHOD(HttpObject, setDefaultErrorHandling); PHP_METHOD(HttpObject, getDefaultErrorHandling); +PHP_METHOD(HttpObject, triggerError); #endif