X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http.c;h=795a3a54d32387ff1c306a9f587e89dd58035100;hb=d9a5eb7f270247c44f4ff78c1f5d03d520e8fec0;hp=afa95b789c593459b2b5b794f2dea3584bdc8633;hpb=92cb4a624a2da6facfea66004bce886877933bcb;p=m6w6%2Fext-http diff --git a/http.c b/http.c index afa95b7..795a3a5 100644 --- a/http.c +++ b/http.c @@ -18,7 +18,7 @@ #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS #ifdef HAVE_CONFIG_H -#include "config.h" +# include "config.h" #endif #include "php.h" @@ -32,27 +32,20 @@ #include "php_http_api.h" #ifdef ZEND_ENGINE_2 -#include "ext/standard/php_http.h" +# include "ext/standard/php_http.h" #endif #ifdef HTTP_HAVE_CURL -#ifdef PHP_WIN32 -#include -#include -#endif +# ifdef PHP_WIN32 +# include +# include +# endif -#include -#endif - -ZEND_DECLARE_MODULE_GLOBALS(http) - -#ifdef COMPILE_DL_HTTP -ZEND_GET_MODULE(http) -#endif +# include /* {{{ ARG_INFO */ -#ifdef ZEND_BEGIN_ARG_INFO +# ifdef ZEND_BEGIN_ARG_INFO ZEND_BEGIN_ARG_INFO(http_request_info_ref_3, 0) ZEND_ARG_PASS_INFO(0) ZEND_ARG_PASS_INFO(0) @@ -65,11 +58,20 @@ ZEND_BEGIN_ARG_INFO(http_request_info_ref_4, 0) ZEND_ARG_PASS_INFO(0) ZEND_ARG_PASS_INFO(1) ZEND_END_ARG_INFO(); -#else +# else static unsigned char http_request_info_ref_3[] = {3, BYREF_NONE, BYREF_NONE, BYREF_FORCE}; static unsigned char http_request_info_ref_4[] = {4, BYREF_NONE, BYREF_NONE, BYREF_NONE, BYREF_FORCE}; +# endif +/* }}} ARG_INFO */ + +#endif /* HTTP_HAVE_CURL */ + +ZEND_DECLARE_MODULE_GLOBALS(http) + +#ifdef COMPILE_DL_HTTP +ZEND_GET_MODULE(http) #endif -/* }}}*/ + /* {{{ http_functions[] */ function_entry http_functions[] = {