mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- Fix function signature
This commit is contained in:
parent
c9fcda7079
commit
74e6d53ce4
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ static void print_modules(TSRMLS_D)
|
||||||
zend_hash_destroy(&sorted_registry);
|
zend_hash_destroy(&sorted_registry);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC)
|
static int print_extension_info(zend_extension *ext TSRMLS_DC)
|
||||||
{
|
{
|
||||||
php_printf("%s\n", ext->name);
|
php_printf("%s\n", ext->name);
|
||||||
return ZEND_HASH_APPLY_KEEP;
|
return ZEND_HASH_APPLY_KEEP;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue