I just received an email from my host saying that they are upgrading their PHP5 (full text below). I know my host supports both PHP4 and PHP5, how can I tell which one I am using for drupal?

Please be advised that the PHP 5 version on the server hosting your
account is scheduled for an upgrade to version 5.2.1 on Mar/15/2007.
Along with PHP, we will be upgrading Zend Optimizer to version 3.2.2.
Minimal to none downtime is expected during the upgrade.

IMPORTANT: A number of popular applications may require an upgrade to
the latest version in order to continue functioning properly. Some of
the affected applications include but are not limited to:
- Drupal, versions below 4.7.6 and version 5.1
- Wordpress, versions below 2.1
- MediaWiki, versions below 1.9.2
- ZenCart, versions below 1.3.7
No applications running under PHP 4 will be affected.

Comments

styro’s picture

You can either upload a small script containing eg:

  phpinfo();

then browse to it (deleting it afterwards would be a good idea).

or if you have phpmyadmin available there is a menu option in there somewhere for phpinfo().

--
Anton
New to Drupal? | Forum posting tips | Troubleshooting FAQ | Project management software knowledge base

high1memo’s picture

ok that worked, many thanks.