summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2019-09-16 15:40:43 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-16 15:55:23 +0200
commit42046c71eef344b139390c1727b885d7a7b83edc (patch)
tree98e7f1cff7ae056a4bd2a50151ecc94a214c5e22
parent8c0c06da860ddc874dd030485e3a66fd017c1334 (diff)
downloadphp-git-42046c71eef344b139390c1727b885d7a7b83edc.tar.gz
Fix typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 744c8f8754..3068f3fad5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP NEWS
- Core:
. Fixed incorrect usage of QM_ASSIGN instruction. It must not return IS_VAR.
- As a side effect, this allowed passigng left hand list() "by reference",
+ As a side effect, this allowed passing left hand list() "by reference",
instead of compile-time error. (Dmitry)
. Fixed bug #78531 (Crash when using undefined variable as object). (Dmitry)
. Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).