- implement more of those useful allocation relays
[m6w6/ext-http] / php_http_request_object.h
index c0aaebf9a382804c5e1bb707f5851295833b65c6..ca092ee3b2f2cb610a90b56bc3cea990a03b8b4f 100644 (file)
@@ -21,7 +21,7 @@
 
 typedef struct {
        zend_object zo;
 
 typedef struct {
        zend_object zo;
-       http_request request;
+       http_request *request;
        http_request_pool *pool;
        phpstr history;
 } http_request_object;
        http_request_pool *pool;
        phpstr history;
 } http_request_object;