mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +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);
|
||||
}
|
||||
|
||||
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);
|
||||
return ZEND_HASH_APPLY_KEEP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue