diff options
author | Adam Harvey <aharvey@php.net> | 2014-08-08 12:00:13 -0700 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-08-08 12:00:13 -0700 |
commit | cd63740db780569c0f3f37aec13062c8f765abed (patch) | |
tree | 8be7d11d1391712afc4b3d8e8ce6c0d0b57dd2b3 | |
parent | 8b8297170ec9d17f975df4189142d989f9c9b21a (diff) | |
download | php-git-cd63740db780569c0f3f37aec13062c8f765abed.tar.gz |
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.)
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |