X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_util_object.c;h=54baa0b106b8891f7b179016afb2b2007997cb39;hb=f6280c0f47b07d5c6079f7074491b6173c89599f;hp=123c83d59cdd9a82d5fd2bed94f7d0848d7d6200;hpb=e47ee304be6758fbbfd238476f8a6bda9090fe12;p=m6w6%2Fext-http 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;