summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-19 16:35:12 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-19 16:35:12 +0200
commit268b5fec8e42e82dce398b86a4970ad8875978d3 (patch)
treeb7ed8a105a5570e170a56d78d5aad1fb251bba55 /NEWS
parentb8cba88904a509abd2c141ebcdb952cfd9471063 (diff)
downloadphp-git-268b5fec8e42e82dce398b86a4970ad8875978d3.tar.gz
Fixed bug #78182
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 006ed9cebc..50402e8411 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
. Fixed bug #78151 (Segfault caused by indirect expressions in PHP 7.4a1).
(Nikita)
. Fixed bug #78154 (SEND_VAR_NO_REF does not always send reference). (Nikita)
+ . Fixed bug #78182 (Segmentation fault during by-reference property
+ assignment). (Nikita)
- Date:
. Fixed #69044 (discrepency between time and microtime). (krakjoe)