- changed HttpRequest::getHistory() to return a real property
[m6w6/ext-http] / php_http_request_object.h
index ebd5bf532222d02fc7de2014c72520f0379b8a2c..4d2ab24f51fbe0108049669d708fd18cd3232952 100644 (file)
@@ -23,7 +23,6 @@ typedef struct {
        zend_object zo;
        http_request *request;
        http_request_pool *pool;
-       phpstr history;
 } http_request_object;
 
 extern zend_class_entry *http_request_object_ce;