diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-05-06 05:18:27 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-05-06 05:18:27 +0200 |
commit | c025cf47c00ed5db086c69ed76dc88ca4238255e (patch) | |
tree | b1e9ddcf7a4814f7efc4353224f3837a4e2da06b | |
parent | 6be6cac6f4c41338c57642e9f6747f7f7711d1d3 (diff) | |
download | php-git-c025cf47c00ed5db086c69ed76dc88ca4238255e.tar.gz |
Rename uppercase JPG file to lowercase jpg
To not introduce new file type and since it is not related to a test.
Lowercase JPG file type more common and recommended to use.
-rw-r--r-- | ext/exif/tests/bug77184/DJI_0245_tiny.jpg (renamed from ext/exif/tests/bug77184/DJI_0245_tiny.JPG) | bin | 26001 -> 26001 bytes | |||
-rw-r--r-- | ext/exif/tests/bug77184/bug77184.phpt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/tests/bug77184/DJI_0245_tiny.JPG b/ext/exif/tests/bug77184/DJI_0245_tiny.jpg Binary files differindex dd5adbd7ce..dd5adbd7ce 100644 --- a/ext/exif/tests/bug77184/DJI_0245_tiny.JPG +++ b/ext/exif/tests/bug77184/DJI_0245_tiny.jpg diff --git a/ext/exif/tests/bug77184/bug77184.phpt b/ext/exif/tests/bug77184/bug77184.phpt index da2bbc048f..54ecedf927 100644 --- a/ext/exif/tests/bug77184/bug77184.phpt +++ b/ext/exif/tests/bug77184/bug77184.phpt @@ -7,7 +7,7 @@ output_handler= zlib.output_compression=0 --FILE-- <?php -$infile = __DIR__.'/DJI_0245_tiny.JPG'; +$infile = __DIR__.'/DJI_0245_tiny.jpg'; $tags = exif_read_data($infile); echo $tags['GPSLatitude'][2], PHP_EOL; echo $tags['GPSLongitude'][2], PHP_EOL; |