Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | (char *) vptr += expr; is refused by the IRIX compiler, so we use | Sascha Schumann | 2002-12-22 | 1 | -1/+1 |
* | 'index' is a function name in the C library, do not use it as variable name. | Sascha Schumann | 2002-12-22 | 1 | -3/+3 |
* | fix compiler definition tests | Marcus Boerger | 2002-12-16 | 1 | -1/+1 |
* | fix compiler definition tests | Marcus Boerger | 2002-12-16 | 1 | -7/+7 |
* | fix test | Marcus Boerger | 2002-12-16 | 1 | -2/+1 |
* | Add version check since this will be available since php 4.4. | Marcus Boerger | 2002-12-16 | 1 | -2/+6 |
* | forgot to remove that dot | Marcus Boerger | 2002-12-16 | 5 | -6/+6 |
* | -Add constant that shows whether or not exif uses mbstring. | Marcus Boerger | 2002-12-16 | 6 | -9/+12 |
* | change mbstring detection | Marcus Boerger | 2002-12-16 | 1 | -1/+3 |
* | ws | Marcus Boerger | 2002-12-15 | 1 | -12/+12 |
* | Fix build when mbstring is a shared module or dll under windows | Marcus Boerger | 2002-12-14 | 1 | -8/+12 |
* | Bugfix: #21010 (Here it's maker (manufacturer) instead of marker) | Marcus Boerger | 2002-12-14 | 1 | -32/+32 |
* | decode variable is only used when mbstring is avaliable. | Ilia Alshanetsky | 2002-12-11 | 1 | -1/+1 |
* | Fixed win32 build. | Ilia Alshanetsky | 2002-12-10 | 1 | -1/+1 |
* | -make those debug messages | Marcus Boerger | 2002-12-10 | 1 | -0/+12 |
* | Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp. | Ilia Alshanetsky | 2002-12-10 | 1 | -11/+12 |
* | -Code completley rewritten | Marcus Boerger | 2002-11-27 | 1 | -20/+0 |
* | -Add test for exif_read_data and magic_quotes_runtime | Marcus Boerger | 2002-11-27 | 2 | -0/+86 |
* | -Forgot to correct length | Marcus Boerger | 2002-11-27 | 1 | -0/+1 |
* | -Add magic_quotes_runtime support | Marcus Boerger | 2002-11-27 | 1 | -36/+75 |
* | Testing default behaviour | Marcus Boerger | 2002-11-23 | 1 | -0/+57 |
* | Fixed bug #20560. | Ilia Alshanetsky | 2002-11-22 | 1 | -1/+1 |
* | Minor test corrections | Marcus Boerger | 2002-11-14 | 3 | -6/+10 |
* | Test is affected by mbstring | Marcus Boerger | 2002-11-14 | 2 | -6/+22 |
* | Removed duplicate assignment. | Ilia Alshanetsky | 2002-11-08 | 1 | -1/+1 |
* | README.TESTING examples | Marcus Boerger | 2002-10-25 | 1 | -4/+6 |
* | New naming scheme | Marcus Boerger | 2002-10-25 | 5 | -5/+8 |
* | better use var_dump and EXPECTF | Marcus Boerger | 2002-10-23 | 2 | -30/+138 |
* | Allow ifd start at offset other than 00000007h and provide testcase. | Marcus Boerger | 2002-10-19 | 3 | -4/+25 |
* | Fixed the output_handler ini setting. | Ilia Alshanetsky | 2002-10-15 | 1 | -10/+6 |
* | - Staying consistent with other tests | Derick Rethans | 2002-10-15 | 1 | -2/+2 |
* | remove ob_end_clean() and instead use ini section | Marcus Boerger | 2002-10-15 | 1 | -1/+2 |
* | typing | Marcus Boerger | 2002-10-03 | 1 | -2/+2 |
* | - Align configure --help messages | Derick Rethans | 2002-09-19 | 1 | -1/+1 |
* | One zero to much | Marcus Boerger | 2002-08-29 | 1 | -1/+1 |
* | - EXIF is about meta data from images, not for digital cameras | Derick Rethans | 2002-08-29 | 1 | -3/+3 |
* | revert that undiscussed change until it is really agreed upon. | foobar | 2002-08-29 | 1 | -1/+1 |
* | Enable EXIF by default as discussed with Rasmus | Marcus Boerger | 2002-08-28 | 1 | -3/+3 |
* | MFB | Marcus Boerger | 2002-08-25 | 1 | -11/+12 |
* | These require exif and mbstring | Marcus Boerger | 2002-08-21 | 2 | -2/+2 |
* | Reflect recent changes to exif.c | Marcus Boerger | 2002-08-21 | 2 | -23/+25 |
* | some work on the messages | Marcus Boerger | 2002-08-13 | 1 | -64/+63 |
* | Don't use long as a type | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
* | use of php_error_docref | Marcus Boerger | 2002-08-12 | 1 | -105/+117 |
* | left on debug infos | Marcus Boerger | 2002-08-07 | 1 | -1/+1 |
* | Ignore additional thumbnails | Marcus Boerger | 2002-08-07 | 1 | -47/+54 |
* | Keeping function prototype variables the same | Dan Kalowsky | 2002-08-06 | 1 | -1/+1 |
* | datatype inconsistency found by Dan Kalowsky | Marcus Boerger | 2002-08-06 | 1 | -1/+1 |
* | -fix warnings in windows build | Marcus Boerger | 2002-07-31 | 1 | -11/+11 |