mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add support for sensitive parameters in stubs
This commit is contained in:
parent
49951165f0
commit
debd38f851
27 changed files with 172 additions and 67 deletions
|
@ -166,7 +166,7 @@ PHP_MINIT_FUNCTION(exif)
|
|||
{
|
||||
REGISTER_INI_ENTRIES();
|
||||
|
||||
register_exif_consts(module_number);
|
||||
register_exif_symbols(module_number);
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue