From 6f598e62ff8b32af98d23b79d609303b08e439c1 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 9 Dec 2009 20:21:05 +0000 Subject: Remove the zval caching from mysqlnd. It was disabled versions ago due to problems on windows, which were not debugged. Better have code that is disabled not in the core. --- ext/mysql/php_mysql_structs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/mysql/php_mysql_structs.h') diff --git a/ext/mysql/php_mysql_structs.h b/ext/mysql/php_mysql_structs.h index d1bcb4c19b..b4bc4d042c 100644 --- a/ext/mysql/php_mysql_structs.h +++ b/ext/mysql/php_mysql_structs.h @@ -125,9 +125,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql) long trace_mode; long allow_local_infile; #ifdef MYSQL_USE_MYSQLND - MYSQLND_THD_ZVAL_PCACHE *mysqlnd_thd_zval_cache; MYSQLND_QCACHE *mysqlnd_qcache; - long cache_size; #endif ZEND_END_MODULE_GLOBALS(mysql) -- cgit v1.2.1