From 0a3d7ae5883f764368d6d1480859bd88fee06479 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 Dec 2006 16:14:11 +0000 Subject: - Patch #101531 by jvandyk: document all the bootstrap phases in Drupal 5.0. --- includes/bootstrap.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index a331dbd34..cb4ec13b5 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -683,9 +683,11 @@ function drupal_anonymous_user($session = '') { * DRUPAL_BOOTSTRAP_CONFIGURATION: initialize configuration. * DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHE: try to call a non-database cache fetch routine. * DRUPAL_BOOTSTRAP_DATABASE: initialize database layer. + * DRUPAL_BOOTSTRAP_ACCESS: identify and reject banned hosts. * DRUPAL_BOOTSTRAP_SESSION: initialize session handling. * DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE: load bootstrap.inc and module.inc, start * the variable system and try to serve a page from the cache. + * DRUPAL_BOOTSTRAP_PATH: set $_GET['q'] to Drupal path of request. * DRUPAL_BOOTSTRAP_FULL: Drupal is fully loaded, validate and fix input data. */ function drupal_bootstrap($phase) { -- cgit v1.2.3