It is critical we stay up with Industry standards. Features, security, and functions continue to progress as software matures. In addition, development communities, which provide the backbone of modifications and updates on software, focus on the latest version and eventually reach a point where they no longer provide updates to specific versions. PHP 5.6 and 7.0 have reached their end of life and security will no longer be patched and supported after December of 2018 (for more information about End of Life products, see What Does End-of-life (EOL) Mean for Me?). Because of the inherent vulnerabilities of unsupported software, we must remove these versions from our platform. To learn more about the supported versions of PHP, see PHP Supported Versions.
With the upcoming move from PHP 5.6 / 7.0 to PHP 7.2, we want to prepare you by spreading awareness of deprecated code or code changes to help you prepare for making changes on your websites. Cloud Sites will not support/process PHP 5.6 and 7.0 starting mid-February 2019.
Below is a list of major changes between PHP versions moving from PHP 5.6 or 7.0 to PHP 7.2 that we commonly see used for Cloud Sites:
Features that have been deprecated or removed:
- mcrypt: The mcrypt module was deprecated and removed in 7.2. See mcrypt. The mcrypt library supported a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), and other cipher modes. Since the mcrypt library has not seen any updates since 2007, it was marked as deprecated in PHP 7.1, then removed from PHP 7.2. The alternative solutions for block algorithms are openssl and sodium modules, which are provided in our PHP 7.2 installation. For more information on these alternatives, see OpenSSL and Sodium.
- memcache: This feature was deprecated and removed in 7.2. For sites using memcache for caching or session handling, Cloud Sites has begun using the current feature memcached (with a "D") extension instead of the memcache (without a "D") extension beginning with PHP 7.0. For more information, see memcached.
- xmlrpc: The xmlrpc extension is not enabled by default in PHP. However, it was included in the Cloud Sites PHP installations up until PHP 5.6. While we're removing support for it in PHP 7.0 and beyond, there are several other modules and extensions that offer support for XML. The xmlrpc php interface in WordPress is still valid.
- ZendGuard Loader: The developers have not added Zend Guard to PHP 7 (see Zend Guard and PHP 7). All PHP installations on Cloud Sites still provide the ionCube Loader for customers who would like to have PHP encoding available.
Features that will have changes:
- imagick: The imagick version will be moving from 3.2.0RC1 to 3.4.3. There were bug fixes that were implemented. For a full list of changes, please refer to the changelog.
- MSSQL: For those sites connecting to MSSQL databases, PHP 5.6 marks the end of life for the MSSQL functions. Going forward, it's recommended to use the PDO_ODBC driver, which exists in our PHP 7.2 installation. PDO_ODBC also exists in the current PHP 5.6 installation, which means that you can test replacements without upgrading technology versions.
- MySQL: For those sites connecting to MySQL databases, PHP 5.6 also marks the end of the MySQL functions. These functions were deprecated in PHP 5.5 and removed completely in PHP 7.0. It is recommended to use either the mysqli or PDO_MySQL extensions, both of which are provided in our PHP 7.2 installation. These replacements also exist in our existing PHP 5.6 installation, which means that you can test replacements without upgrading technology versions.
If you have any other questions or concerns about the change , you may also want to review PHP's documentation on backward incompatible changes when changing between the following versions:
PHP 7.2 Compatibility with Major CMS(s):
Many customers use Content Management Software (CMS) to maintain their sites. Below is the list of our most Common CMS’s in Cloud Sites and their compatibility with PHP 7.2.
- WordPress - Compatibility of PHP 7.2 was officially added to WordPress with 4.9.3, which was released February 5th, 2018. Third party plugins and extensions will have their own release cycles, so you will need to check the developer's documentation.
- Joomla - Compatibility of PHP 7.2 has technically been available since 3.8.0, but they're still working on PHP 7.2 compatibility fixes as of 3.8.6, and the Joomla developers themselves still recommend updating to PHP 7.1 instead of PHP 7.2.
- Drupal - Compatibility of PHP 7.2 was officially added as of Drupal 8.5.0, which was released March 7th, 2018, and is the recommended version from that release forward. Third party plugins and extensions will have their own release cycles, so you will need to check the developer's documentation.
Testing your Sites on PHP 7.2:
Now is the time for you to test your websites on PHP 7.2 and make any changes necessary. You can test your site by adjusting the Test Link provided in your Cloud Sites control panel. Simply change the php version portion of the link from whatever is currently listed to "php72" in your browser and it will display how the site will respond using PHP 7.2. For example:
Current link in Control Panel: http://www.examplesite.com.php56-38.lan3-1.websitetestlink.com New link to test PHP 7.2: http://www.examplesite.com.php72-38.lan3-1.websitetestlink.com
Alternatively, you can view your site as it would function in PHP 7.2 by using an alternative IP address. The following article has the details of how you can use the IP versus Test Link: Cloud Sites PHP 7.1 and 7.2 Release and PHP 5.6 and 7.0 Retirement.
After your testing is completed and your website works with PHP 7.2, you can update the technology of your website via the “Update Technology” option in the Cloud Sites control panel.
Note: |
When you update the technology of your website to PHP 7.2, you cannot roll back the PHP version. If you have any questions, please reach out to Support. |
- Open your Cloud Sites Control Panel and click on the Settings wheel next to the site you want to upgrade to PHP 7.2. Then click Update Technology.
- Choose the appropriate PHP settings and click Update Technology to apply the changes.
Comments
0 comments
Please sign in to leave a comment.