From 479950d4319e368ce28056f8ca799c72fecc6570 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Mon, 14 Dec 2015 12:51:20 +0800 Subject: [PATCH] MDL-52499 core: link to php7 documentation --- lib/upgrade.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index b7caa452dd4..8cedc33f3af 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -13,7 +13,8 @@ information provided here is intended especially for developers. is consistent with web services. * Several changes in Moodle core, standard plugins and third party libraries to ensure compatibility with PHP7. All plugins are recommended to perform testing - against PHP7 as well. The following changes may affect you: + against PHP7 as well. Refer to https://docs.moodle.org/dev/Moodle_and_PHP7 for more + information. The following changes may affect you: * Class moodleform, moodleform_mod and some module classes have been changed to use __construct() for the constructor. Calling parent constructors by the class name will display debugging message. Incorrect: parent::moodleform(),