History log of /PHP-8.1/ext/fileinfo/libmagic/apprentice.c (Results 76 – 90 of 90)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.0RC1
# 8e202b40 16-Mar-2009 Pierre Joye

- 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

- 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

show more ...

Revision tags: RELEASE_1_3_5
# 7a29c8f3 15-Mar-2009 Scott MacVicar

MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on Windows

Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 3e543f24 02-Nov-2008 Scott MacVicar

MFH: Sync libmagic with 4.26 and add support for the new v6 magic file format

Revision tags: php-5.2.7RC2
# a8c8963b 22-Oct-2008 Scott MacVicar

MFH: Fix a stat on a null when the internal database is used.

# a6ec097f 22-Oct-2008 Scott MacVicar

MFH: When using the internal database and there is an error it could try free some invalid things. This was causing a bus error on ppc.

# 55a965f7 20-Oct-2008 Scott MacVicar

MFH 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 thi

MFH 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.

show more ...

# 144527b1 20-Oct-2008 Pierre Joye

- support for VC6 and some other platforms (before some other cleanup)

# 5a28412a 15-Oct-2008 Ilia Alshanetsky

Removed dead-code

Revision tags: php-5.2.7RC1
# 516ac7e7 16-Sep-2008 Felipe Pena

- MFH: Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD)

# 5b0e8761 02-Sep-2008 Felipe Pena

- Silent valgrind

# 99041160 01-Sep-2008 Pierre Joye

- use php's stream in libmagic
- remove duplicate code (like mime_content_type() compatibility function
now use the same base as finfo_file())
- make it portable (works now on windows t

- use php's stream in libmagic
- remove duplicate code (like mime_content_type() compatibility function
now use the same base as finfo_file())
- make it portable (works now on windows too, belongs other OSes)

- ([20:28] <lsmith> Pierre: ok please commit)

show more ...

# 6fbf14c5 29-Aug-2008 Derick Rethans

- MFH: Some more cleanups, and fixed some warnings.

# 46906925 29-Aug-2008 Scott MacVicar

Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by Mikko

# b805c7f8 26-Aug-2008 Ilia Alshanetsky

Upgraded the lib to use PHP memory allocation routines.
Fixed a crash caused by analysis of DEADJOE files
A little bit of CS inside libmagic

Revision tags: php-4.4.9, php-5.3.0alpha1
# 7b0f90e0 25-Jul-2008 SVN Migration

This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.

1234