X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=ec45112770f95e670812483f4fcdd11bdef2613b;hp=61fd4c8c6c0fe979884d63516b637777b0395ad1;hb=fa976d1ff57ae5e4653a6f1a0a1bfeae06b1b6c5;hpb=9793bf6f141f2aeba5f4671264e71eaeac761f06 diff --git a/php_http.h b/php_http.h index 61fd4c8..ec45112 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "1.4.0dev" +#define PHP_EXT_HTTP_VERSION "1.4.0RC1" #ifdef HAVE_CONFIG_H # include "config.h" @@ -144,6 +144,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) zend_bool force_exit; zend_bool read_post_data; + zval *server_var; ZEND_END_MODULE_GLOBALS(http) @@ -172,7 +173,6 @@ ZEND_EXTERN_MODULE_GLOBALS(http); # define HTTP_HAVE_SPL #endif -PHP_FUNCTION(http_test); PHP_FUNCTION(http_date); PHP_FUNCTION(http_build_url); PHP_FUNCTION(http_build_str);