Remove some usages of hashtable internals

This commit is contained in:
Nikita Popov 2014-04-07 20:46:45 +02:00
parent 6006a3ed51
commit eaf44ec397
7 changed files with 30 additions and 87 deletions

View file

@ -61,7 +61,7 @@ PHPAPI void
mysqlnd_reverse_api_register_api(MYSQLND_REVERSE_API * apiext TSRMLS_DC)
{
zend_hash_add(&mysqlnd_api_ext_ht, apiext->module->name, strlen(apiext->module->name) + 1, &apiext,
sizeof(MYSQLND_REVERSE_API), NULL);
sizeof(MYSQLND_REVERSE_API *), NULL);
}
/* }}} */