Last modified: 2011-03-13 18:06:17 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T5647, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3647 - Circular require_once
Circular require_once
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Search (Other open bugs)
1.5.x
All All
: Lowest trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: code_quality
  Show dependency treegraph
 
Reported: 2005-10-08 00:34 UTC by Johannes Ernst
Modified: 2011-03-13 18:06 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Johannes Ernst 2005-10-08 00:34:24 UTC
SearchEngine.php may require_once( 'SearchMySQL3.php' )
SearchMySQL3.php does require_once( 'SearchMySQL.php' )
SearchMySQL.php does require_once( 'SearchEngine.php' )

While not actively harmful, I suspect that isn't intended so I figured I might
as well make a note of it.
Comment 1 Antoine "hashar" Musso (WMF) 2006-05-10 19:25:13 UTC
SearchMySQL4.php is only required by SearchEngine.php, but that's still
good to let it around.

Thanks for the notice.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links