summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b1c722c4a4..78eac70d71 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -116,6 +116,7 @@ PHP 8.0 UPGRADE NOTES
* Attempting to read an undefined variable.
* Attempting to read an undefined property.
+ * Attempting to read an undefined array key.
* Attempting to read a property of a non-object.
* Attempting to access an array index of a non-array.
* Attempting to convert an array to string.
@@ -685,6 +686,8 @@ PHP 8.0 UPGRADE NOTES
- Date:
. Added DateTime::createFromInterface() and
DateTimeImmutable::createFromInterface().
+ . Added the DateTime format specifier "p" which is the same as "P" but
+ returning "Z" for UTC.
- Dom:
. Introduce DOMParentNode and DOMChildNode with new traversal and