wapmorgan / PhpDeprecationDetector

Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
http://wapmorgan.github.io/PhpDeprecationDetector/
BSD 3-Clause "New" or "Revised" License
364 stars 37 forks source link

Closes #83 #85

Open NathanGibbs3 opened 1 year ago

NathanGibbs3 commented 1 year ago

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.