Maintenance/README: Difference between revisions

Created page with "(from https://github.com/wikimedia/mediawiki/blob/master/maintenance/README) MediaWiki's maintenance scripts are PHP scripts that perform maintenance tasks, and are designed to be run from the command line. See also: https://www.mediawiki.org/wiki/Manual:Maintenance_scripts == Running Maintenance Scripts == Maintenance scripts are generally executed using the maintenance runner, calling ''php maintenance/run.php'' followed by the script's name. On most systems, the sho..."
 
m tagged
 
Line 86: Line 86:
This will allow your script to be executed directly on the PHP command line.
This will allow your script to be executed directly on the PHP command line.
Note however that it will show a warning.
Note however that it will show a warning.
[[Category:MediaWiki]]