History log of /PHP-7.0/ext/exif/exif.c (Results 176 – 200 of 311)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0
# 20e8bc31 22-Dec-2002 Sascha Schumann

(char *) vptr += expr; is refused by the IRIX compiler, so we use
vptr = (char *) vptr + expr; instead.


# 280f4a43 22-Dec-2002 Sascha Schumann

'index' is a function name in the C library, do not use it as variable name.

also, cast the 'void *' correctly to a 'char *' for manipulation
instead of an 'int'.


Revision tags: php-4.3.0RC4
# 59656cc7 16-Dec-2002 Marcus Boerger

fix compiler definition tests


# 50af908f 16-Dec-2002 Marcus Boerger

fix compiler definition tests


# 5dc4d382 16-Dec-2002 Marcus Boerger

-Add constant that shows whether or not exif uses mbstring.
-Fix tests


# 6e055f9a 16-Dec-2002 Marcus Boerger

change mbstring detection


# c1be81a8 15-Dec-2002 Marcus Boerger

ws


# 16694d35 14-Dec-2002 Marcus Boerger

Fix build when mbstring is a shared module or dll under windows


# 9455657a 14-Dec-2002 Marcus Boerger

Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 52d0f1c1 11-Dec-2002 Ilia Alshanetsky

decode variable is only used when mbstring is avaliable.


# 91a62729 10-Dec-2002 Ilia Alshanetsky

Fixed win32 build.


# 26c5c323 10-Dec-2002 Marcus Boerger

-make those debug messages


# aa4c85dd 10-Dec-2002 Ilia Alshanetsky

Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.


Revision tags: php-4.3.0RC2
# 28c10e29 27-Nov-2002 Marcus Boerger

-Code completley rewritten


# 57f41b1a 27-Nov-2002 Marcus Boerger

-Forgot to correct length


# 3ff08b91 27-Nov-2002 Marcus Boerger

-Add magic_quotes_runtime support
-Fix Canon Markernote


Revision tags: RELEASE_1_0b2
# 962e4864 22-Nov-2002 Ilia Alshanetsky

Fixed bug #20560.


Revision tags: BEFORE_RENAMING
# 37e64f38 14-Nov-2002 Marcus Boerger

Test is affected by mbstring


Revision tags: php-4.3.0RC1
# 6e06948c 08-Nov-2002 Ilia Alshanetsky

Removed duplicate assignment.


Revision tags: php-4.3.0pre2
# cda87f75 19-Oct-2002 Marcus Boerger

Allow ifd start at offset other than 00000007h and provide testcase.
#Now we can read images modified by Exifer.


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 9f8b57fb 03-Oct-2002 Marcus Boerger

typing


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 38247a79 29-Aug-2002 Marcus Boerger

One zero to much


Revision tags: php-4.2.3RC1
# 6474731f 13-Aug-2002 Marcus Boerger

some work on the messages


# 0779da50 13-Aug-2002 Rasmus Lerdorf

Don't use long as a type


# 4294f2a9 12-Aug-2002 Marcus Boerger

use of php_error_docref


12345678910>>...13