1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

UPGRADING for GH-17698

This commit is contained in:
Arnaud Le Blanc
2025-02-19 17:04:10 +01:00
parent 3b23de31db
commit bcf0ee185b

View File

@@ -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.