phpbb/phpBB/includes/captcha
Igor Wiedler 4bdad7125a [ticket/9608] Remove use of references in captcha and other places
References are not really needed in PHP due to copy-on-write. Since
PHP5, objects are always passed around as identifiers, which means they
are mutable. So it is no longer required to pass these by reference
either.

PHPBB3-9608
2011-07-13 11:32:38 +02:00
..
plugins [ticket/9608] Remove use of references in captcha and other places 2011-07-13 11:32:38 +02:00
captcha_factory.php [ticket/9608] Remove use of references in captcha and other places 2011-07-13 11:32:38 +02:00
captcha_gd.php Merge branch 'develop-olympus' into develop 2011-06-05 03:22:40 +02:00
captcha_gd_wave.php Merge branch 'develop-olympus' into develop 2011-01-30 01:17:06 +01:00
captcha_non_gd.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00