php-src/ext/fileinfo
Scott MacVicar df2b71d2ca Fix bug #46331 - The internal magic db is const memory and segfaults when you try to do byte swapping
on big endian machines. This fixes it by copying the memory for those processors, but this isn't ideal as
it wastes memory. Perhaps using a static cache would be better.
2008-10-20 23:35:47 +00:00
..
libmagic Fix bug #46331 - The internal magic db is const memory and segfaults when you try to do byte swapping 2008-10-20 23:35:47 +00:00
tests - Fixed mime-type generation. 2008-10-08 09:44:12 +00:00
config.m4 - Fixed bug #45636 (fileinfo ext duplicate strndup). 2008-08-06 14:42:06 +00:00
config.w32 - MFB: update config to match config.m4 2008-07-31 13:14:22 +00:00
create_data_file.php - Bundle the data file - you can still use the external file if you 2008-07-24 13:40:21 +00:00
CREDITS - Updating the libmagic patch. 2008-07-25 08:17:21 +00:00
data_file.c - Bundle the data file - you can still use the external file if you 2008-07-24 13:40:21 +00:00
EXPERIMENTAL Initial commit of the fileinfo extension. 2004-02-13 01:06:06 +00:00
fileinfo.c fix compile warning 2008-09-16 09:48:07 +00:00
fileinfo.php Initial commit of the fileinfo extension. 2004-02-13 01:06:06 +00:00
libmagic.patch - No C++ comments. 2008-07-25 08:18:34 +00:00
Makefile.frag - Enable fileinfo by default 2008-07-25 09:16:09 +00:00
package.xml 1.0.4 2006-11-07 21:45:20 +00:00
php_fileinfo.h - Adding back in mime_content_type(). 2008-08-29 13:29:18 +00:00