History log of /PHP-7.0/ext/exif/exif.c (Results 226 – 250 of 311)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bba604b3 07-Apr-2002 Marcus Boerger

-fix warnings
-fix layout


# 8a388954 05-Apr-2002 Marcus Boerger

-correct length for ASCII
-global encoding variables
#will become ini settings explanation on what to set follows then


# b3a96ba5 05-Apr-2002 Marcus Boerger

aligning #
#mentioned by derick


# d0de28ec 05-Apr-2002 Marcus Boerger

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


# bc6d302f 04-Apr-2002 Marcus Boerger

removed calls to wctomb, wcstombs
#leave UNICODE to user


# 755b8542 03-Apr-2002 Derick Rethans

- Fix as suggested my Marcus


Revision tags: php-4.2.0RC2
# 700b9eb7 01-Apr-2002 Markus Fischer

- Nuke *FETCH macros.


# 0fd73221 01-Apr-2002 Marcus Boerger

#cleanup source


# ab2194d1 31-Mar-2002 Markus Fischer

- Fix compilation.
# Marcus, could you please fix the whitespace in this file?


# e4f43867 30-Mar-2002 Marcus Boerger

-compiler warnings


# d0be2aab 29-Mar-2002 Marcus Boerger

-fix possible problem on low memory
-fix problem on failure


# d2b86557 25-Mar-2002 Hartmut Holzgraefe

pproto fix


# eb8c6b46 21-Mar-2002 Marcus Boerger

-removed old streams test code


# ac6ae669 21-Mar-2002 Marcus Boerger

-fixed memory handling


# 671829bf 21-Mar-2002 Marcus Boerger

#ws


Revision tags: php-4.2.0RC1
# 659a071e 20-Mar-2002 Wez Furlong

Streams are all tracked as resources now.
Add some logic that will help track down leaks
when debug is enabled.


# c9d5e137 18-Mar-2002 Wez Furlong

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


# 68f4e7c3 18-Mar-2002 Marcus Boerger

-streams are no longer an option


# c645babd 18-Mar-2002 Marcus Boerger

-use php_stream_make_seekable


# d2d87622 17-Mar-2002 Wez Furlong

Streams now make more use of the memory manager, so tracking down
leaking streams should be easier.
# I hate these big commits


# 20f2e632 17-Mar-2002 Marcus Boerger

#removed code to track down error in streams


# bcad7a59 16-Mar-2002 Marcus Boerger

-quick hack to bug in streams....but where?


# d50102b6 16-Mar-2002 Marcus Boerger

-disabling debug
#Wez: i have an error when closing the original file after stream copy...


# fe9cb020 16-Mar-2002 Marcus Boerger

-fix bug for not correct terminated comments
-switch to streams
@exif functions now support streams using memory streams where @necessary (marcus)


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


12345678910>>...13