separate php_http_env_response and implement content encoding
[m6w6/ext-http] / php_http.h
index 822ac1d9b013c456e0b400254e6cfea2f46aec76..b1bc57c4d6cacca6c9c17e81279e00a04733fb40 100644 (file)
@@ -87,6 +87,7 @@ extern void _dpf(int type, const char *data, size_t length);
 #include "php_http_cookie.h"
 #include "php_http_encoding.h"
 #include "php_http_env.h"
+#include "php_http_env_response.h"
 #include "php_http_etag.h"
 #include "php_http_exception.h"
 #include "php_http_fluently_callable.h"