mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix pdo build, forgot to remove the zval caching from pdo-mysql
This commit is contained in:
parent
01eae78ec3
commit
c8c250df80
3 changed files with 3 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue