X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_response_object.h;h=70b8783b694adbeaf04e83c9f6a9e01a7fccd2aa;hp=fbc15276a3cc373354281988882ab95d6484e24e;hb=f045f8949f2deb94530b7bca18f85aaa8d5c7d58;hpb=2b3353e31dd2ca3e06b714688c651c38b3958c44 diff --git a/php_http_response_object.h b/php_http_response_object.h index fbc1527..70b8783 100644 --- a/php_http_response_object.h +++ b/php_http_response_object.h @@ -19,6 +19,8 @@ #define PHP_HTTP_RESPONSE_OBJECT_H #ifdef ZEND_ENGINE_2 +extern HashTable http_response_statics; + extern zend_class_entry *http_response_object_ce; extern zend_function_entry http_response_object_fe[];