Article

Removed PHP Functions Hub

Index of high-impact PHP functions and extensions removed from the language, with migration targets and scanners.

When a function disappears from PHP, CI fails loudly: Call to undefined function …. This hub collects the removals that dominate legacy modernization work. Prefer official migration appendices over folklore.

High-impact removals

How to use this hub

  1. Grep the codebase for the symbols above.
  2. Open the matching detail page for replacement patterns.
  3. Confirm with compatibility checker.
  4. Map runtime fatals via PHP Errors (for example mysql_connect removed).

Parent: PHP version migration center.

Related scanners: PHP Version Compatibility Checker · PHP Deprecated Checker.

Related reading