History log of /PHP-8.2/ext/exif/exif.c (Results 201 – 225 of 593)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ccd4716e 02-Jan-2018 Xinchen Hui

year++

# 9e709e2f 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment

Revision tags: php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, php-7.0.26, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1
# b7a5e71a 31-Oct-2017 Kalle Sommer Nielsen

These functions are always available, exif can't be cross version compiled anyway

# 6b88b3bc 29-Oct-2017 Kalle Sommer Nielsen

Fix compiler warnings

# 85fa3aa4 29-Oct-2017 Kalle Sommer Nielsen

We don't use a specific model for a MAKERNOTE so remove these checks that doesn't do anything anyway

# 09f829d9 29-Oct-2017 Kalle Sommer Nielsen

Remove these old comments, as for the TODO, there is already a FR for this

Revision tags: php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2
# ce1a0d97 01-Aug-2017 Anatol Belski

fix NULL deref

Revision tags: php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1
# 4d684a6c 14-Jul-2017 Kalle Sommer Nielsen

WS

# 997e2e54 13-Jul-2017 Kalle Sommer Nielsen

Ensure that the stream position is kept between reads

# f7d9f645 13-Jul-2017 Kalle Sommer Nielsen

Turn off EXIF_DEBUG so Travis don't complain at me

# bf7f6f90 13-Jul-2017 Kalle Sommer Nielsen

Don't add a new line to undefined tags in EXIF_DEBUG mode

# 9cf586cd 13-Jul-2017 Kalle Sommer Nielsen

Fix compile error with EXIF_DEBUG

# 2b7d3fb4 12-Jul-2017 Dmitry Stogov

Fixed compilation error

# 7845182e 12-Jul-2017 Kalle Sommer Nielsen

Remove debug code

# 363bb03b 12-Jul-2017 Kalle Sommer Nielsen

We need to check for the length here too, or we crash and no one likes that! :(

# 969eb834 12-Jul-2017 Kalle Sommer Nielsen

* Implemented #65187 (exif_read_data/thumbnail: add support for stream resource)
* ext/exif now uses FAST_ZPP

# 7bb696dc 08-Jul-2017 Kalle Sommer Nielsen

Silent compiler warning

# ba28d75c 08-Jul-2017 Kalle Sommer Nielsen

Deprecated the read_exif_data() alias

# 134047df 07-Jul-2017 Kalle Sommer Nielsen

We currently don't use the guessing code, so don't compile it

# e6903d47 07-Jul-2017 Kalle Sommer Nielsen

* Fixed bug #72819 (EXIF thumbnails not read anymore)
* Fixed bug #62523 (php crashes with segfault when exif_read_data called)
* Fixed the poor test case for #62523, which was a HTML documen

* Fixed bug #72819 (EXIF thumbnails not read anymore)
* Fixed bug #62523 (php crashes with segfault when exif_read_data called)
* Fixed the poor test case for #62523, which was a HTML document

Fixing #72819 had the side effect of fixing #62523 by supporting the format as seen in bug62523_1.phpt

show more ...

# cd8d0aad 07-Jul-2017 Kalle Sommer Nielsen

Fixed bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other exif readers))

# 900ce92c 07-Jul-2017 Kalle Sommer Nielsen

Fixed bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format)

Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3
# 04fb3f28 25-Jun-2017 Tom Van Looy

Remove superfluous semicolons

Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20
# 818272ae 28-May-2017 Kalle Sommer Nielsen

Added more EXIF MAKERNOTE formats:
- AGFA,
- Kyocera
- Ricoh
- Epson

Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15
# 19e80ef4 16-Jan-2017 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Update more functions with path check


12345678910>>...24