summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Expand)AuthorAgeFilesLines
* - Errors, warnings and notices start with a capital letter.Marcus Boerger2003-06-201-98/+120
* Fixed win32 buildEdin Kadribasic2003-06-152-3/+3
* proto fixesAndrey Hristov2003-06-151-3/+3
* updating license information in the headers.James Cox2003-06-102-6/+6
* Use safe_estrdup() instead.Marcus Boerger2003-05-301-16/+6
* 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
* better to check for existance firstMarcus Boerger2003-01-042-2/+2
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* (char *) vptr += expr; is refused by the IRIX compiler, so we useSascha Schumann2002-12-221-1/+1
* 'index' is a function name in the C library, do not use it as variable name.Sascha Schumann2002-12-221-3/+3
* fix compiler definition testsMarcus Boerger2002-12-161-1/+1
* fix compiler definition testsMarcus Boerger2002-12-161-7/+7
* fix testMarcus Boerger2002-12-161-2/+1
* Add version check since this will be available since php 4.4.Marcus Boerger2002-12-161-2/+6
* forgot to remove that dotMarcus Boerger2002-12-165-6/+6
* -Add constant that shows whether or not exif uses mbstring.Marcus Boerger2002-12-166-9/+12
* 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
* Fixed win32 build.Ilia Alshanetsky2002-12-101-1/+1
* -make those debug messagesMarcus Boerger2002-12-101-0/+12
* Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.Ilia Alshanetsky2002-12-101-11/+12
* -Code completley rewrittenMarcus Boerger2002-11-271-20/+0
* -Add test for exif_read_data and magic_quotes_runtimeMarcus Boerger2002-11-272-0/+86
* -Forgot to correct lengthMarcus Boerger2002-11-271-0/+1
* -Add magic_quotes_runtime supportMarcus Boerger2002-11-271-36/+75
* Testing default behaviourMarcus Boerger2002-11-231-0/+57
* Fixed bug #20560.Ilia Alshanetsky2002-11-221-1/+1
* Minor test correctionsMarcus Boerger2002-11-143-6/+10
* Test is affected by mbstringMarcus Boerger2002-11-142-6/+22
* Removed duplicate assignment.Ilia Alshanetsky2002-11-081-1/+1
* README.TESTING examplesMarcus Boerger2002-10-251-4/+6
* New naming schemeMarcus Boerger2002-10-255-5/+8
* better use var_dump and EXPECTFMarcus Boerger2002-10-232-30/+138
* Allow ifd start at offset other than 00000007h and provide testcase.Marcus Boerger2002-10-193-4/+25
* Fixed the output_handler ini setting.Ilia Alshanetsky2002-10-151-10/+6
* - Staying consistent with other testsDerick Rethans2002-10-151-2/+2
* remove ob_end_clean() and instead use ini sectionMarcus Boerger2002-10-151-1/+2
* typingMarcus Boerger2002-10-031-2/+2