From: jrfnl Date: Mon, 24 Jul 2017 20:12:37 +0000 (+0200) Subject: Fix typo in PHP 7.2 changelog X-Git-Tag: php-7.2.0beta2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f901e7e3c5b411a4d22b92e132ffa3ed051c9941;p=php Fix typo in PHP 7.2 changelog --- diff --git a/UPGRADING b/UPGRADING index 6d502cf697..9dcfbebb6f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -161,7 +161,7 @@ All the deprecated functionality listed in the following will be removed in PHP 8.0. - Core: - . The trace_errors ini directive has been deprecated. + . The track_errors ini directive has been deprecated. . The __autoload() mechanism has been deprecated, use spl_autoload_register() instead. . The (unset) cast has been deprecated. This does not affect the unset($var)