From: Adam Harvey Date: Fri, 8 Aug 2014 19:00:13 +0000 (-0700) Subject: Add __debugInfo() to UPGRADING. X-Git-Tag: PRE_PHPNG_MERGE~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd63740db780569c0f3f37aec13062c8f765abed;p=php 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.) --- 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