| 10367fa |
|
07-Apr-2013 |
Anatol Belski <ab@php.net> |
upgraded libmagic to 5.14
/php-src/ext/fileinfo/libmagic/cdf.c
|
| 909713e |
|
02-Apr-2012 |
Anatoliy Belsky <ab@php.net> |
Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails This patch fixes the failure caused by the posix lseek and read versions under windows in cdf_read() . Additionally all the occurences of lseek and read was replaced by _lseek and _reed for windows.
/php-src/ext/fileinfo/libmagic/cdf.c
|
| 12cf930 |
|
27-Mar-2012 |
Pierre Joye <pierre.php@gmail.com> |
Fix bug #61504, potential vuln. in fileinfo. update to 5.11
/php-src/ext/fileinfo/libmagic/cdf.c
|
| cb30330 |
|
26-Apr-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
Merge safe_mode changes into extensions that are in sync in both branches
/php-src/ext/fileinfo/libmagic/cdf.c
|
| 1496161 |
|
26-Dec-2009 |
Mikko Koppanen <mkoppanen@php.net> |
Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues) Clean up / remove whitespace differences to make next merge easier Removed unnecessary files from trunk
/php-src/ext/fileinfo/libmagic/cdf.c
|
| 219c260 |
|
17-Jun-2009 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)
/php-src/ext/fileinfo/libmagic/cdf.c
|
| c3b88ae |
|
04-May-2009 |
Scott MacVicar <scottmac@php.net> |
MFH Update libmagic to 5.02
/php-src/ext/fileinfo/libmagic/cdf.c
|
| 8e202b4 |
|
16-Mar-2009 |
Pierre Joye <pajoye@php.net> |
- fix the build for win (vc6 or vc9) - fix logic in time convertion - force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include) - add myself before I forget again
/php-src/ext/fileinfo/libmagic/cdf.c
|
| ea27fd2 |
|
16-Mar-2009 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warnings
/php-src/ext/fileinfo/libmagic/cdf.c
|
| 7a29c8f |
|
15-Mar-2009 |
Scott MacVicar <scottmac@php.net> |
MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows
/php-src/ext/fileinfo/libmagic/cdf.c
|