diff options
Diffstat (limited to 'mongo-json.patch')
-rw-r--r-- | mongo-json.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mongo-json.patch b/mongo-json.patch deleted file mode 100644 index fe43a1f..0000000 --- a/mongo-json.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- config.m4.old 2014-02-26 14:17:31.000000000 +0100 -+++ config.m4 2014-02-26 14:22:36.000000000 +0100 -@@ -148,4 +148,13 @@ - -L$MONGO_SASL_DIR/$PHP_LIBDIR - ]) - PHP_SUBST(MONGO_SHARED_LIBADD) -+ -+fi -+ -+AC_MSG_CHECKING(for JSON) -+if test -f "$phpincludedir/ext/json/php_json.h"; then -+ AC_DEFINE(HAVE_JSON, 1, [JSON support]) -+ AC_MSG_RESULT(Yes) -+else -+ AC_MSG_RESULT(Missing json or jsonc extension) - fi |