remove rinit and json dep in favor of pecl/json_post and pecl/apfd
[m6w6/ext-http] / php_http_api.h
index 5bddb0c42e670a69fe0bdc6049614b97953354f5..ec18293dc125d9c2e7930a6a4eb29c86de69d7a2 100644 (file)
@@ -52,9 +52,7 @@ typedef int STATUS;
 #      define PHP_HTTP_HAVE_HASH
 #endif
 
-#if (defined(HAVE_JSON) || defined(PHP_HTTP_HAVE_EXT_JSON)) && (PHP_HTTP_SHARED_DEPS || !defined(COMPILE_DL_JSON))
-#      define PHP_HTTP_HAVE_JSON
-#endif
+#include <stddef.h>
 
 #ifdef PHP_WIN32
 #      define CURL_STATICLIB
@@ -79,7 +77,6 @@ typedef int STATUS;
 #include "php_http.h"
 
 #include "php_http_buffer.h"
-#include "php_http_strlist.h"
 #include "php_http_misc.h"
 #include "php_http_options.h"