mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use new ZEND_HASH_FOREACH_... API.
This commit is contained in:
parent
4a875e18fd
commit
1eb4352143
13 changed files with 85 additions and 199 deletions
|
@ -168,10 +168,6 @@ PHPAPI void * _mysqlnd_plugin_find(const char * const name)
|
|||
/* {{{ _mysqlnd_plugin_apply_with_argument */
|
||||
PHPAPI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument)
|
||||
{
|
||||
/* Note: We want to be thread-safe (read-only), so we can use neither
|
||||
* zend_hash_apply_with_argument nor zend_hash_internal_pointer_reset and
|
||||
* friends
|
||||
*/
|
||||
zval *val;
|
||||
int result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue