一个测试过往PHP版本在新的PHP 5.3上是否兼容的工具

WBOY
Release: 2016-06-13 11:00:34
Original
936 people have browsed it

一个测试过往PHP版本在新的PHP 5.3下是否兼容的工具
在PHP 5.3中,其实的确多了很多新的特性,但有时以前写了很多PHP 4,PHP 5,PHP5.1,
PHP 5.2的项目的话,在向PHP 5.3过渡时,有的时候会出现很多错误,
于是老外写了个工具可以检查其兼容性,地址在
http://github.com/wimg/PHP53Compat_CodeSniffer/downloads
可以下载,使用方法简单:
phpcs --standard=PHP53Compatibility

即可输出
更多的参考:
http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template