andrey Sun Jun 15 11:28:50 2003 EDT Modified files: /php4/ext/exif exif.c Log: proto fixes Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.149 php4/ext/exif/exif.c:1.150 --- php4/ext/exif/exif.c:1.149 Tue Jun 10 16:03:28 2003 +++ php4/ext/exif/exif.c Sun Jun 15 11:28:50 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: exif.c,v 1.149 2003/06/10 20:03:28 imajes Exp $ */ +/* $Id: exif.c,v 1.150 2003/06/15 15:28:50 andrey Exp $ */ /* ToDos * @@ -99,7 +99,7 @@ }; /* }}} */ -#define EXIF_VERSION "1.4 $Id: exif.c,v 1.149 2003/06/10 20:03:28 imajes Exp $" +#define EXIF_VERSION "1.4 $Id: exif.c,v 1.150 2003/06/15 15:28:50 andrey Exp $" /* {{{ PHP_MINFO_FUNCTION */ @@ -2218,7 +2218,7 @@ #endif /* }}} */ -/* {{{ proto string|false exif_tagname(index) +/* {{{ proto string exif_tagname(index) Get headername for index or false if not defined */ PHP_FUNCTION(exif_tagname) { @@ -3722,7 +3722,7 @@ } /* }}} */ -/* {{{ proto array|false exif_read_data(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]]) +/* {{{ proto array exif_read_data(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]]) Reads header data from the JPEG/TIFF image filename and optionally reads the internal thumbnails */ PHP_FUNCTION(exif_read_data) { @@ -3913,7 +3913,7 @@ } /* }}} */ -/* {{{ proto string|false exif_thumbnail(string filename [, &width, &height [, &imagetype]]) +/* {{{ proto string exif_thumbnail(string filename [, &width, &height [, &imagetype]]) Reads the embedded thumbnail */ PHP_FUNCTION(exif_thumbnail) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php