diff options
author | Fabien Villepinte <fabien.villepinte@gmail.com> | 2019-09-16 15:40:43 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-09-16 15:55:23 +0200 |
commit | 42046c71eef344b139390c1727b885d7a7b83edc (patch) | |
tree | 98e7f1cff7ae056a4bd2a50151ecc94a214c5e22 | |
parent | 8c0c06da860ddc874dd030485e3a66fd017c1334 (diff) | |
download | php-git-42046c71eef344b139390c1727b885d7a7b83edc.tar.gz |
Fix typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |