I'm trying to install both Drupal 7.0-alpha6 and the latest dev version and in the browser I get:

Fatal error: Call to undefined function hash() in /home/xxxxx/public_html/drupal/includes/bootstrap.inc on line 639

Call Stack:
    0.0001      92512   1. {main}() /home/xxxxx/public_html/drupal/index.php:0
    0.0065     788160   2. drupal_bootstrap() /home/xxxxx/public_html/drupal/index.php:21
    0.0066     788512   3. _drupal_bootstrap_configuration() /home/xxxxx/public_html/drupal/includes/bootstrap.inc:1979
    0.0067     795336   4. drupal_settings_initialize() /home/xxxxx/public_html/drupal/includes/bootstrap.inc:2091

Dump $_SERVER
Dump $_GET
Dump $_POST
Dump $_COOKIE
Dump $_FILES
Dump $_ENV
Dump $_SESSION
Dump $_

Comments

Anonymous’s picture

hash() is a php builtin function: http://au.php.net/manual/en/function.hash.php

its enabled by default in newer php versions:

http://au.php.net/manual/en/hash.requirements.php

GoofyX’s picture

Status: Active » Closed (fixed)

Thanks for the notice! I'll check if it's enabled. Closing this.