From 39d2996c57a991432eca023f91e92a480cabe276 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 5 Mar 2012 15:38:24 +0000 Subject: MFH: Fixed bug #61287 (A particular string fails to decompress) --- ext/zlib/php_zlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/zlib/php_zlib.h') diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index c265151abf..3d8c90cbf5 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -65,6 +65,7 @@ extern zend_module_entry php_zlib_module_entry; #define phpext_zlib_ptr zlib_module_ptr #ifdef ZTS +# include "TSRM.h" # define ZLIBG(v) TSRMG(zlib_globals_id, zend_zlib_globals *, v) #else # define ZLIBG(v) (zlib_globals.v) -- cgit v1.2.1