From f1d78579695dd911df13174f776c76d6efbebc21 Mon Sep 17 00:00:00 2001 From: "Issei.M" Date: Sun, 23 Jul 2017 23:08:49 +0900 Subject: [PATCH] Fix typo in UPGRADING for 7.2 --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 6e6dd5592a..6d502cf697 100644 --- a/UPGRADING +++ b/UPGRADING @@ -25,7 +25,7 @@ PHP 7.2 UPGRADE NOTES . is_object() will now return true for objects of class __PHP_Incomplete_Class. . Support for Netware operating systems have been removed. - . Casting arrays to objects (with (object) or settype()) will now covert + . Casting arrays to objects (with (object) or settype()) will now convert integer keys to string property names. This fixes the behaviour of previous versions, where integer keys would become inaccessible properties with integer names. -- 2.40.0