UPGRADING for GH-17698

This commit is contained in:
Arnaud Le Blanc 2025-02-19 17:04:10 +01:00
parent 3b23de31db
commit bcf0ee185b
No known key found for this signature in database
GPG key ID: 0098C05DD15ABC13

View file

@ -364,6 +364,10 @@ PHP 8.5 UPGRADE NOTES
14. Performance Improvements 14. Performance Improvements
======================================== ========================================
- ReflectionProperty:
. Improved performance of the following methods: getValue(), getRawValue(),
isInitialized(), setValue(), setRawValue().
- XMLReader: - XMLReader:
. Improved property access performance. . Improved property access performance.