Wanting to Upgrade to latest WordPress version.

Discussion in 'Third-party applications' started by SunnyOz, Oct 2, 2011.

  1. Winhost's auto app installer for WordPress currently only installs version 3.0.

    The latest WordPress version is 3.2.1. I would like to upgrade to the latest version. The minimum requirements for this upgrade is to have:
    * PHP version 5.2.4 or greater
    * MySQL version 5.0 or greater

    Can you please tell me what versions of PHP & MySQL Winhost supports? (And how I can find out that information myself if the versions vary for each individual hosting package). :confused:

    Cheers,
    SunnyOz
     
    Last edited by a moderator: Oct 14, 2015
  2. We do have MySQL 5 or greater and for all of our PHP version and settings please do the following.

    For an easily readable view of more php configuration details, version number, etc., copy the code below into a text file, rename it phpinfo.php and upload it to your site.

    Code:
    <?
    phpinfo();
    ?>  
     

Share This Page