]> granicus.if.org Git - php/commitdiff
Fix typo in PHP 7.2 changelog
authorjrfnl <jrfnl@users.noreply.github.com>
Mon, 24 Jul 2017 20:12:37 +0000 (22:12 +0200)
committerSara Golemon <pollita@php.net>
Mon, 24 Jul 2017 20:57:07 +0000 (16:57 -0400)
UPGRADING

index 6d502cf697ef0cab92c1b9c36eaec7cba8d98aa9..9dcfbebb6fefa4512581a629d9bbc59c44c10aa5 100644 (file)
--- 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)