.. _php-php73removedfunctions: .. _php-7.3-removed-functions: PHP 7.3 Removed Functions +++++++++++++++++++++++++ The following PHP native functions were removed in PHP 7.3. * image2wbmp() This analysis skips redefined PHP functions : when a replacement for a removed PHP function was created, with condition on the PHP version, then its usage is considered valid. See also `PHP 7.3 Removed Functions `_. Suggestions ___________ * Replace the old functions with modern functions * Remove the usage of the old functions * Create an alternative function by wiring the old name to a new feature Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Php/Php73RemovedFunctions | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`CompatibilityPHP73 ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 1.4.0 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | With PHP 7.3 and older | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | Critical | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Slow (1 hour) | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+