Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing Win32 compilation of exit | Frank M. Kromann | 2002-04-15 | 1 | -2/+2 |
| | |||||
* | support for WinXP tags (thanks to Rui Carmo) | Marcus Boerger | 2002-04-14 | 1 | -1/+75 |
| | |||||
* | Fix the build. | foobar | 2002-04-12 | 1 | -2/+2 |
| | | | | | # Marcus, do you TEST build at all before you commit?! | ||||
* | Ini settings for internal encoding and decoding of Unicode and JIS formatted ↵ | Marcus Boerger | 2002-04-12 | 3 | -13/+112 |
| | | | | | | | user comments. @- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus) | ||||
* | This exif test was failing because the \0's in the expected output had | Rasmus Lerdorf | 2002-04-12 | 1 | -0/+0 |
| | | | | | | | disappeared. It may be CVS doing this. I have put the nulls back, but we may have to mark this as a binary file in th cvswrappers, or rewrite the test to not output nulls. | ||||
* | fix exif using vspprintf | Marcus Boerger | 2002-04-10 | 1 | -21/+31 |
| | |||||
* | correcting some more whitespace | Marcus Boerger | 2002-04-07 | 1 | -323/+310 |
| | | | | | #hope that's it | ||||
* | -fix warnings | Marcus Boerger | 2002-04-07 | 1 | -137/+140 |
| | | | | | -fix layout | ||||
* | -testing unicode user-comment | Marcus Boerger | 2002-04-05 | 2 | -0/+29 |
| | |||||
* | -correct length for ASCII | Marcus Boerger | 2002-04-05 | 1 | -11/+22 |
| | | | | | | -global encoding variables #will become ini settings explanation on what to set follows then | ||||
* | aligning # | Marcus Boerger | 2002-04-05 | 1 | -102/+103 |
| | | | | | #mentioned by derick | ||||
* | Unicode is now based on php_mb_convert_encoding if available | Marcus Boerger | 2002-04-05 | 1 | -4/+59 |
| | | | | | | #currently only ISO-8859-15 is supported as result #maybe this will become an ini setting | ||||
* | removed calls to wctomb, wcstombs | Marcus Boerger | 2002-04-04 | 1 | -26/+21 |
| | | | | | #leave UNICODE to user | ||||
* | - Fix as suggested my Marcus | Derick Rethans | 2002-04-03 | 1 | -0/+5 |
| | |||||
* | - Nuke *FETCH macros. | Markus Fischer | 2002-04-01 | 1 | -26/+29 |
| | |||||
* | #cleanup source | Marcus Boerger | 2002-04-01 | 1 | -232/+231 |
| | |||||
* | - Fix compilation. | Markus Fischer | 2002-03-31 | 1 | -0/+4 |
| | | | | | # Marcus, could you please fix the whitespace in this file? | ||||
* | -compiler warnings | Marcus Boerger | 2002-03-30 | 1 | -1/+5 |
| | |||||
* | #and when the test does not result like you expect -> change test data | Marcus Boerger | 2002-03-29 | 2 | -1/+1 |
| | | | | | -fix test image | ||||
* | -fix possible problem on low memory | Marcus Boerger | 2002-03-29 | 1 | -2/+3 |
| | | | | | -fix problem on failure | ||||
* | pproto fix | Hartmut Holzgraefe | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | -removed old streams test code | Marcus Boerger | 2002-03-21 | 1 | -25/+0 |
| | |||||
* | -fixed memory handling | Marcus Boerger | 2002-03-21 | 1 | -45/+56 |
| | |||||
* | #ws | Marcus Boerger | 2002-03-21 | 1 | -59/+59 |
| | |||||
* | Streams are all tracked as resources now. | Wez Furlong | 2002-03-20 | 1 | -4/+1 |
| | | | | | | Add some logic that will help track down leaks when debug is enabled. | ||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -1/+1 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | -streams are no longer an option | Marcus Boerger | 2002-03-18 | 1 | -60/+53 |
| | |||||
* | -use php_stream_make_seekable | Marcus Boerger | 2002-03-18 | 1 | -15/+21 |
| | |||||
* | Streams now make more use of the memory manager, so tracking down | Wez Furlong | 2002-03-17 | 1 | -2/+2 |
| | | | | | | leaking streams should be easier. # I hate these big commits | ||||
* | #removed code to track down error in streams | Marcus Boerger | 2002-03-17 | 1 | -12/+5 |
| | |||||
* | -quick hack to bug in streams....but where? | Marcus Boerger | 2002-03-16 | 1 | -3/+4 |
| | |||||
* | -disabling debug | Marcus Boerger | 2002-03-16 | 1 | -12/+12 |
| | | | | | #Wez: i have an error when closing the original file after stream copy... | ||||
* | -fix bug for not correct terminated comments | Marcus Boerger | 2002-03-16 | 1 | -32/+72 |
| | | | | | | -switch to streams @exif functions now support streams using memory streams where @necessary (marcus) | ||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -19/+7 |
| | |||||
* | -handling | Marcus Boerger | 2002-03-13 | 1 | -4/+4 |
| | |||||
* | -remove filetime from test | Marcus Boerger | 2002-03-13 | 1 | -3/+5 |
| | | | | | # that's magic - now the test should work on all installations | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | -usability | Marcus Boerger | 2002-03-12 | 3 | -105/+249 |
| | | | | | -tests | ||||
* | -return size of thumbnail even if it not read | Marcus Boerger | 2002-03-12 | 1 | -2/+4 |
| | |||||
* | -reflect changes | Marcus Boerger | 2002-03-12 | 1 | -2/+2 |
| | | | | | -find image from run-tests.php | ||||
* | -support for array tags | Marcus Boerger | 2002-03-12 | 3 | -414/+1074 |
| | | | | | | | | | | -better memory handling -support for thumbnails in TIFF format -new functions exif_imagetype @-new function exif_imagetype @-exif_thumbnail fupports thumbnails in TIFF format and can return size @ of thumbnail | ||||
* | -support for out of section data | Marcus Boerger | 2002-03-08 | 1 | -84/+137 |
| | |||||
* | Fixed many tests, mostly incorrect paths. | Sander Roobol | 2002-03-08 | 1 | -4/+4 |
| | |||||
* | -change IsColor from non zero to 1 | Marcus Boerger | 2002-03-08 | 3 | -3/+32 |
| | | | | | -new test and example for documentation | ||||
* | -Changes according to exif.c 1.55 | Marcus Boerger | 2002-03-08 | 1 | -1/+1 |
| | |||||
* | -Support for IFD Arrays | Marcus Boerger | 2002-03-08 | 1 | -189/+416 |
| | | | | | #necessary for update/write operations | ||||
* | TIFF support for 'non' digicam files | Marcus Boerger | 2002-03-08 | 1 | -11/+21 |
| | | | | | # same as in standard/image.c but here it's more complex | ||||
* | - Fixed some compile warnings and removed bogus comments. | foobar | 2002-03-07 | 1 | -10/+10 |
| | |||||
* | - standard test scripts for exif | Marcus Boerger | 2002-03-06 | 4 | -0/+52 |
| | | | | | #hope all problems in exif are resolved now | ||||
* | -comments | Marcus Boerger | 2002-03-06 | 1 | -3/+6 |
| | | | | | #just another jhead.c line |