X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_exception_object.h;h=c3804c2e1928f5f6855884edaef217a3d3462619;hp=f309035429a44fd78bc1717ae9cbc01098cbc553;hb=e103c61ca14d22e9507379810e980075c8323ca3;hpb=d846c6b54ce494f8d6723d7c1442995a26b48485 diff --git a/php_http_exception_object.h b/php_http_exception_object.h index f309035..c3804c2 100644 --- a/php_http_exception_object.h +++ b/php_http_exception_object.h @@ -19,12 +19,11 @@ #define PHP_HTTP_EXCEPTION_OBJECT_H #ifdef ZEND_ENGINE_2 +PHP_MINIT_FUNCTION(http_exception_object); + extern zend_class_entry *http_exception_object_ce; extern zend_function_entry http_exception_object_fe[]; -#define http_exception_object_init() _http_exception_object_init(INIT_FUNC_ARGS_PASSTHRU) -extern void _http_exception_object_init(INIT_FUNC_ARGS); - #define http_exception_get_default _http_exception_get_default extern zend_class_entry *_http_exception_get_default();