summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug #44388 (Crash inside exif_read_data() on invalid images)Ilia Alshanetsky2008-03-121-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fix indent of macrosJani Taskinen2007-12-171-2/+2
|
* Fixed bug #43606 (define missing depencies of the exif extension)Ilia Alshanetsky2007-12-161-3/+12
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Fixed memory corruption when reading exif data of a non-fileIlia Alshanetsky2007-06-101-14/+25
|
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-5/+5
| | | | | # Part 1
* - MFH ReadabilityMarcus Boerger2007-02-251-6/+3
|
* missing -1Ilia Alshanetsky2007-02-241-2/+2
|
* Pad to given length, not replace data with spacesIlia Alshanetsky2007-02-241-2/+5
|
* Eliminate strncpy and simplify codeIlia Alshanetsky2007-02-241-12/+6
|
* - Make debug code really safeMarcus Boerger2007-02-241-8/+8
|
* use safe allocationsStanislav Malyshev2007-02-241-8/+11
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-23/+22
|
* emalloc() -> safe_emalloc()Ilia Alshanetsky2007-01-231-3/+3
|
* - MFH Fix for #40073Marcus Boerger2007-01-091-3/+87
|
* MFH: zerofill info_data and fix possible segfaultAntony Dovgal2007-01-091-0/+1
| | | | | partly fixes #40073
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Allocation safety checksIlia Alshanetsky2006-12-251-2/+2
|
* Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-251-5/+5
|
* - MFH: Make parameter parsing api check happyMarcus Boerger2006-11-041-1/+1
|
* MFH: fix leak and typos in error messagesAntony Dovgal2006-10-101-2/+3
|
* initialize static buffer with 0'sAntony Dovgal2006-08-171-0/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+10
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-8/+32
|
* - MFH Fix conditionMarcus Boerger2006-04-101-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-5/+5
|
* - MFH Fix LogicMarcus Boerger2005-10-101-1/+1
|
* - MFH Bugfix #34704 (Infinite recursion due to corrupt JPEG)Marcus Boerger2005-10-091-0/+6
|
* NetWare specific stat structure issues.Anantha Kesari H Y2005-08-051-0/+4
| | | | | --Kamesh
* - Bumber up yearfoobar2005-08-031-1/+1
|
* MFB: Fixed build of exif extension on win32.Ilia Alshanetsky2005-03-171-0/+3
|
* Fixed possible bufferoverflowStefan Esser2005-03-021-0/+5
|
* PHP_WIN32 is defined or not defined.foobar2005-02-161-1/+1
|
* Enable mbstring use on windows. We were linking against mbstring forEdin Kadribasic2005-02-161-1/+1
| | | | | | some time now, but have never actually used it on Windows. Fixes #31980.
* Fixed bug #31986 (Max nesting limit set too low).Ilia Alshanetsky2005-02-151-1/+1
|
* Fixed bug #31797 (exif_read_data() uses too low nesting limit).Ilia Alshanetsky2005-02-011-1/+1
|
* MFB (bugfix for 24851)Andrei Zmievski2005-01-221-1/+12
|
* Fixed possible overflow.Ilia Alshanetsky2004-11-101-1/+1
|
* Bug #30627Marcus Boerger2004-11-041-1/+1
|
* - Fixed typoDerick Rethans2004-03-161-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Fix warningMarcus Boerger2003-12-171-1/+1
|
* Fixed ZTS build.Ilia Alshanetsky2003-12-101-1/+1
|
* String format stuff.Ilia Alshanetsky2003-09-221-4/+4
|
* Allow to search for section FILE with 2nd parameter (found by Derick)Marcus Boerger2003-09-071-2/+4
|
* Fix warningsMarcus Boerger2003-08-171-16/+16
|
* kill some warningsSascha Schumann2003-08-171-5/+4
|
* Fix exif_thumbnailMarcus Boerger2003-08-091-0/+1
|