From cd63740db780569c0f3f37aec13062c8f765abed Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 8 Aug 2014 12:00:13 -0700 Subject: [PATCH] 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.) --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 7a174c47c2..f479e0d2ae 100644 --- a/UPGRADING +++ b/UPGRADING @@ -89,6 +89,10 @@ PHP 5.6 UPGRADE NOTES - Added a function for timing attack safe string comparison (https://wiki.php.net/rfc/timing_attack) +- Added the __debugInfo() magic method to allow userland classes to implement + the get_debug_info API previously available only to extensions. + (https://wiki.php.net/rfc/debug-info) + - Added gost-crypto (CryptoPro S-box) hash algorithm. - Stream wrappers verify peer certificates and host names by default in -- 2.40.0