diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-03 08:03:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-03 08:03:18 +0000 |
commit | 69a066c4cd70441a661846d1ca5774e7210c186a (patch) | |
tree | d9afc1129274f213478f478df36ff648412d46a8 /modules/drupal | |
parent | f98bbea2f0b636ccd6b1d768b289b2ac90993306 (diff) | |
download | brdo-69a066c4cd70441a661846d1ca5774e7210c186a.tar.gz brdo-69a066c4cd70441a661846d1ca5774e7210c186a.tar.bz2 |
- Patch #19895 by Moshe: currently modules can inadvertently load all other modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable.
Diffstat (limited to 'modules/drupal')
0 files changed, 0 insertions, 0 deletions