Marcus Boerger
50d957cd7a
Ini settings for internal encoding and decoding of Unicode and JIS formatted user comments.
...
@- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus)
2002-04-12 16:35:56 +00:00
Rasmus Lerdorf
eb43795ccb
This exif test was failing because the \0's in the expected output had
...
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.
2002-04-12 01:07:46 +00:00
Marcus Boerger
f140a8dd0d
fix exif using vspprintf
2002-04-10 01:18:52 +00:00
Marcus Boerger
59f332800f
correcting some more whitespace
...
#hope that's it
2002-04-07 23:30:01 +00:00
Marcus Boerger
bba604b3d8
-fix warnings
...
-fix layout
2002-04-07 18:45:30 +00:00
Marcus Boerger
313503aa92
-testing unicode user-comment
2002-04-05 18:05:48 +00:00
Marcus Boerger
8a388954ea
-correct length for ASCII
...
-global encoding variables
#will become ini settings explanation on what to set follows then
2002-04-05 17:59:29 +00:00
Marcus Boerger
b3a96ba509
aligning #
...
#mentioned by derick
2002-04-05 16:02:54 +00:00
Marcus Boerger
d0de28ece4
Unicode is now based on php_mb_convert_encoding if available
...
#currently only ISO-8859-15 is supported as result
#maybe this will become an ini setting
2002-04-05 01:25:53 +00:00
Marcus Boerger
bc6d302fcf
removed calls to wctomb, wcstombs
...
#leave UNICODE to user
2002-04-04 20:45:53 +00:00
Derick Rethans
755b8542e4
- Fix as suggested my Marcus
2002-04-03 19:50:02 +00:00
Markus Fischer
700b9eb734
- Nuke *FETCH macros.
2002-04-01 08:05:17 +00:00
Marcus Boerger
0fd732214a
#cleanup source
2002-04-01 03:15:57 +00:00
Markus Fischer
ab2194d1da
- Fix compilation.
...
# Marcus, could you please fix the whitespace in this file?
2002-03-31 23:00:31 +00:00
Marcus Boerger
e4f4386758
-compiler warnings
2002-03-30 14:28:05 +00:00
Marcus Boerger
efad4e4281
#and when the test does not result like you expect -> change test data
...
-fix test image
2002-03-29 01:33:30 +00:00
Marcus Boerger
d0be2aabe4
-fix possible problem on low memory
...
-fix problem on failure
2002-03-29 01:32:26 +00:00
Hartmut Holzgraefe
d2b8655775
pproto fix
2002-03-25 01:08:39 +00:00
Marcus Boerger
eb8c6b4696
-removed old streams test code
2002-03-21 20:16:22 +00:00
Marcus Boerger
ac6ae669e4
-fixed memory handling
2002-03-21 19:59:08 +00:00
Marcus Boerger
671829bff4
#ws
2002-03-21 13:16:03 +00:00
Wez Furlong
659a071e3d
Streams are all tracked as resources now.
...
Add some logic that will help track down leaks
when debug is enabled.
2002-03-20 14:21:30 +00:00
Wez Furlong
c9d5e13738
TSRMLS related work on streams, as discussed with Zeev.
...
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make
2002-03-18 18:54:32 +00:00
Marcus Boerger
68f4e7c328
-streams are no longer an option
2002-03-18 05:32:25 +00:00
Marcus Boerger
c645babd8a
-use php_stream_make_seekable
2002-03-18 00:12:47 +00:00
Wez Furlong
d2d8762267
Streams now make more use of the memory manager, so tracking down
...
leaking streams should be easier.
# I hate these big commits
2002-03-17 22:50:59 +00:00
Marcus Boerger
20f2e63289
#removed code to track down error in streams
2002-03-17 12:16:29 +00:00
Marcus Boerger
bcad7a593a
-quick hack to bug in streams....but where?
2002-03-16 21:19:17 +00:00
Marcus Boerger
d50102b6ab
-disabling debug
...
#Wez: i have an error when closing the original file after stream copy...
2002-03-16 20:25:51 +00:00
Marcus Boerger
fe9cb020ae
-fix bug for not correct terminated comments
...
-switch to streams
@exif functions now support streams using memory streams where @necessary (marcus)
2002-03-16 20:12:17 +00:00
Wez Furlong
0f65280cb5
New PHP streams...
2002-03-15 21:03:08 +00:00
Marcus Boerger
e03a8a995c
-handling
2002-03-13 00:21:51 +00:00
Marcus Boerger
659833a066
-remove filetime from test
...
# that's magic - now the test should work on all installations
2002-03-13 00:20:48 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
Marcus Boerger
3c47fb91e8
-usability
...
-tests
2002-03-12 16:43:29 +00:00
Marcus Boerger
8a622d0668
-return size of thumbnail even if it not read
2002-03-12 13:49:40 +00:00
Marcus Boerger
f96696e2a1
-reflect changes
...
-find image from run-tests.php
2002-03-12 12:42:45 +00:00
Marcus Boerger
06a242169c
-support for array tags
...
-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
2002-03-12 06:14:45 +00:00
Marcus Boerger
42e478c7aa
-support for out of section data
2002-03-08 20:56:44 +00:00
Sander Roobol
58a52f93bc
Fixed many tests, mostly incorrect paths.
2002-03-08 19:16:19 +00:00
Marcus Boerger
27242a7a46
-change IsColor from non zero to 1
...
-new test and example for documentation
2002-03-08 11:33:46 +00:00
Marcus Boerger
355150ebde
-Changes according to exif.c 1.55
2002-03-08 01:11:03 +00:00
Marcus Boerger
9363bfad7e
-Support for IFD Arrays
...
#necessary for update/write operations
2002-03-08 01:09:54 +00:00
Marcus Boerger
d994d0b47d
TIFF support for 'non' digicam files
...
# same as in standard/image.c but here it's more complex
2002-03-08 01:06:59 +00:00
foobar
88750086cc
- Fixed some compile warnings and removed bogus comments.
2002-03-07 21:41:51 +00:00
Marcus Boerger
ac80c9d00e
- standard test scripts for exif
...
#hope all problems in exif are resolved now
2002-03-06 22:01:45 +00:00
Marcus Boerger
0a0942b193
-comments
...
#just another jhead.c line
2002-03-06 20:52:17 +00:00
Marcus Boerger
15d74e343b
-comments
2002-03-06 20:24:29 +00:00
Marcus Boerger
3dc95db8b7
-updated test to reflect third parameter of exif_read_data
2002-03-06 18:21:50 +00:00
Marcus Boerger
0b5759f7bf
-missing efree
...
-incorrect index/length computing: left from jhead
#no errors left with test files - controlled manually with hexeditor
2002-03-06 18:11:57 +00:00