History log of /PHP-5.5/ext/exif/exif.c (Results 126 – 150 of 268)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7461f1f4 03-Apr-2003 Rasmus Lerdorf

MFB


# 716142c4 02-Apr-2003 Rasmus Lerdorf

MFB: Get rid of bogus dtors


# 423147c1 01-Apr-2003 Rasmus Lerdorf

MFB


Revision tags: php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 9d02c2bd 18-Jan-2003 Marcus Boerger

correct my fault here and documnet the sense of the test


# a3daf3bb 18-Jan-2003 Ilia Alshanetsky

Additional memory allocation fixes by Marcus Börger.


# e0654de5 18-Jan-2003 Ilia Alshanetsky

Removed the no longer needed memory allocation checks.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


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


1234567891011