Last active
February 1, 2017 17:39
-
-
Save avsej/eb1a626b73280a95a82c26e546c3e602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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