Drupal 7 First Look
上QQ阅读APP看书,第一时间看更新

Minimum requirements for Drupal 7

Implementing all of these features does require some upgrades to other software on your server. Drupal 7 now requires PHP 5.2.0 or later to run the Drupal code. You will also need one of the following databases to run Drupal 7:

  • MySQL version 5.0 or later
  • PostgreSQL 8.3 or later
  • SQLite 3.4.2 or later

Most hosting companies will already have these installed, but if your server is a little out of date, now is the time to update.

As always, you can use either Apache HTTPD or Microsoft IIS for a web server, but Apache is recommended for best performance and community support.

Tip

Not all contributed modules for Drupal have been verified to work correctly with PHP 5.3. If you want to use PHP 5.3, carefully test all modules for proper compatibility.