X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_exception_object.h;h=214b85dc4aad45142d674651ee0a4da6afe64e9b;hp=9cf42cb83b22b9e3db6d98b70ee01333c732a259;hb=f25310e793f05996d99ac7476cc1f2437e5bfb0e;hpb=9676c81efbb8f180fa189d71a7ecb50dde4f5646 diff --git a/php_http_exception_object.h b/php_http_exception_object.h index 9cf42cb..214b85d 100644 --- a/php_http_exception_object.h +++ b/php_http_exception_object.h @@ -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 | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -44,6 +44,8 @@ extern zend_class_entry *_http_exception_get_default(); #define http_exception_get_for_code(c) _http_exception_get_for_code(c) extern zend_class_entry *_http_exception_get_for_code(long code); +PHP_METHOD(HttpException, __toString); + #endif #endif