summaryrefslogtreecommitdiff
path: root/ext/exif/exif.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use new infrastructure.Zeev Suraski2003-08-031-1/+4
| | | | | There are bound to be some messups, please report build/runtime bugs!
* - Errors, warnings and notices start with a capital letter.Marcus Boerger2003-06-201-98/+120
| | | | | - Show sorcode info when debugging exif.
* Fixed win32 buildEdin Kadribasic2003-06-151-2/+2
|
* proto fixesAndrey Hristov2003-06-151-3/+3
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Use safe_estrdup() instead.Marcus Boerger2003-05-301-16/+6
| | | | | # Thanks Sascha i didn't knew about that thing.
* Fix handling of ini settingsMarcus Boerger2003-05-301-6/+16
|
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-1/+1
|
* Change to use safe_emalloc() and provide macro for nowMarcus Boerger2003-04-161-5/+9
|
* Fixed bug #23102 (integer overflow in exif_iif_add_value()).Ilia Alshanetsky2003-04-081-0/+4
|
* MFBRasmus Lerdorf2003-04-031-9/+15
|
* MFB: Get rid of bogus dtorsRasmus Lerdorf2003-04-021-3/+0
|
* MFBRasmus Lerdorf2003-04-011-8/+4
|
* correct my fault here and documnet the sense of the testMarcus Boerger2003-01-181-4/+3
|
* Additional memory allocation fixes by Marcus Börger.Ilia Alshanetsky2003-01-181-7/+12
|
* Removed the no longer needed memory allocation checks.Ilia Alshanetsky2003-01-181-153/+22
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* (char *) vptr += expr; is refused by the IRIX compiler, so we useSascha Schumann2002-12-221-1/+1
| | | | | vptr = (char *) vptr + expr; instead.
* 'index' is a function name in the C library, do not use it as variable name.Sascha Schumann2002-12-221-3/+3
| | | | | | also, cast the 'void *' correctly to a 'char *' for manipulation instead of an 'int'.
* fix compiler definition testsMarcus Boerger2002-12-161-1/+1
|
* fix compiler definition testsMarcus Boerger2002-12-161-7/+7
|
* -Add constant that shows whether or not exif uses mbstring.Marcus Boerger2002-12-161-3/+4
| | | | | -Fix tests
* change mbstring detectionMarcus Boerger2002-12-161-1/+3
|
* wsMarcus Boerger2002-12-151-12/+12
|
* Fix build when mbstring is a shared module or dll under windowsMarcus Boerger2002-12-141-8/+12
|
* Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)Marcus Boerger2002-12-141-32/+32
|
* decode variable is only used when mbstring is avaliable.Ilia Alshanetsky2002-12-111-1/+1
|