- prepare for working static properties in PHP_5_1
[m6w6/ext-http] / php_http_response_object.h
index 8a8e41ba9b1f14e2a89484a0135535c5f889e580..6472a318235ce51c72d2b57e69104b79a96c204b 100644 (file)
@@ -19,7 +19,9 @@
 #define PHP_HTTP_RESPONSE_OBJECT_H
 #ifdef ZEND_ENGINE_2
 
-extern HashTable http_response_statics;
+#include "missing.h"
+
+#ifndef WONKY
 
 extern zend_class_entry *http_response_object_ce;
 extern zend_function_entry http_response_object_fe[];
@@ -60,6 +62,7 @@ PHP_METHOD(HttpResponse, status);
 PHP_METHOD(HttpResponse, getRequestHeaders);
 PHP_METHOD(HttpResponse, getRequestBody);
 
+#endif
 #endif
 #endif