We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43678a commit bb7ecb8Copy full SHA for bb7ecb8
NEWS
@@ -2,6 +2,10 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 7.3.7
4
5
+- Opcache:
6
+ . Fixed possible crashes, because of inconsistent PCRE cache and opcache
7
+ SHM reset. (Alexey Kalinin, Dmitry)
8
+
9
16 May 2019, PHP 7.3.6RC1
10
11
- cURL:
@@ -18,10 +22,6 @@ PHP NEWS
18
22
- JSON:
19
23
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
20
24
21
-- Opcache:
- . Fixed possible crashes, because of inconsistent PCRE cache and opcache
- SHM reset. (Alexey Kalinin, Dmitry)
-
25
- PDO_MySQL:
26
. Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb)
27
0 commit comments