X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_util_object.c;h=a97984d7bea76f5f3a6d8a2319852a92a89535fd;hp=5829c194d539e0c56061bc8ddae35163f2daa67a;hb=e103c61ca14d22e9507379810e980075c8323ca3;hpb=d846c6b54ce494f8d6723d7c1442995a26b48485 diff --git a/http_util_object.c b/http_util_object.c index 5829c19..a97984d 100644 --- a/http_util_object.c +++ b/http_util_object.c @@ -135,9 +135,10 @@ zend_function_entry http_util_object_fe[] = { EMPTY_FUNCTION_ENTRY }; -void _http_util_object_init(INIT_FUNC_ARGS) +PHP_MINIT_FUNCTION(http_util_object) { HTTP_REGISTER_CLASS(HttpUtil, http_util_object, NULL, 0); + return SUCCESS; } #endif /* ZEND_ENGINE_2 */