diff options
| author | Andrey Hristov <andrey@php.net> | 2009-09-30 23:34:56 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2009-09-30 23:34:56 +0000 |
| commit | 2f81bcd44bf57126300a6e125d39365158f27d2c (patch) | |
| tree | 7288da069673b82412e797844a07d38b752818e6 /ext/mysqlnd/mysqlnd_wireprotocol.c | |
| parent | ba5c40b2ad4acf4c7327098728325899cc020266 (diff) | |
| download | php-git-2f81bcd44bf57126300a6e125d39365158f27d2c.tar.gz | |
Fix ZTS build
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.c')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.c b/ext/mysqlnd/mysqlnd_wireprotocol.c index 207dcbcbac..cc0697cd0b 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.c +++ b/ext/mysqlnd/mysqlnd_wireprotocol.c @@ -1373,8 +1373,10 @@ void php_mysqlnd_rowp_read_binary_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffe zend_uchar *null_ptr, bit; zval **current_field, **end_field, **start_field; zend_bool as_unicode = conn->options.numeric_and_datetime_as_unicode; +#ifdef USE_ZVAL_CACHE zend_bool allocated; void *obj; +#endif DBG_ENTER("php_mysqlnd_rowp_read_binary_protocol"); |
