diff options
author | Anatol Belski <ab@php.net> | 2016-10-25 18:51:05 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-11-24 13:44:04 +0100 |
commit | 411e97c72d6a200930a7edc48a031a2ca64c0e0c (patch) | |
tree | d51bb62c1a3bc13364ac18f0dd83abf08c1a148e /ext/fileinfo/libmagic/patchlevel.h | |
parent | b8664adc9b7f6050f345c38799d495fa3197a8e6 (diff) | |
download | php-git-411e97c72d6a200930a7edc48a031a2ca64c0e0c.tar.gz |
Upgraded libmagic to 5.29
yet unfinished port to libmagic 5.28
catch with missing libmagic port pieces
regenerate data file with magic from 5.28
test magic files from 5.28
missing files
fix path
pure c99 is still not supported
move right to 5.29, yet some bugs present
more sync with orig lib
more ZMM usage
use unpatched data for now
partial revert according to bug #67705
Revert "more ZMM usage"
This reverts commit 5e3c9b851034b455942b219b18bdc49c8315c3ee.
several fixes, so it's now closer to the clean port
Diffstat (limited to 'ext/fileinfo/libmagic/patchlevel.h')
-rw-r--r-- | ext/fileinfo/libmagic/patchlevel.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/fileinfo/libmagic/patchlevel.h b/ext/fileinfo/libmagic/patchlevel.h index c710638eea..210968ec81 100644 --- a/ext/fileinfo/libmagic/patchlevel.h +++ b/ext/fileinfo/libmagic/patchlevel.h @@ -1,11 +1,15 @@ #define FILE_VERSION_MAJOR 5 -#define patchlevel 22 +#define patchlevel 28 /* * Patchlevel file for Ian Darwin's MAGIC command. * $File: patchlevel.h,v 1.68 2008/03/22 21:39:43 christos Exp $ * * $Log$ + * Revision 1.9 2016/10/11 22:27:12 ab + * Update libmagic to 5.28 + * + * $Log$ * Revision 1.9 2015/03/06 22:27:12 ab * Update libmagic to 5.2X * |