mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove some usages of hashtable internals
This commit is contained in:
parent
6006a3ed51
commit
eaf44ec397
7 changed files with 30 additions and 87 deletions
|
@ -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);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue