phpbb/phpBB/includes/captcha
Nils Adermann dea1d660fb [feature/auto-loading] Added autoloader to common and ensured compatability
The autoloader is registered in install without caching, since caching is set
up during installation. This provides the same functionality, performance is
not a concern during installation anyway.

In common.php the autoloader is instantiated after the cache is initialised and
is started with the standard cache backend used for other cached values.

A few places in the code using class_exists had to be updated to explicitly
avoid autoloading, since they are used to check whether a file needs to be
included which does not (yet) follow the naming scheme the autoloader follows.

PHPBB3-9682
2010-07-05 15:40:46 +02:00
..
plugins [feature/auto-loading] Added autoloader to common and ensured compatability 2010-07-05 15:40:46 +02:00
captcha_factory.php #52875 working around php4 bug 24631 - call_user_func doesn't return references. This causes php4 to create a copy. 2009-10-15 10:52:41 +00:00
captcha_gd.php Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles 2009-06-17 13:29:26 +00:00
captcha_gd_wave.php some corrections, only very minor things. 2009-06-07 11:34:01 +00:00
captcha_non_gd.php dumdidum... sorry. ;) 2007-10-05 14:36:34 +00:00