summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index cf7cc8ed1c..fa1bf056eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2021, PHP 8.0.4
+?? ??? 2021, PHP 8.0.5
+
+- FFI:
+ . Fixed bug #80847 (CData structs with fields of type struct can't be passed
+ as C function argument). (Nickolas Daniel da Silva, Dmitry)
+
+01 Apr 2021, PHP 8.0.4
- Core:
. Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb)
@@ -12,10 +18,6 @@ PHP NEWS
- Dba:
. Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)
-- FFI:
- . Fixed bug #80847 (CData structs with fields of type struct can't be passed
- as C function argument). (Nickolas Daniel da Silva, Dmitry)
-
- IMAP:
. Fixed bug #80800 (imap_open() fails when the flags parameter includes
CL_EXPUNGE). (girgias)