PHP 7.4.3 is now available!
As seen running here: http://www.sonic.net/~williamt/php7/
Add the following to your .htaccess to enable it.
Things to note:
If you are using mysql and using the old_password shorter password format you will need to reset your mysql password. This can be done in our member tools.
Regarding wordpress, make sure you are using the latest version it allows you to update to through the /admin updater before switching to php7. After you update you can switch to php7 and the update to the latest version of wordpress.
If you notice any issues running php7 let us know. We wanted to get this out asap to you because you have waited long enough. We believe everything should work as expected though.
Thanks,
William
As seen running here: http://www.sonic.net/~williamt/php7/
Add the following to your .htaccess to enable it.
Code: Select all
AddHandler php-cgi .php
Action php-cgi /cgi-bin/php7
Things to note:
If you are using mysql and using the old_password shorter password format you will need to reset your mysql password. This can be done in our member tools.
Regarding wordpress, make sure you are using the latest version it allows you to update to through the /admin updater before switching to php7. After you update you can switch to php7 and the update to the latest version of wordpress.
If you notice any issues running php7 let us know. We wanted to get this out asap to you because you have waited long enough. We believe everything should work as expected though.
Thanks,
William