开发者

PHP site/script map with dependencies

开发者 https://www.devze.com 2023-03-03 23:46 出处:网络
Just inherited a large PHP 5.3 site and wondered if there were some sort 开发者_如何学编程of crawler or site map tool that would identify the files and their dependencies.You can determine PHP version

Just inherited a large PHP 5.3 site and wondered if there were some sort 开发者_如何学编程of crawler or site map tool that would identify the files and their dependencies.


You can determine PHP version and extension dependencies with PEAR's PHP_CompatInfo package. As for PEAR packages the app might be using, you can see what's installed using

pear list -a

I don't know of a tool that will tell you which external script dependencies are in use other than grep.

0

精彩评论

暂无评论...
验证码 换一张
取 消