]> granicus.if.org Git - php/commit
+Support for Photographer/Editor Copyright as associative array as this is a new...
authorMarcus Boerger <helly@php.net>
Fri, 1 Mar 2002 04:01:26 +0000 (04:01 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 1 Mar 2002 04:01:26 +0000 (04:01 +0000)
commit0857bdbcde229efa1044caa07dcdba8100256a0d
tree7e8816d65dc2188329ac0980a7a8207bc7036a2b
parentd5412f3952d9391a35ac047d5199172d30eb6c9e
+Support for Photographer/Editor Copyright as associative array as this is a new feature the change (optionally being an array) has to be mentioned in documentation.
+New function exif_headername can be used to read the internal Tag namelist (was mainly created for debugging purpose but maybe somone writes code to create/update exif headers here).
+An internal version number is present.
+A testpage is supplied test.txt describes how the test works.
+The oldfunction read_exif_data has got an alias exif_read_data

As the old version of this module is very buggy i decided to implement the testpage (test.txt) and to create the alias. The test script only works with the alias as the old version does not pass tests. By the way it seems a good way to prepend 'exif_' to all functions in the module.
ext/exif/exif.c
ext/exif/php_exif.h
ext/exif/test.txt [new file with mode: 0644]