1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ????, PHP 7.3.8
4
-
5
- - EXIF:
6
- . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
7
- (CVE-2019-11042) (Stas)
8
- . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
9
- (CVE-2019-11041) (Stas)
10
-
11
- - OPcache:
12
- . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
13
-
14
- - PCRE:
15
- . Fixed bug #78338 (Array cross-border reading in PCRE). (cmb)
16
-
17
- - Phar:
18
- . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
19
-
20
- - Phpdbg:
21
- . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
22
-
23
- 18 Jul 2019, PHP 7.3.8RC1
3
+ 01 Aug 2019, PHP 7.3.8
24
4
25
5
- Core:
26
6
. Added syslog.filter=raw option. (Erik Lundin)
@@ -30,6 +10,12 @@ PHP NEWS
30
10
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
31
11
. Updated timelib to 2018.02. (Derick)
32
12
13
+ - EXIF:
14
+ . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
15
+ (CVE-2019-11042) (Stas)
16
+ . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
17
+ (CVE-2019-11041) (Stas)
18
+
33
19
- FTP:
34
20
. Fixed bug #78039 (FTP with SSL memory leak). (Nikita)
35
21
@@ -49,6 +35,7 @@ PHP NEWS
49
35
socket-to-stream). (Nikita)
50
36
51
37
- Opcache:
38
+ . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
52
39
. Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
53
40
. Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
54
41
(cmb)
@@ -57,13 +44,20 @@ PHP NEWS
57
44
(Andrew Collington)
58
45
59
46
- PCRE:
47
+ . Fixed bug #78338 (Array cross-border reading in PCRE). (cmb)
60
48
. Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
61
49
version strings). (pgnet, Peter Kokot)
62
50
63
51
- PDO_Sqlite:
64
52
. Fixed bug #78192 (SegFault when reuse statement after schema has changed).
65
53
(Vincent Quatrevieux)
66
54
55
+ - Phar:
56
+ . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
57
+
58
+ - Phpdbg:
59
+ . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
60
+
67
61
- SQLite:
68
62
. Upgraded to SQLite 3.28.0. (cmb)
69
63
0 commit comments