Skip to content

Commit cd63740

Browse files
committed
Add __debugInfo() to UPGRADING.
RMs: this is an UPGRADING only change, and should be safe for RCs. Developers: please remember to update UPGRADING, otherwise there's a good chance your shiny new feature won't be documented! (As has happened here.)
1 parent 8b82971 commit cd63740

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ PHP 5.6 UPGRADE NOTES
8989
- Added a function for timing attack safe string comparison
9090
(https://wiki.php.net/rfc/timing_attack)
9191

92+
- Added the __debugInfo() magic method to allow userland classes to implement
93+
the get_debug_info API previously available only to extensions.
94+
(https://wiki.php.net/rfc/debug-info)
95+
9296
- Added gost-crypto (CryptoPro S-box) hash algorithm.
9397

9498
- Stream wrappers verify peer certificates and host names by default in

0 commit comments

Comments
 (0)