<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Server &#8211; The Core Hosting</title>
	<atom:link href="https://www.thecorehosting.net/category/server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thecorehosting.net</link>
	<description>The Core of your hosting needs</description>
	<lastBuildDate>Sun, 04 Dec 2022 04:29:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.thecorehosting.net/wp-content/uploads/2022/12/cropped-cropped-The-Core-Hosting-icon-e1460665564679-1024x1024-transparent-32x32.png</url>
	<title>Server &#8211; The Core Hosting</title>
	<link>https://www.thecorehosting.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Log4Shell: A Log4j 2 Zero day exploit</title>
		<link>https://www.thecorehosting.net/log4shell-a-log4j-2-zero-day-exploit/</link>
					<comments>https://www.thecorehosting.net/log4shell-a-log4j-2-zero-day-exploit/#respond</comments>
		
		<dc:creator><![CDATA[Jacob B]]></dc:creator>
		<pubDate>Fri, 17 Dec 2021 01:11:33 +0000</pubDate>
				<category><![CDATA[Dedicated]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shared Hosting]]></category>
		<category><![CDATA[Vps Hosting]]></category>
		<category><![CDATA[0-Day]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Log4j]]></category>
		<category><![CDATA[Log4Shell]]></category>
		<category><![CDATA[Zero Day]]></category>
		<guid isPermaLink="false">https://www.thecorehosting.net/?p=8614</guid>

					<description><![CDATA[The Core Hosting is dedicated to the proactive security of your site and strives to stay on top of the latest threats to keep you informed. Apache Log4j 2, a Java-based logging library developed by the Apache Foundation, is used by numerous enterprise-class applications and cloud services to provide advanced logging capabilities. Depending on if [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Core Hosting is dedicated to the proactive security of your site and strives to stay on top of the latest threats to keep you informed.</p>



<p class="wp-block-paragraph"><a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/2.x" target="_blank" rel="noreferrer noopener">Apache Log4j 2</a>, a Java-based logging library developed by the <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/apache.org" target="_blank" data-type="URL" data-id="https://apache.org/" rel="noreferrer noopener">Apache Foundation</a>, is used by numerous enterprise-class applications and cloud services to provide advanced logging capabilities. Depending on if you currently utilize a Managed, or UnManaged service, you may be vulnerable to this newly found Zero day Exploit. For customers who enjoy the benefits of a Managed service, such as our Managed VPS, Managed Dedicated Hosting, or Shared hosting users, you have nothing to worry about, as our services where patched the moment it was available. For anyone Self-managing their services, now is the time to update if you have not already.</p>



<p class="wp-block-paragraph">On November 24, 2021, Alibaba Cloud’s security team reported a Log4j 2 remote code execution vulnerability to Apache. The exploit takes advantage of some Log4j functions that perform recursive analysis. Which, with specially constructed malicious requests, attackers can trigger <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/Arbitrary_code_execution" target="_blank" rel="noreferrer noopener">remote code execution</a>.</p>



<p class="wp-block-paragraph">The vulnerability impacts default configurations of several Apache frameworks, including:</p>



<ul class="wp-block-list">
<li>Apache Druid</li>



<li>Apache Flink</li>



<li>Apache Solr</li>



<li>Apache Struts2</li>
</ul>



<p class="wp-block-paragraph">In Apache Log4j2 versions up to and including 2.14.1 (excluding security releases 2.3.1, 2.12.2 and 2.12.3), the JNDI features used in configurations, log messages, and parameters do not protect against attacker-controlled LDAP and other JNDI related endpoints. An attacker who can control log messages or log message parameters can execute arbitrary code loaded from LDAP servers when message lookup substitution is enabled. <sup><a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/security.html" target="_blank" rel="noreferrer noopener nofollow">Source</a></sup></p>



<p class="wp-block-paragraph">On December 10, 2021, this vulnerability was officially designated in the NIST national vulnerability database as <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/cvename.cgi?name=CVE-2021-44228">CVE-2021-44228</a> (also known as the “Log4Shell” vulnerability). This then expanded to several other found, and later patched, vulnerabilities listed as <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/cvename.cgi?name=CVE-2021-45046">CVE-2021-45046</a> and <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a>.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">It was found that the fix to address CVE-2021-44228 in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. When the logging configuration uses a non-default Pattern Layout with a Context Lookup (for example, $${ctx:loginId}), attackers with control over Thread Context Map (MDC) input data can craft malicious input data using a JNDI Lookup pattern, resulting in an information leak and remote code execution in some environments and local code execution in all environments; remote code execution has been demonstrated on macOS but no other tested environments.</p>
<cite> <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/cvename.cgi?name=CVE-2021-45046">CVE-2021-45046</a> </cite></blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Apache Log4j2 versions 2.0-alpha1 through 2.16.0, excluding 2.12.3, did not protect from uncontrolled recursion from self-referential lookups. When the logging configuration uses a non-default Pattern Layout with a Context Lookup (for example, $${ctx:loginId}), attackers with control over Thread Context Map (MDC) input data can craft malicious input data that contains a recursive lookup, resulting in a StackOverflowError that will terminate the process. This is also known as a DOS (Denial of Service) attack.</p>
<cite><a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/cvename.cgi?name=CVE-2021-45105">CVE-2021-45105</a></cite></blockquote>



<h2 class="wp-block-heading">How the Vulnerability Impacts You</h2>



<p class="wp-block-paragraph">Depending on the type of hosting account you have with The Core Hosting , you may or may not need to take action:</p>



<h3 class="wp-block-heading"><a href="https://www.thecorehosting.net/shared-hosting/" data-type="page" data-id="8003">Shared</a>, <a href="https://www.thecorehosting.net/tag/reseller-hosting/" data-type="post_tag" data-id="52">Reseller</a>, and <a href="https://www.thecorehosting.net/managed-wordpress/" data-type="page" data-id="8312">Managed WordPress</a> Accounts</h3>



<p class="wp-block-paragraph">If you have a shared, reseller, or Managed WordPress hosting account, you do not need to do anything. These servers automatically receive frequent updates that include patches for the Log4j 2 vulnerability.</p>



<p class="wp-block-paragraph">cPanel published an update to mitigate CVE-2021-44228 the same day the vulnerability was announced. For more information, see cPanel’s blog entry.</p>



<h3 class="wp-block-heading">Managed <em><a href="https://www.thecorehosting.net/vps-hosting/" data-type="page" data-id="8218">VPS</a></em> and <a href="https://www.thecorehosting.net/dedicated-servers/" data-type="page" data-id="8037">Dedicated Servers</a></h3>



<p class="wp-block-paragraph">If you have a Managed VPS or Managed Dedicated server, you most likely do not need to take any action – your server is updated automatically with patches for the Log4j 2 vulnerability. The only exception is if you have installed any software utilizing log4j outside of cPanel/WHM you should ensure those installations are updated. All software installed and managed by The Core Hosting has already been updated.</p>



<p class="wp-block-paragraph">cPanel published an update to mitigate CVE-2021-44228(And the subsequent follow-up patches) the same day the vulnerability was announced. For more information, see <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/the-apache-log4j-exploit-and-how-to-protect-your-cpanel-server">cPanel’s blog entry</a>.</p>



<h3 class="wp-block-heading">Unmanaged VPS and Dedicated Servers</h3>



<p class="wp-block-paragraph">If you have an unmanaged VPS or unmanaged Dedicated server, make sure you keep it up-to-date with the latest security patches. If you need assistance with this, our amazing team of support staff is ready to help! We know that this kind of exploit can be dangerous and sometimes hard to correct. So let us assist.</p>



<p class="wp-block-paragraph">If you use Log4j 2 it is very important to ensure you have updated to the most recent version. The first patch included another vulnerability which required a second patch.</p>



<p class="wp-block-paragraph">Java 8 (or later) users should upgrade to release 2.17.0 or higher.</p>



<p class="wp-block-paragraph">Java 7 users should upgrade to release 2.12.3 or higher.</p>



<p class="wp-block-paragraph">Java 6 users should upgrade to release 2.3.1 or higher</p>



<p class="wp-block-paragraph">More information can be found at <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/security.html" target="_blank" rel="noreferrer noopener nofollow">Apache</a>.</p>



<p class="wp-block-paragraph">For information about how to install updates on unmanaged servers, please see this Knowledge Base article.</p>



<h2 class="wp-block-heading">The Bottom Line</h2>



<p class="wp-block-paragraph"><a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/heartbleed.com" target="_blank" rel="noreferrer noopener nofollow">Heartbleed</a>, <a href="https://www.thecorehosting.net/wp-content/uploads/2021/12/Shellshock_(software_bug)" target="_blank" rel="noreferrer noopener nofollow">Shellshock</a>; The Log4j vulnerability is only the latest in a long line of security bugs. It isn’t the first, and it surely won’t be the last.</p>



<p class="wp-block-paragraph">If you have a managed hosting account, you can rest assured that we take care of server configuration and updates for you. If you have an unmanaged server however, we highly recommend that your team upgrade as soon as possible, or reach out to our support for help regarding this Zero day exploit.</p>
<script type="text/javascript"> toolTips('.classtoolTips0','Test'); </script>]]></content:encoded>
					
					<wfw:commentRss>https://www.thecorehosting.net/log4shell-a-log4j-2-zero-day-exploit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Amazing PHP 8 and what you need to know!</title>
		<link>https://www.thecorehosting.net/php-8-is-now-available/</link>
					<comments>https://www.thecorehosting.net/php-8-is-now-available/#respond</comments>
		
		<dc:creator><![CDATA[Jacob B]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 20:35:23 +0000</pubDate>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shared]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[PHP8]]></category>
		<guid isPermaLink="false">https://www.thecorehosting.net/?p=7980</guid>

					<description><![CDATA[PHP 8 is now released, and The Core Hosting has deployed it for use on our services. Share your thoughts on PHP 8 for a chance at 6 months of free Shared Hosting.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">We’re happy to announce that we have deployed the latest release candidate version of PHP 8 on all our servers. PHP 8 is expected to facilitate developers to write cleaner code with better quality that gets executed faster. Since release candidates are not suitable for live sites, we invite you to try it out on a staging copy of your site or on projects that are not live yet, using any of our <a href="https://www.thecorehosting.net/shared-hosting/" data-type="page" data-id="8003">Shared Hosting</a> services. Even spin up one of our <a href="https://www.thecorehosting.net/vps-hosting/" data-type="page" data-id="8218">VPS services</a> to give it a try in an independent testing environment of your own.</p>



<h2 class="wp-block-heading">What are the PHP 8 improvements and features</h2>



<h3 class="wp-block-heading">Faster code execution</h3>



<p class="wp-block-paragraph">The latest PHP version brings a lot of new things but the one we are obsessed with is JIT (just in time compiler). It is the first time that PHP version has a compiler – JIT – that caches a version of your already interpreted code and generates a machine code as an output (machine code is on with 0’s and 1’s only). The “just in time” compiler promises speed improvements for complex tasks and algorithms and opens new opportunities for the PHP language to broaden its reach and applications.&nbsp;</p>



<p class="wp-block-paragraph">Some of you may wonder how JIT relates to the Opcache, which brought significant performance gains to many websites? The main job of the Opcache is to cut the processes of tokenization, parsing, and compiling of Opcodes, which then get processed by the Zend engine. The role of JIT is to save on the execution of the Opcodes by the Zend engine, so it joins forces and intervenes to spare resources where the Opcache cannot help.</p>



<p class="wp-block-paragraph">It’s worth mentioning a few downsides we have noticed so far:</p>



<ul class="wp-block-list"><li>Running PHP 8 with JIT might make it harder for you to troubleshoot code errors because it may be harder to locate which piece of your code in this interpreted version is actually at fault.</li><li>If you are running a WordPress site you may not be able to note significant performance improvements thanks to JIT. The WP developers are still working on making&nbsp;<a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/call-for-testing-php-8-0">WP compatible with PHP 8</a>&nbsp;and are now calling for testers, meaning you won’t be really able to <span class='tooltipsall tooltipsincontent classtoolTips0'>Test</span> PHP8 on your WP site right away. Also, because of the way WP interacts with MySQL, a lot of the waiting time does not come from the PHP compilation, but from the MySQL response time, which cannot be solved with the help of the JIT compiler.&nbsp;&nbsp;</li></ul>



<h3 class="wp-block-heading">Code with higher quality&nbsp;</h3>



<p class="wp-block-paragraph">One of the major differences that you will notice is that many of the warnings and notices that weren’t catchable are now exceptions or errors, which can be caught and logged. It is possible that due to this change, a lot of problems that remained hidden with the previous PHP versions will now surface. This is a great improvement, as it will allow developers to spot potential issues easier. However,&nbsp; have in mind that it may be a good idea to set&nbsp;<em>display_errors=Off</em>&nbsp;if you decide to use PHP 8 on a live site to not show such errors to your site visitors.</p>



<h3 class="wp-block-heading">Cleaner, shorter code</h3>



<p class="wp-block-paragraph">Some of the new elements, such as the nullsafe operator, greatly improve the readability of the code, making it shorter and neater.&nbsp; Instead of nesting several “if’s” you can use the “null” operator to write all those in just 1 line of code.&nbsp;</p>



<h3 class="wp-block-heading">The “type” trend</h3>



<p class="wp-block-paragraph">For several versions now, PHP has been trying to define the arguments that each method could adapt and become more of a typed language. In this latest release, there is a feature called “union types” which allows you to define 2 value types for each function, which is a natural continuation of that trend. As the example below shows, the function can return an integer or a float: </p>



<p class="wp-block-paragraph"><em>public function getNumber(): int|float {<br>return $this-&gt;number;<br>}</em></p>



<p class="wp-block-paragraph">The list of new features keeps going and we suggest this article as a good reference point for PHP developers:</p>



<p class="wp-block-paragraph"><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/new-in-php-8" class="rank-math-link">https://stitcher.io/blog/new-in-php-8</a><br><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/php-jit" class="rank-math-link">https://stitcher.io/blog/php-jit</a><br><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/nullsafe_operator" class="rank-math-link">https://wiki.php.net/rfc/nullsafe_operator</a></p>



<h2 class="wp-block-heading">How to take advantage of PHP 8 on our platform?</h2>



<p class="wp-block-paragraph">All our clients can change the PHP version of their sites from their control panel – For Managed WordPress Clients, Go to your Control Panel, Select PHP Settings, Then change the version &#8211; For Shared hosting, cPanel Control Panel &#8211;&gt; MultiPHP Manager to change your PHP Version. With PHP8 still being a Release Candidate, we strongly advise that you do not enable it for your live sites, but run tests with it on our staging environment (Staging environments can be created on any plan, If you have trouble doing this, please feel free to reach out to our support team for information on how to do this.), or create copies of your sites in your accounts if you do not have the staging functionality.&nbsp;</p>



<h3 class="wp-block-heading">Currently unavailable in PHP 8</h3>



<p class="wp-block-paragraph">The following extensions and modules are&nbsp;<strong>not</strong>&nbsp;currently available for PHP 8:</p>



<ul class="wp-block-list"><li><a class="rank-math-link" href="https://www.thecorehosting.net/wp-content/uploads/2020/12/php-psr">PHP-PSR</a></li><li><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/snuffleupagus.readthedocs.io">Snuffleupagus</a></li><li><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/introduction">Phalcon 4</a></li><li><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/php_encoder.php">ionCube 10</a></li><li><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/book.memcache.php">Memcache</a></li><li><a class="rank-math-link" href="https://www.thecorehosting.net/wp-content/uploads/2020/12/www.sourceguardian.com">SourceGuardian</a></li></ul>



<h3 class="wp-block-heading" id="incompatible-with-php-8">Incompatible with PHP 8</h3>



<p class="wp-block-paragraph">The following software currently does&nbsp;<strong>not</strong>&nbsp;work with PHP 8. This list is&nbsp;<strong>not</strong>&nbsp;comprehensive.</p>



<ul class="wp-block-list"><li>DSO — cPanel &amp; WHM does&nbsp;<strong>not</strong>&nbsp;support the DSO handler with PHP 8.</li><li>The&nbsp;<a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/book.xmlrpc.php">XMLRPC</a>&nbsp;extensions — This extension moved to PECL.</li><li>The&nbsp;<a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/book.json.php">JSON</a>&nbsp;extension — This functionality is included in PHP 8 by default.</li></ul>



<h2 class="wp-block-heading">Begin learning PHP</h2>



<p class="wp-block-paragraph">Get started learning PHP at these great locations:</p>



<ul class="wp-block-list"><li><a href="https://www.thecorehosting.net/wp-content/uploads/2020/12/Introduction">https://jobtensor.com/Tutorial/PHP/en/Introduction</a></li></ul>



<h2 class="wp-block-heading">Tell us what you think</h2>



<p class="wp-block-paragraph">We tried to give you the big picture of what the new PHP 8 is all about. Now we would like to hear what you actually think about it, once you get the chance to try it out. What do you like and what do you dislike? How does it work on your website? Do you see any performance improvements? We are looking to explore how our more experienced users take advantage of this early release candidate before it becomes official.</p>
<script type="text/javascript"> toolTips('.classtoolTips0','Test'); </script>]]></content:encoded>
					
					<wfw:commentRss>https://www.thecorehosting.net/php-8-is-now-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why you should abandon PHP 5.6</title>
		<link>https://www.thecorehosting.net/why-you-should-abandon-php-5-6/</link>
					<comments>https://www.thecorehosting.net/why-you-should-abandon-php-5-6/#respond</comments>
		
		<dc:creator><![CDATA[Jacob B]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 05:18:07 +0000</pubDate>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[php 5.6]]></category>
		<category><![CDATA[server management]]></category>
		<category><![CDATA[wordpress hosting]]></category>
		<guid isPermaLink="false">https://www.thehostingguy.com/?p=4484</guid>

					<description><![CDATA[PHP 5.6 was a great and very widely used version of PHP. For years developers enjoyed the benefits of the PHP 5 branch and were updated for a long period. But, all good things must come to an end, and as of Jan 1st, 2019, PHP 5.6 has reached E.O.L which stands for End Of [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">PHP 5.6 was a great and very widely used version of PHP. For years developers enjoyed the benefits of the PHP 5 branch and were updated for a long period. But, all good things must come to an end, and as of Jan 1st, 2019, PHP 5.6 has reached E.O.L which stands for End Of Life. This means it is no longer receiving security fixes or updates.</p>



<h3 class="wp-block-heading">What does this mean for you?</h3>



<p class="wp-block-paragraph">If you&#8217;ve been keeping your PHP applications up to date (you should be!) then moving to a new version of PHP should be little to no problem. PHP applications that are being developed on a continual basis, will almost always be supporting the latest in server software. This is especially true for PHP applications.</p>



<p class="wp-block-paragraph">However, we all have lives away from the screen and we tend to forget about the software we have installed to run our online website/applications. which means they tend to get overlooked when it comes to updates. If you&#8217;ve not been keeping your PHP apps up-to-date, then the first thing to do is check with the developer and see if there are updates to the applications you are using. If there are newer versions of your application, then updating your application should be relatively straight forward. Many of today&#8217;s PHP applications, such as <a href="https://www.wordpress.net/" class="rank-math-link" target="_blank" rel="noopener">WordPress,</a> have the ability for automated updates to make moving to a new version fairly straight forward.</p>



<p class="wp-block-paragraph">No matter what, however, The one thing you should make a top priority is moving away from PHP 5.6. Not moving away from 5.6 could lead to your site and serve being compromised, as security vulnerabilities will, and more than likely already have been found.</p>



<h2 class="wp-block-heading">Why moving to PHP version 7.1 or higher is the right thing to do.</h2>



<h3 class="wp-block-heading">Speed!</h3>



<p class="wp-block-paragraph">PHP 7 saw a rewrite of the Zend Engine, introducing what is called <a href="https://www.thecorehosting.net/wp-content/uploads/2019/08/phpng" class="rank-math-link">ZendEngine NextGen</a>, adding one of the largest speed enhancements to PHP applications ever. PHP 7.1 and higher versions add immense performance increases to PHP applications that were running on PHP 5. Most tests conducted show speed improvements of almost double to triple for WordPress and most common CMS applications.</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://www.thecorehosting.net/wp-content/uploads/2020/11/main-qimg-704ac0efcd15c00e6150fc1731f182a9-1.png" alt="main qimg 704ac0efcd15c00e6150fc1731f182a9 1 | The Core Hosting" class="wp-image-4487" title="Why you should abandon PHP 5.6 1"><figcaption>why you should abandon php 5.6 2</figcaption></figure>



<h3 class="wp-block-heading"><strong>Code compatibility</strong></h3>



<p class="wp-block-paragraph">With a new Major version of PHP (That being 7.x), most application developers will be dropping support for 5.6. In most cases, without upgrading your PHP version, you will be unable to upgrade your application or will have issues if you do. In other words, the transition stage of migrating PHP applications seamlessly from PHP 5 to PHP 7 is closing fast.</p>



<h3 class="wp-block-heading">Security</h3>



<p class="wp-block-paragraph">As of now, PHP 7.0 has already reached its EOL period and is no longer maintained. But PHP 7.2 does not end its EOL until January 1st, 2021, and PHP 7.3 until January 1st, 2022. This means you will always have security updates and fixes until those times.</p>



<h2 class="wp-block-heading">How do I move to PHP 7.1 or higher?</h2>



<p class="wp-block-paragraph">That&#8217;s the easy part! If you are one of our <a href="https://www.thecorehosting.net/shared/">DIY</a> or <a class="rank-math-link" href="https://www.thecorehosting.net/managed-wordpress-hosting/">Managed WordPress Hosting</a> clients, no need to worry about upgrading because you&#8217;re already using the most current version! If you&#8217;re hosting with another provider, the best thing to do is to check with their support team to see if they have them available. Alternatively, on Cpanel based systems, you can easily swap version using the build-in MultiPHP version change system. </p>



<h3 class="wp-block-heading">Motivated to move away from PHP 5.6?</h3>



<p class="wp-block-paragraph">Hopefully, we have helped you to see the benefits of moving away from PHP 5.6. If you want to move away, and either is not able to or do not know how to, then contact us! With our new Managed WordPress Service, we will help maintain, update, secure and optimize your WordPress site, and help the transition process much easier. Or make the migration to us today, We will match or do better than your current pricing! We offer both <a href="https://www.thecorehosting.net/shared/">DIY(Do it Yourself) hosting</a> for those who want to control all aspects of their site, as well as <a href="https://www.thecorehosting.net/managed-wordpress-hosting/">Managed WordPress Hosting</a> where we take care of all the backend work for you! Contact our sales team today!</p>
<script type="text/javascript"> toolTips('.classtoolTips0','Test'); </script>]]></content:encoded>
					
					<wfw:commentRss>https://www.thecorehosting.net/why-you-should-abandon-php-5-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
