- bloody workaround for internal class' static properties
[m6w6/ext-http] / php_http_response_object.h
index fbc15276a3cc373354281988882ab95d6484e24e..70b8783b694adbeaf04e83c9f6a9e01a7fccd2aa 100644 (file)
@@ -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[];