From bcf0ee185bbc57da13853ce9b67a7d959ca8fdac Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Wed, 19 Feb 2025 17:04:10 +0100 Subject: [PATCH] UPGRADING for GH-17698 --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 4a89f3ea009..7cfe2372ab9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -364,6 +364,10 @@ PHP 8.5 UPGRADE NOTES 14. Performance Improvements ======================================== +- ReflectionProperty: + . Improved performance of the following methods: getValue(), getRawValue(), + isInitialized(), setValue(), setRawValue(). + - XMLReader: . Improved property access performance.