Skip to content

extract deprecated php functions from php-documentation and scan code for it

License

Notifications You must be signed in to change notification settings

flammy/php-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-deprecated

extract deprecated php functions from php-documentation and scan code for it

Usage

  • Download PHP Manual from http://php.net/download-docs.php (Many HTML files tar.gz)
  • Extract the tar gz file e.g. /tmp/php-chunked-xhtml/
  • Extract the deprecated functions: php extract.php /tmp/php-chunked-xhtml/
  • You will get data.json file in the script directory
  • Scan for deprecated functions in your project: php scan.php 7.0.0 /var/www/project

About

extract deprecated php functions from php-documentation and scan code for it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages