ClicShopping Posted November 2, 2019 Share Just a little note. PHP 7.4 is out soon (end of this month) and bring lot of new features or deprecated features. I will start to stest ClicShopping under php 7.4 soon If you see something report on Github (ClicShopping, Official and community) the error or the bug. If you have time. 3 1 Quote Link to post
Drack Posted November 2, 2019 Share Hello @ClicShopping, Nice. My hoster do not propose this at this time but, when this option will be available, I will make some test and report if I see something. Quote Link to post
Monkey Posted November 2, 2019 Share Thank you for this report : Some information there : https://kinsta.com/blog/php-7-4/ Official page : https://wiki.php.net/rfc#php_74 1 Quote Link to post
Patrick Posted November 2, 2019 Share (edited) A nice function apear inside php 7.4 : Preload : https://wiki.php.net/rfc/preload It can increased the speed of the website, not a little . But the problem, every time you change something inside a file, you must restart the server because everything is push in memory. https://andrewdavis.me/post/introduction-to-php-7-4-preload/ Note : when I wil install php 7.4, I will make some test also ! Edited November 2, 2019 by Patrick 2 Quote Link to post
Manupichu Posted November 2, 2019 Share About the preload, I take time to read, and I more moderate on that. Depends of the site, it can increase or not the website. I do not know if it will be implemented inside ClicShopping, we will see. Quote Link to post
Drack Posted December 1, 2019 Share Hello, I saw a problem about implode and language class, it creates deprecated error. I let the solution found. implode($get_params, '&'); by implode('&', $get_params); 2 3 Quote Link to post
ClicShopping Posted December 1, 2019 Author Share Hello, @Drack, thank you for this report, updated. The ClicShopping Core seems to work fine with php 7.4, just the external libraries must be updated eventually, for that we must wait the developer to make the work. If I see something, I will update the core. There, the elements can put eventually a problem after a quick search (I do not say, you will have an error, more test must be again done) : base on this information : https://www.php.net/manual/fr/migration74.deprecated.php Using array_key_exists() on objects (some external libraries) ¶ Magic quotes functions (ckeditor) ==> no impact 1 4 Quote Link to post
Drack Posted December 1, 2019 Share Ok, I will continue my test, seems the external libraries works fine in the core version. I have no error at this moment. Quote Link to post
Victorious Posted December 2, 2019 Share @ClicShopping, @Drack, Thank you for your works and informations. Nice to know there is not specific problem with 7.4. Quote Link to post
Drack Posted December 3, 2019 Share (edited) The performance is better that 7.3x but you must have all your applications must work with php 7.4. You must be care full, after ClicShopping seems works fine with 7.4. Of course, you must download and update your application with the latest commit. Edited December 3, 2019 by Drack Quote Link to post
Patrick Posted December 6, 2019 Share @Carole, Install on your local server php 7.4 and test you application. If everything works fine, you can go in production. Quote Link to post
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.