X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_response_object.c;h=f4528f828252390421b0d64f83ba2cf1a9079c4d;hp=77fe123d94d918b7ed395de4040f2c8d43206c46;hb=f045f8949f2deb94530b7bca18f85aaa8d5c7d58;hpb=3177ba2e5ef642f38c01568afcaa547df65f3e74 diff --git a/http_response_object.c b/http_response_object.c index 77fe123..f4528f8 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -140,6 +140,8 @@ HTTP_EMPTY_ARGS(getRequestBody, 0); #define http_response_object_declare_default_properties() _http_response_object_declare_default_properties(TSRMLS_C) static inline void _http_response_object_declare_default_properties(TSRMLS_D); +HashTable http_response_statics; + zend_class_entry *http_response_object_ce; zend_function_entry http_response_object_fe[] = {