Prevent:
authorNick Jenkins <nickj@users.mediawiki.org>
Tue, 19 Dec 2006 05:38:55 +0000 (05:38 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Tue, 19 Dec 2006 05:38:55 +0000 (05:38 +0000)
commit0bef3afdc622127dc1e661f0089207b7dd126289
treefd8182942a24186aa426f0a9a15635e9f9f90e35
parentb0f18ca26464cf8fd2fec144533368f202520a52
Prevent:
* Strict Standards: Undefined variable: dbr in includes/SpecialAllpages.php on line 266
* Fatal error:  Call to a member function select() on a non-object in includes/SpecialAllpages.php on line 266
* Strict Standards: Undefined variable: n in includes/SpecialAllpages.php on line 308
Above could be repo-ed with error_reporting(E_ALL | E_STRICT) set, by supplying bad input, such as this command line:
curl --silent --include --globoff  -F 'from'='\<' 'http://localhost/wiki/index.php?title=Special%3AAllpages'
(or easier is to just type "<" into the "Display pages starting at:" field on [[Special:Allpages]], and click "Go")
includes/SpecialAllpages.php