summaryrefslogtreecommitdiff
path: root/ext/fileinfo
Commit message (Expand)AuthorAgeFilesLines
* MFH Remove all of the stuff we have in here for pre PHP 5.2 support and memse...Scott MacVicar2008-12-221-27/+1
* *** empty log message ***Derick Rethans2008-12-041-1/+1
* MFH Add asprintf, use regular system malloc and free and add checks in config...Scott MacVicar2008-11-271-1/+1
* MFH Warnings from libmagic should be notices rather than sent to stderr, this...Scott MacVicar2008-11-222-10/+11
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
* MFH: Fix buffer overread in libmagic and sync a skipped change from 4.26Scott MacVicar2008-11-062-9/+11
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
* MFH: Sync libmagic with 4.26 and add support for the new v6 magic file formatScott MacVicar2008-11-0212-32848/+39054
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0
* MFH: Fix a stat on a null when the internal database is used.Scott MacVicar2008-10-221-3/+6
* MFH: When using the internal database and there is an error it could try free...Scott MacVicar2008-10-221-4/+13
* MFH Fix bug #46331 - The internal magic db is const memory and segfaults when...Scott MacVicar2008-10-201-0/+10
* - support for VC6 and some other platforms (before some other cleanup)Pierre Joye2008-10-203-17/+27
* Removed dead-codeIlia Alshanetsky2008-10-156-146/+0
* - MFH: Fixed mime-type generation.Derick Rethans2008-10-084-13/+13
* - MFH: Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD)Felipe Pena2008-09-161-1/+1
* MFH: fix compile warningAntony Dovgal2008-09-161-1/+1
* MFH: Fix memory leak in a few casesScott MacVicar2008-09-161-0/+1
* Missed variable declaration.Scott MacVicar2008-09-151-0/+1
* Fixed bug #46086 (Segfault when accessing fileinfo class property)Scott MacVicar2008-09-151-9/+5
* MFH: More fileinfo tests.Felix De Vliegher2008-09-152-0/+64
* MFHAntony Dovgal2008-09-131-0/+2
* Removed unused variablesIlia Alshanetsky2008-09-061-3/+1
* - New testFelipe Pena2008-09-021-0/+16
* - Silent valgrindFelipe Pena2008-09-021-0/+1
* - fix test (file or path not found) (Thanks Dmitry for the notice)Pierre Joye2008-09-021-1/+1
* - don't close caller streams in libmagic (prevent leak and zombie stream)Pierre Joye2008-09-023-40/+39
* - Fixed mime_content_type() behavior when a string is givenFelipe Pena2008-09-013-1/+34
* - use php's stream in libmagicPierre Joye2008-09-0110-433/+405
* - Fixed tests (Disable COMPRESS support for now)Felipe Pena2008-08-292-4/+2
* MFH: check for \0 to be consistent with other functionsAntony Dovgal2008-08-291-1/+1
* - Disable COMPRESS support for now, as it requires forking.Derick Rethans2008-08-291-1/+1
* - MFH: Adding back in mime_content_type().Derick Rethans2008-08-292-1/+103
* - MFH: Some more cleanups, and fixed some warnings.Derick Rethans2008-08-295-17/+2
* fix invalid readAntony Dovgal2008-08-291-2/+2
* Some fileinfo testsFelix De Vliegher2008-08-2910-0/+12767
* fix ZTS buildAntony Dovgal2008-08-291-0/+2
* Test for fileinfo to check mime types.Scott MacVicar2008-08-296-0/+30
* Replace ereg code with pcre, fix duplicate macro names and segfault. Patch by...Scott MacVicar2008-08-294-67/+223
* fix file check and avoid segfaultAntony Dovgal2008-08-271-1/+1
* - MFH: Fixed check for empty file nameFelipe Pena2008-08-272-1/+26
* - MFH: Fixed crash in file_error_core()Felipe Pena2008-08-271-5/+19
* - MFH: Improved fixFelipe Pena2008-08-262-2/+4
* - MFH: Added check for empty file nameFelipe Pena2008-08-262-3/+21
* Upgraded the lib to use PHP memory allocation routines.Ilia Alshanetsky2008-08-2612-1305/+132
* MFHAntony Dovgal2008-08-101-0/+4
* - MFH: Fixed bug #45636 (fileinfo ext duplicate strndup).Derick Rethans2008-08-061-1/+1
* - MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h andDerick Rethans2008-08-061-1/+1
* - update config to match config.m4Pierre Joye2008-07-311-4/+16
* MFH: get fileinfo building again on WindowsScott MacVicar2008-07-312-8/+10