From c00424e427930a33e6d8645cc3f23fb78ed29b9f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 15 Oct 2014 09:37:55 +0200 Subject: bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream --- ext/gd/libgd/gdkanji.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/gd/libgd/gdkanji.c') diff --git a/ext/gd/libgd/gdkanji.c b/ext/gd/libgd/gdkanji.c index 84096cd3f8..37f3bd10a0 100644 --- a/ext/gd/libgd/gdkanji.c +++ b/ext/gd/libgd/gdkanji.c @@ -74,6 +74,7 @@ error (const char *format,...) { va_list args; char *tmp; + TSRMLS_FETCH(); va_start(args, format); vspprintf(&tmp, 0, format, args); -- cgit v1.2.1