separate http_env_request; add getQuer(), getPost(), getFiles()
[m6w6/ext-http] / php_http_request.h
index 96baa3634440389839f78de9f04f541ffe3c1cfa..3d7b78c1005c8e1e7ea42cdd48afdace9a29afc5 100644 (file)
@@ -6,18 +6,16 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2010, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2011, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
-/* $Id: php_http_request_api.h 292841 2009-12-31 08:48:57Z mike $ */
-
 #ifndef PHP_HTTP_REQUEST_H
 #define PHP_HTTP_REQUEST_H
 
+#include "php_http_request_method.h"
 #include "php_http_message_body.h"
 #include "php_http_message_parser.h"
-#include "php_http_request_method.h"
 
 typedef struct php_http_request_progress_state {
        struct {
@@ -152,7 +150,6 @@ struct php_http_request {
        php_http_message_parser_t *parser;
        php_http_message_t *message;
        php_http_buffer_t *buffer;
-       zval *persistent_handle_id;
 #ifdef ZTS
        void ***ts;
 #endif