File tree Expand file tree Collapse file tree 4 files changed +8533
-4
lines changed Expand file tree Collapse file tree 4 files changed +8533
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ PHP NEWS
38
38
- MySQLi:
39
39
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
40
40
41
+ - Opcache:
42
+ . Fixed bug #79252 (preloading causes php-fpm to segfault during exit).
43
+ (Nikita)
44
+
41
45
- PCRE:
42
46
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
43
47
and unicode). (Nikita)
@@ -48,6 +52,10 @@ PHP NEWS
48
52
- PDO_ODBC:
49
53
. Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). (cmb)
50
54
55
+ - Reflection:
56
+ . Fixed bug #79062 (Property with heredoc default value returns false for
57
+ getDocComment). (Nikita)
58
+
51
59
- SQLite3:
52
60
. Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). (cmb)
53
61
@@ -60,10 +68,6 @@ PHP NEWS
60
68
. Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length
61
69
parameters). (Remi)
62
70
63
- - Opcache:
64
- . Fixed bug #79252 (preloading causes php-fpm to segfault during exit).
65
- (Nikita)
66
-
67
71
20 Feb 2020, PHP 7.4.3
68
72
69
73
- Core:
You can’t perform that action at this time.
0 commit comments