support PostgreSQL down to 9.0; JSON is optional
[m6w6/ext-pq] / src / php_pq_misc.c
index 7dfd2a52bb88f2227283697ec8d667a4b156ad01..2bc430c7c57202d3e5f45d765942034477de585a 100644 (file)
@@ -17,9 +17,6 @@
 #include <php.h>
 #include <ext/date/php_date.h>
 #include <ext/standard/php_string.h>
-#if defined(HAVE_JSON) && !defined(COMPILE_DL_JSON)
-#      include <ext/json/php_json.h>
-#endif
 
 #include <Zend/zend_interfaces.h>