Rumah  >  Artikel  >  pembangunan bahagian belakang  >  PHP7.2.3安装遇到了问题如何解决

PHP7.2.3安装遇到了问题如何解决

小云云
小云云asal
2018-05-15 09:59:593627semak imbas

本文主要和大家分享PHP7.2.3安装遇到了问题如何解决,若果在编译安装启用fileinfo 内存必须要大于1G,PHP是默认安装。由于我在编译时禁用了  --disable-fileinfo 但在项目又要是用,所有直接当着模块安装,不用重新编译安装整个PHP。 

如果在添加fileinfo出现 internal compiler error: Killed (program cc1plus)错误,是由于内存不足导致,临时使用交换分区来解决吧。

sudo dd if=/dev/zero of=/swapfile bs=64M count=16sudo mkswap /swapfilesudo swapon /swapfile#编译完后释放临时空间Code:sudo swapoff /swapfilesudo rm /swapfile

在安装项目是 出现

[root@iZwz99qnmldt4n744noo9gZ biyesheji]# composer installDo not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
....

也就是说 在执行exec, install, and update 是允许第三方库在你的系统里面执行,执行的都是第三方库里"plugins" and "scripts" ,Plugins and scripts就会有对应的用户权限去执行composer,为了安全起见避免使用超级用户 或 root权限。

官方给出了如下解决方案(添加 如下参数第三方 脚本和插件就不会允许)
<br> composer install --no-plugins --no-scripts ... <br> composer update --no-plugins --no-scripts ... 

若果在编译安装启用fileinfo 内存必须要大于1G,PHP是默认安装

Atas ialah kandungan terperinci PHP7.2.3安装遇到了问题如何解决. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn