Skip to content

Commit

Permalink
Removed read_exif_data() alias
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jan 30, 2019
1 parent a0eb73e commit 1b332bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 129 deletions.
3 changes: 3 additions & 0 deletions UPGRADING
Expand Up @@ -38,6 +38,9 @@ PHP 8.0 UPGRADE NOTES
. mktime() and gmmktime() now require at least one argument. time() can be
used to get the current timestamp.

- Exif:
. Removed read_exif_data(). exif_read_data() should be used instead.

- Filter:
. The FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED flags for the
FILTER_VALIDATE_URL filter have been removed. The scheme and host are (and
Expand Down
1 change: 0 additions & 1 deletion ext/exif/exif.c
Expand Up @@ -97,7 +97,6 @@ ZEND_END_ARG_INFO()
*/
static const zend_function_entry exif_functions[] = {
PHP_FE(exif_read_data, arginfo_exif_read_data)
PHP_DEP_FALIAS(read_exif_data, exif_read_data, arginfo_exif_read_data)
PHP_FE(exif_tagname, arginfo_exif_tagname)
PHP_FE(exif_thumbnail, arginfo_exif_thumbnail)
PHP_FE(exif_imagetype, arginfo_exif_imagetype)
Expand Down
64 changes: 0 additions & 64 deletions ext/exif/tests/exif_read_exif_data_basic-mb.phpt

This file was deleted.

64 changes: 0 additions & 64 deletions ext/exif/tests/exif_read_exif_data_basic.phpt

This file was deleted.

0 comments on commit 1b332bb

Please sign in to comment.