File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 7.2.16
4
4
5
-
6
- 21 Feb 2019, PHP 7.2.16RC1
7
-
8
5
- Core:
9
6
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
10
7
(Laruence)
@@ -13,13 +10,24 @@ PHP NEWS
13
10
. Fixed bug #77621 (Already defined constants are not properly reported).
14
11
(cmb)
15
12
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
+
16
19
- PDO_OCI:
17
20
. Support Oracle Database tracing attributes ACTION, MODULE,
18
21
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
19
22
23
+ - PHAR:
24
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
25
+ (bishop)
26
+
20
27
- SPL:
21
28
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
22
29
relative queries). (Ahmed Abdou)
30
+ . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
23
31
24
32
- Standard:
25
33
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
You can’t perform that action at this time.
0 commit comments