History log of /PHP-5.3/ext/exif/exif.c (Results 76 – 100 of 229)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 30a68c8d 09-Aug-2003 Marcus Boerger

Fix exif_thumbnail


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# c5d4b5dd 20-Jun-2003 Marcus Boerger

- Errors, warnings and notices start with a capital letter.
- Show sorcode info when debugging exif.


Revision tags: php-4.3.3RC1
# e92e7d47 15-Jun-2003 Edin Kadribasic

Fixed win32 build


# eb33adf1 15-Jun-2003 Andrey Hristov

proto fixes


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 6f524ac9 30-May-2003 Marcus Boerger

Use safe_estrdup() instead.
# Thanks Sascha i didn't knew about that thing.


# 07ba5f6c 30-May-2003 Marcus Boerger

Fix handling of ini settings


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# e6490c4a 05-May-2003 Hartmut Holzgraefe

basename() now binary safe, testcases added


Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 83636586 16-Apr-2003 Marcus Boerger

Change to use safe_emalloc() and provide macro for now


# b2e521a1 08-Apr-2003 Ilia Alshanetsky

Fixed bug #23102 (integer overflow in exif_iif_add_value()).


# 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


12345678910