Skip to content

Commit c88e2cc

Browse files
committed
Removed read_exif_data() alias
1 parent 5a2787a commit c88e2cc

File tree

4 files changed

+3
-129
lines changed

4 files changed

+3
-129
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ PHP 8.0 UPGRADE NOTES
3838
. mktime() and gmmktime() now require at least one argument. time() can be
3939
used to get the current timestamp.
4040

41+
- Exif:
42+
. Removed read_exif_data(). exif_read_data() should be used instead.
43+
4144
- Filter:
4245
. The FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED flags for the
4346
FILTER_VALIDATE_URL filter have been removed. The scheme and host are (and

ext/exif/exif.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ ZEND_END_ARG_INFO()
9797
*/
9898
static const zend_function_entry exif_functions[] = {
9999
PHP_FE(exif_read_data, arginfo_exif_read_data)
100-
PHP_DEP_FALIAS(read_exif_data, exif_read_data, arginfo_exif_read_data)
101100
PHP_FE(exif_tagname, arginfo_exif_tagname)
102101
PHP_FE(exif_thumbnail, arginfo_exif_thumbnail)
103102
PHP_FE(exif_imagetype, arginfo_exif_imagetype)

ext/exif/tests/exif_read_exif_data_basic-mb.phpt

Lines changed: 0 additions & 64 deletions
This file was deleted.

ext/exif/tests/exif_read_exif_data_basic.phpt

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)