X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_object.h;h=975d1503743c37d6011c21371d1481da9cf97ca1;hp=0d0ca921154388f39b24f716f37ff63297d0755e;hb=0e89d506db19cab9581a7317e0494001941a8c70;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405 diff --git a/php_http_object.h b/php_http_object.h index 0d0ca92..975d150 100644 --- a/php_http_object.h +++ b/php_http_object.h @@ -31,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