PHP 7.0 7.1 7.2 7.3 兼容性检测

栏目: PHP · 发布时间: 5年前

内容简介:检测PHP程序是否兼容 7.0 7.1 7.2 7.3利用 https://github.com/PHPCompatibility/PHPCompatibility地址:https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.2/phpcs.phar

检测 PHP 程序是否兼容 7.0 7.1 7.2 7.3

方法:

利用 https://github.com/PHPCompatibility/PHPCompatibility

步骤:

1.下载 phpcs

地址:https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.2/phpcs.phar

复制到 /usr/bin/phpcs

2.下载 PHPCompatibility源码:

https://github.com/PHPCompatibility/PHPCompatibility/archive/9.1.1.zip

解压到一个目录如/var/www/html/PHPCompatibility

/var/www/html/PHPCompatibility/下有README.md等文件 。

3.在终端执行:

phpcs --config-set installed_paths /var/www/html/PHPCompatibility

4.运行phpcs -i:

如果有PHPCompatibility说明生效。

5.在要检测的PHP项目目录运行

phpcs -p . --standard=PHPCompatibility

进行兼容性检测。

参考 https://github.com/PHPCompatibility/PHPCompatibility


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

SQL进阶教程

SQL进阶教程

[ 日] MICK / 吴炎昌 / 人民邮电出版社 / 2017-11 / 79.00元

本书是《SQL基础教程》作者MICK为志在向中级进阶的数据库工程师编写的一本SQL技能提升指南。全书可分为两部分,第一部分介绍了SQL语言不同寻常的使用技巧,带领读者从SQL常见技术,比如CASE表达式、自连接、HAVING子句、外连接、关联子查询、EXISTS……去探索新发现。这部分不仅穿插讲解了这些技巧背后的逻辑和相关知识,而且辅以丰富的示例程序,旨在帮助读者提升编程水平;第二部分着重介绍关系......一起来看看 《SQL进阶教程》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器