diff options
author | Pierre Joye <pajoye@php.net> | 2009-06-09 09:51:56 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-06-09 09:51:56 +0000 |
commit | 67f88a0c3fa3b2ce91eaf39dacadfd9671ebcf19 (patch) | |
tree | df45002e1809534e8c809d847e6f4675f08e1d30 /ext/mysqlnd/php_mysqlnd.c | |
parent | 518ad7039062c3c0245f521df3ee1c55b05e2a8c (diff) | |
download | php-git-67f88a0c3fa3b2ce91eaf39dacadfd9671ebcf19.tar.gz |
- ws
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.c')
-rw-r--r-- | ext/mysqlnd/php_mysqlnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/php_mysqlnd.c b/ext/mysqlnd/php_mysqlnd.c index 7ebb748024..4be369b852 100644 --- a/ext/mysqlnd/php_mysqlnd.c +++ b/ext/mysqlnd/php_mysqlnd.c @@ -46,7 +46,7 @@ PHPAPI void mysqlnd_minfo_print_hash(zval *values) zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), - (void **)&values_entry, &pos_values) == SUCCESS) { + (void **)&values_entry, &pos_values) == SUCCESS) { TSRMLS_FETCH(); zstr string_key; uint string_key_len; |