diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-08-14 16:47:40 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-08-14 16:47:40 +0200 |
commit | dee9227b6f6c89113e8964649afaf57c2ebf1027 (patch) | |
tree | 72a2baeb28b2057b89e189a46fb488dec487223c /UPGRADING | |
parent | b60f6e95a473d1ae97fdf20cec4cfefc06b24ec2 (diff) | |
download | php-dee9227b6f6c89113e8964649afaf57c2ebf1027.tar.gz |
New upstream version 5.6.0~rc4+dfsgupstream/5.6.0_rc4+dfsg
Diffstat (limited to 'UPGRADING')
-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 |