Add support for sensitive parameters in stubs

This commit is contained in:
Máté Kocsis 2022-06-02 15:11:48 +02:00
parent 49951165f0
commit debd38f851
27 changed files with 172 additions and 67 deletions

View file

@ -166,7 +166,7 @@ PHP_MINIT_FUNCTION(exif)
{
REGISTER_INI_ENTRIES();
register_exif_consts(module_number);
register_exif_symbols(module_number);
return SUCCESS;
}