X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_util_object.c;h=54baa0b106b8891f7b179016afb2b2007997cb39;hp=123c83d59cdd9a82d5fd2bed94f7d0848d7d6200;hb=64b8eb68455c36e7e153014deaf52a6f9d2de39c;hpb=e47ee304be6758fbbfd238476f8a6bda9090fe12 diff --git a/http_util_object.c b/http_util_object.c index 123c83d..54baa0b 100644 --- a/http_util_object.c +++ b/http_util_object.c @@ -19,14 +19,14 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif - #include "php.h" + +#ifdef ZEND_ENGINE_2 + #include "php_http.h" #include "php_http_std_defs.h" #include "php_http_util_object.h" -#ifdef ZEND_ENGINE_2 - HTTP_DECLARE_ARG_PASS_INFO(); zend_class_entry *http_util_object_ce;