ChemicalServers Posted October 29, 2016 Share Posted October 29, 2016 So I saw on my CloudLinux settings that ioncube it available to enable on PHP 7. So I enabled it, and whmcs is running so much quicker compared to PHP 5.6. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted November 1, 2016 Share Posted November 1, 2016 So I saw on my CloudLinux settings that ioncube it available to enable on PHP 7. So I enabled it, and whmcs is running so much quicker compared to PHP 5.6. That's great to hear, I'm still using 5.6 but I would be more inclined to update if it's going to be faster. Has anyone else had the same experience with PHP V7? 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted November 3, 2016 Share Posted November 3, 2016 am also still use PHP 5.6 later am going to check my dev machine that have php 7 0 Quote Link to comment Share on other sites More sharing options...
ChemicalServers Posted November 4, 2016 Author Share Posted November 4, 2016 Its been a few days in, no bugs as of yet. All the provisioning tools, and payment tools seem to work. No errors at all 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Nate Posted November 17, 2016 Share Posted November 17, 2016 In our testing we saw 10% - 20% speed improvements depending on the area of the product. Depending on your server setup, resources, etc it can vary. The biggest warning I would give is to ensure that you don't depend on 3rd party modules that are encoded with older versions of the ioncube encoder. Due to the differences in the php engine, Ioncube was not able to provide the same level of backwards compatibility that previous versions of the loaders and this is the primary reason we have seen for not adopting PHP 7. 0 Quote Link to comment Share on other sites More sharing options...
mustardman Posted March 21, 2017 Share Posted March 21, 2017 (edited) I am running WHMC v7 side by side using PHP v5.6 and PHP v7. I don't see any difference. Both servers are identical. All I did was clone them and update one to PHP v7. Don't believe the hype. It's not noticeably faster. At least not for WHMCS. To make a proper comparison you should test with the WHMCS cache cleared and not run any other type of caching. If you want to use it fine. It seems to work. Just make sure all your 3rd party modules support it. Don't upgrade just because it's new and shiny and surrounded by hype. Test it first to make sure everything you are doing works. Edited March 21, 2017 by mustardman 0 Quote Link to comment Share on other sites More sharing options...
markhughes Posted April 10, 2017 Share Posted April 10, 2017 As well as ensuring your 3rd modules don't use the older ioncube encoder, its also important to make sure they aren't using the deprecated mysql_ package. (e.g. using functions like mysql_query, mysql_connect - it should be mysqli_query, mysqli_connect, etc) - or even better, PDO. As this has been removed all together in PHP 7. Theres some other stuff too: https://secure.php.net/manual/en/migration70.incompatible.php PHP 7 is faster. No questions asked, it is even faster than HHVM in many cases. We're not talking "the page will load 100x faster" but it will probably shave 1-2 seconds off page load time for heavy scripts (which is still really good) Take a look at this too: https://www.zend.com/en/resources/php7_infographic 0 Quote Link to comment Share on other sites More sharing options...
kaufenpreis Posted April 10, 2017 Share Posted April 10, 2017 I'm still using PHP5. Don't upgrade. PHP 5.5 vs 7: https://www.enovation.ie/php-5-5-vs-php-7-performance-comparison-moodle-3-0/ 1 Quote Link to comment Share on other sites More sharing options...
linaa Posted April 29, 2017 Share Posted April 29, 2017 I also heard from some of my friends that used it that it is faster, SO it is quite good and better to use than the previous versions. 0 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.