php-src/NEWS

33 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-07-21 14:36:36 +00:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2016-07-21 03:09:52 +00:00
?? ??? 2016, PHP 7.2.0alpha1
2015-12-03 16:01:22 +00:00
- Core:
. Fixed bug #54535 (WSA cleanup executes before MSHUTDOWN). (Kalle)
2016-08-03 08:05:33 +00:00
- EXIF:
2016-08-09 17:29:36 +00:00
. Added support for vendor specific tags for the following formats:
Samsung, DJI, Panasonic, Sony, Pentax, Minolta & Sigma/Foveon. (Kalle)
2016-08-09 17:29:36 +00:00
. Fixed bug #72682 (exif_read_data() fails to read all data for some
images). (Kalle)
2016-08-09 17:29:36 +00:00
. Fixed bug #71534 (Type confusion in exif_read_data() leading to heap
overflow in debug mode). (hlt99 at blinkenshell dot org, Kalle)
2016-08-09 17:29:36 +00:00
. Fixed bug #68547 (Exif Header component value check error).
(sjh21a at gmail dot com, Kalle)
2016-08-09 17:29:36 +00:00
. Fixed bug #66443 (Corrupt EXIF header: maximum directory nesting level
reached for some cameras). (Kalle)
2016-08-09 17:29:36 +00:00
. Fixed Redhat bug #1362571 (PHP not returning full results for
2016-08-03 10:29:09 +00:00
exif_read_data function). (Kalle)
2016-08-03 08:05:33 +00:00
- GMP:
. Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
- Mbstring:
2016-08-10 06:20:45 +00:00
. Implemented request #66024 (mb_chr() and mb_ord()) (Masakielastic, Yasuo)
2016-08-10 05:53:27 +00:00
. Implemented request #65081 (mb_scrub()) (Masakielastic, Yasuo)
. Implemented request #69086 (enhancement for mb_convert_encoding() that
handles multibyte replacement char nicely) (Masakielastic, Yasuo)
2014-09-01 22:47:49 +00:00
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
2016-08-09 17:29:36 +00:00