hardhik Posted September 3, 2014 Share Posted September 3, 2014 Hi Friends, I wanted to know what is new in PHP version 5.6.0. How is it different from its previous versions? How will benefit the security of PHP websites? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
maxxd Posted September 3, 2014 Share Posted September 3, 2014 (edited) http://php.net/ChangeLog-5.php#5.6.0 Also this: http://us1.php.net/migration56 Edited September 3, 2014 by maxxd Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted September 3, 2014 Share Posted September 3, 2014 See the PHP site. There are quite a lot of security improvements: When you download a resource via HTTPS using file_get_contents(), PHP now actually checks the certificate. Before, certificate validation was turned off by default, which is of course a joke and left a lot of applications wide open to man-in-the-middle attacks. The Mcrypt extension no longer accepts incorrect keys or missing initialization vectors. The function hash_equals() allows you to compare secret strings without leaking their content through time differences. Quote Link to comment Share on other sites More sharing options...
hardhik Posted September 4, 2014 Author Share Posted September 4, 2014 Can Constant scalar expressions improve the codings in any way? Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted September 4, 2014 Share Posted September 4, 2014 What? Do you even know what that means? Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted September 4, 2014 Share Posted September 4, 2014 Can Constant scalar expressions improve the codings in any way? They turn up the graphics on level 6. Quote Link to comment Share on other sites More sharing options...
swotsolutions Posted October 30, 2015 Share Posted October 30, 2015 Hi friends...here is the WHAT’S NEW ON PHP 5.6.0 ?? http://8subjects.com/whats-new-php-56/ Quote Link to comment Share on other sites More sharing options...
ignace Posted October 30, 2015 Share Posted October 30, 2015 Can Constant scalar expressions improve the codings in any way? Makes your requests per minute go over 9000! Quote Link to comment Share on other sites More sharing options...
scootstah Posted October 30, 2015 Share Posted October 30, 2015 Can Constant scalar expressions improve the codings in any way? You could argue readability in some places, but eh, it's just syntactic sugar. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.