Skip to content

Instantly share code, notes, and snippets.

@avsej
Last active February 1, 2017 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsej/eb1a626b73280a95a82c26e546c3e602 to your computer and use it in GitHub Desktop.
Save avsej/eb1a626b73280a95a82c26e546c3e602 to your computer and use it in GitHub Desktop.
diff -Nru couchbase-2.2.4/couchbase.c couchbase-2.2.4.orig/couchbase.c
--- couchbase-2.2.4/couchbase.c 2016-12-26 21:29:05.000000000 +0200
+++ couchbase-2.2.4.orig/couchbase.c 2017-02-01 19:33:27.771468268 +0200
@@ -94,7 +94,7 @@
static void php_extname_init_globals(zend_couchbase_globals *couchbase_globals)
{
-#ifdef COMPILE_DL_COUCHBASE && defined(ZTS)
+#if defined(COMPILE_DL_COUCHBASE) && defined(ZTS)
ZEND_TSRMLS_CACHE_UPDATE();
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment