php-src/ext/fileinfo
Nikita Popov fd5ff37db7 Make finfo_open() $magic_database nullable
Empty string was interpreted as a special value here, which indicates
that the default magic database should be used. It makes more sense
to use null for this purpose.

The documentation also explicitly mentions that null can be used.
2021-02-10 12:18:42 +01:00
..
libmagic Merge branch 'PHP-7.4' into PHP-8.0 2020-11-24 14:06:53 +01:00
tests Merge branch 'PHP-7.4' into PHP-8.0 2020-11-24 14:06:53 +01:00
config.m4 fileinfo: Upgrade to libmagic 5.39 2020-08-29 02:05:56 +02:00
config.w32 fileinfo: Upgrade to libmagic 5.39 2020-08-29 02:05:56 +02:00
create_data_file.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
CREDITS It looks like i should've taken joint response on ext/fileinfo long ago 2017-10-11 22:21:34 +02:00
data_file.c fileinfo: Followup fixes 2020-08-29 19:03:41 +02:00
fileinfo.c Make finfo_open() $magic_database nullable 2021-02-10 12:18:42 +01:00
fileinfo.stub.php Make finfo_open() $magic_database nullable 2021-02-10 12:18:42 +01:00
fileinfo_arginfo.h Make finfo_open() $magic_database nullable 2021-02-10 12:18:42 +01:00
generate_patch.sh [ci skip] Update generate_patch.sh 2020-11-24 13:38:31 +01:00
libmagic.patch Merge branch 'PHP-7.4' into PHP-8.0 2020-11-24 14:06:53 +01:00
magicdata.patch fileinfo: Followup fixes 2020-08-29 19:03:41 +02:00
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_fileinfo.h Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00