Fix pdo build, forgot to remove the zval caching from pdo-mysql

This commit is contained in:
Andrey Hristov 2009-12-10 09:35:10 +00:00
parent 01eae78ec3
commit c8c250df80
3 changed files with 3 additions and 35 deletions

View file

@ -63,8 +63,6 @@ static inline void PDO_DBG_ENTER(char *func_name) {}
#ifdef PDO_USE_MYSQLND
ZEND_BEGIN_MODULE_GLOBALS(pdo_mysql)
MYSQLND_THD_ZVAL_PCACHE *mysqlnd_thd_zval_cache;
long cache_size;
#ifndef PHP_WIN32
char *default_socket;
#endif