X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message_object.h;h=5e87b59b43e846d8728fdc7cea4a08c5b2f75526;hp=399aca3c008b12d9f44128a5590de4f8473544cf;hb=27d26668aa55316946f376d1fc4a8014c5fb4de7;hpb=80fd11fc5b72c8fadea499aec6e617d415334c2d diff --git a/php_http_message_object.h b/php_http_message_object.h index 399aca3..5e87b59 100644 --- a/php_http_message_object.h +++ b/php_http_message_object.h @@ -24,6 +24,7 @@ typedef struct { zend_object zo; http_message *message; + zval _tmp_property; } http_message_object; extern zend_class_entry *http_message_object_ce;