summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Align configure --help messagesDerick Rethans2002-09-191-1/+1
* One zero to muchMarcus Boerger2002-08-291-1/+1
* - EXIF is about meta data from images, not for digital camerasDerick Rethans2002-08-291-3/+3
* revert that undiscussed change until it is really agreed upon.foobar2002-08-291-1/+1
* Enable EXIF by default as discussed with RasmusMarcus Boerger2002-08-281-3/+3
* MFBMarcus Boerger2002-08-251-11/+12
* These require exif and mbstringMarcus Boerger2002-08-212-2/+2
* Reflect recent changes to exif.cMarcus Boerger2002-08-212-23/+25
* some work on the messagesMarcus Boerger2002-08-131-64/+63
* Don't use long as a typeRasmus Lerdorf2002-08-131-1/+1
* use of php_error_docrefMarcus Boerger2002-08-121-105/+117
* left on debug infosMarcus Boerger2002-08-071-1/+1
* Ignore additional thumbnailsMarcus Boerger2002-08-071-47/+54
* Keeping function prototype variables the sameDan Kalowsky2002-08-061-1/+1
* datatype inconsistency found by Dan KalowskyMarcus Boerger2002-08-061-1/+1
* -fix warnings in windows buildMarcus Boerger2002-07-311-11/+11