]> granicus.if.org Git - php/commitdiff
- ws
authorPierre Joye <pajoye@php.net>
Tue, 9 Jun 2009 09:51:56 +0000 (09:51 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 9 Jun 2009 09:51:56 +0000 (09:51 +0000)
ext/mysqlnd/php_mysqlnd.c

index 7ebb748024d0f91f2debd86afab62746b99d353f..4be369b8529ab753488f693185c6f255f63472b2 100644 (file)
@@ -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;