PHP之常用操作
Posted xingxia
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP之常用操作相关的知识,希望对你有一定的参考价值。
在最高权限下执行相关命令
1)查看php配置
php --ini Configuration File (php.ini) Path: /www/server/php/70/etc Loaded Configuration File: /www/server/php/70/etc/php.ini Scan for additional .ini files in: (none) Additional .ini files parsed: (none)
2)重启服务
service php-fpm restart
Redirecting to /bin/systemctl restart php-fpm.service
常见错误:
1) The Process class relies on proc_open, which is not available on your PHP installation.
将php.ini中disable_function 中将 proc_open、proc_get_status 去除并重启PHP
以上是关于PHP之常用操作的主要内容,如果未能解决你的问题,请参考以下文章