PHP 7.0 is Now Default on SiteGround Servers
Service Updates
•
PHP 7.0 is Now Default on SiteGround Servers
1 min read •Hristo Pandjarov
Last December we were among the first hosting companies to make PHP 7.0 available on our entire infrastructure. Thanks to our system which allows multiple PHPs to be used on one server, anyone could have switched to PHP 7.0 since its zero-day release, while we still kept an older and well-tested PHP version as the global default setting. Now, an year later we believe it’s time for the next step – setting PHP 7.0 as default for all new accounts.
Why make PHP 7.0 default?
Reason number one is its amazing performance gains. Regardless of our continuous efforts to popularize the availability of PHP 7 and its benefits, we are well aware that a big percentage of the users will never change their default settings. An year after the release of PHP 7.0 and 13 sub-versions later we believe that it is tested well-enough to be safely applied as default on our servers. That is why we are now making it a default setting in order to increase the level of its adoption among our users.
New accounts are now set up with PHP 7.0
Since yesterday all new shared, cloud and dedicated accounts are setup with PHP 7.0 as their default PHP version.
Existing accounts are recommended to do the switch manually
All existing accounts will remain unaffected though, as changing the PHP version for a production site should be done with caution. However, we still highly recommend to all existing users, who have not yet switched to PHP 7.0, to test if their site performs without issues (if possible on a staging copy) and enable PHP 7.0 for their site.
Thanks!
Please check your email to confirm your subscription.
Sign Up For More Awesome Content!
Sign up for our newsletters with the latest content and offer updates. You can unsubscribe at any time.
—Error message—
—Error message—
—Error message—
Subscribe
—Error message—
Google reCAPTCHA used. Privacy Policy and Terms of Service apply
Thanks!
Please check your email to confirm your subscription.


Sign Up For More Awesome Content!
Sign up for our newsletters with the latest content and offer updates. You can unsubscribe at any time.
Google reCAPTCHA used. Privacy Policy and Terms of Service apply
var blog_subscribing_started = false;
var blog_subscribing_rendered = false;
var formSubmitBtn = $(‘form.subscribe-form’).find(‘.btn-submit’);
$(document).ready(function(ev) {
formSubmitBtn.on(‘click’, function(ev) {
ev.preventDefault();
let form = $(this).closest(‘.subscribe-form’);
if (blog_subscribing_started || $(this).hasClass(‘btn-disabled’)) {
return;
}
blog_subscribing_started = true;
blog_subscription_hide_errors(form);
grecaptcha.ready(function() {
grecaptcha.execute(r3k, {action: ‘submit’}).then(function(token) {
document.querySelectorAll(‘#rt3’).forEach(function(e) { e.value = token; })
blog_subscription_send_form(form);
});
});
});
})
function renderRecaptcha2(form) {
if (!$(‘#recaptcha2_challenge’).length) {
let verifyCallback = function(response) {
document.querySelectorAll(‘#rt2’).forEach(function(e) { e.value = token; })
};
$(‘