That's a lot of string concatenation in the new file, and I wonder if the many array assignments are less efficient than just assigning one large array.
On Thu, Nov 13, 2014 at 11:24 PM, Erik Bernhardson < [email protected]> wrote: > A patch[1] was recently merged which adjusts the changes required when > adding or removing classes from mediawiki core. > > Rather than manually adjusting the map from classname to filename in > includes/AutoLoad.php developers now need only run the > maintenance/generateLocalAutoload.php script. This script will scan > mediawiki core and output an equivalent map from classname => filename to > autoload.php in the root of the repository. > > Erik B. > > [1] https://gerrit.wikimedia.org/r/163304 > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l -- Brad Jorsch (Anomie) Software Engineer Wikimedia Foundation _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
