summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2014-08-08 12:00:13 -0700
committerAdam Harvey <aharvey@php.net>2014-08-08 12:00:13 -0700
commitcd63740db780569c0f3f37aec13062c8f765abed (patch)
tree8be7d11d1391712afc4b3d8e8ce6c0d0b57dd2b3
parent8b8297170ec9d17f975df4189142d989f9c9b21a (diff)
downloadphp-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--UPGRADING4
1 files changed, 4 insertions, 0 deletions
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