Skip to content

Commit 375191a

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fixed bug #79062
2 parents 0bffee4 + 6c48da9 commit 375191a

File tree

4 files changed

+8533
-4
lines changed

4 files changed

+8533
-4
lines changed

NEWS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ PHP NEWS
3838
- MySQLi:
3939
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
4040

41+
- Opcache:
42+
. Fixed bug #79252 (preloading causes php-fpm to segfault during exit).
43+
(Nikita)
44+
4145
- PCRE:
4246
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
4347
and unicode). (Nikita)
@@ -48,6 +52,10 @@ PHP NEWS
4852
- PDO_ODBC:
4953
. Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). (cmb)
5054

55+
- Reflection:
56+
. Fixed bug #79062 (Property with heredoc default value returns false for
57+
getDocComment). (Nikita)
58+
5159
- SQLite3:
5260
. Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). (cmb)
5361

@@ -60,10 +68,6 @@ PHP NEWS
6068
. Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length
6169
parameters). (Remi)
6270

63-
- Opcache:
64-
. Fixed bug #79252 (preloading causes php-fpm to segfault during exit).
65-
(Nikita)
66-
6771
20 Feb 2020, PHP 7.4.3
6872

6973
- Core:

0 commit comments

Comments
 (0)