Skip to content

Commit 5829fd8

Browse files
committed
add NEWS entries
1 parent 5f5e9cd commit 5829fd8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

NEWS

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 7.2.16
44

5-
6-
21 Feb 2019, PHP 7.2.16RC1
7-
85
- Core:
96
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
107
(Laruence)
@@ -13,13 +10,24 @@ PHP NEWS
1310
. Fixed bug #77621 (Already defined constants are not properly reported).
1411
(cmb)
1512

13+
- EXIF:
14+
. Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
15+
. Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
16+
. Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
17+
. Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
18+
1619
- PDO_OCI:
1720
. Support Oracle Database tracing attributes ACTION, MODULE,
1821
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
1922

23+
- PHAR:
24+
. Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
25+
(bishop)
26+
2027
- SPL:
2128
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
2229
relative queries). (Ahmed Abdou)
30+
. Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
2331

2432
- Standard:
2533
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).

0 commit comments

Comments
 (0)