You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an error class for not yet implemented functions.
Use case:
Scanning a codebase for compatibility with PHP 5.3+
Calls to unimplemented functions in GD such as imagescale(), which was added in PHP 5.5 could be caught.
The text was updated successfully, but these errors were encountered:
NathanGibbs3
added a commit
to NathanGibbs3/PhpDeprecationDetector
that referenced
this issue
Jun 4, 2023
Allows phpdd to catch use of not yet implemented functions
in code designed to run on older versions of PHP. This will
give developers the ability to know when changes break
backward compatibility.
Add an error class for not yet implemented functions.
Use case:
Scanning a codebase for compatibility with PHP 5.3+
Calls to unimplemented functions in GD such as
imagescale()
, which was added in PHP 5.5 could be caught.The text was updated successfully, but these errors were encountered: