Manual:findDeprecated.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Details

findDeprecated.php maintenance script recursively scans MediaWiki PHP files for deprecated functions and interfaces and produces a report. This is a useful feature when you do development and want to know whether you are using any deprecated functions or interfaces.

Options/Arguments

This script does not take any options or arguments.

Usage

php maintenance/findDeprecated.php


Getting all deprecated functions and interfaces

Terminal

See also