X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.h;h=09010f8e1685dfc940cbab433308b7e7662958ba;hb=3fcfaba41748c3fd452e84ba6da6ea2d91f28e5e;hp=4e2a7c67bc5e0c2b49f418b354c39224af60e1b8;hpb=dbc4ec02cd319000b5c8589910047cfe6d5738be;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 4e2a7c6..09010f8 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.0.0RC5-dev" +#define PHP_EXT_HTTP_VERSION "1.0.0RC5" #ifdef HAVE_CONFIG_H # include "config.h" @@ -33,9 +33,7 @@ #ifdef HTTP_WANT_SAPI # if PHP_API_VERSION > 20041225 # define HTTP_HAVE_SAPI_RTIME -# define HTTP_GET_REQUEST_TIME() sapi_get_request_time(TSRMLS_C) # else -# define HTTP_GET_REQUEST_TIME() HTTP_G->request_time # endif # include "SAPI.h" #endif @@ -115,6 +113,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http) } send; struct _http_globals_request { + time_t time; struct _http_globals_request_methods { char *allowed; struct _http_globals_request_methods_custom { @@ -125,9 +124,6 @@ ZEND_BEGIN_MODULE_GLOBALS(http) } methods; } request; -#ifndef HTTP_HAVE_SAPI_RTIME - time_t request_time; -#endif #ifdef ZEND_ENGINE_2 zend_bool only_exceptions; #endif