- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
[m6w6/ext-http] / php_http.h
index ca291374e2759e04f6efbc41a80fa53f5b2529dc..0c00e662093555c77117ab091e9e325738f857c3 100644 (file)
@@ -47,6 +47,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
        char curlerr[CURL_ERROR_SIZE + 1];
 #      endif
        zend_llist to_free;
+       zval message_object_tmp_property;
 #endif /* HTTP_HAVE_CURL */
 ZEND_END_MODULE_GLOBALS(http)