X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_message_object.c;h=c61999164749954a50e77ea1e71d2e7d95abb31f;hp=c26a2f196a3c595d8e238ad9b8dd3e826871ca67;hb=902d195a198f4976c8ff081a95cdd3e315c14f5f;hpb=e47ee304be6758fbbfd238476f8a6bda9090fe12 diff --git a/http_message_object.c b/http_message_object.c index c26a2f1..c619991 100644 --- a/http_message_object.c +++ b/http_message_object.c @@ -19,17 +19,16 @@ #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_message_object.h" #include "phpstr/phpstr.h" -#ifdef ZEND_ENGINE_2 - #define http_message_object_declare_default_properties() _http_message_object_declare_default_properties(TSRMLS_C) static inline void _http_message_object_declare_default_properties(TSRMLS_D); #define http_message_object_read_prop _http_message_object_read_prop