摘要:
In file included from /home/work/php 7.2.6/ext/mysqli/mysqli.c:34:0: /home/work/php 7.2.6/ext/mysqli/php_mysqli_structs.h:42:33: fatal error: ext/mysq 阅读全文
摘要:
看一下系统指向的文件 ls /usr/bin/php al 找到对应版本的php文件 ls /home/work/study/soft/php/bin/php al 删除老的软连接建立新的软连接 ln s /home/work/study/soft/php/bin/php /usr/bin/php 阅读全文
摘要:
红色 执行命令:curl sS https://getcomposer.org/installer | php 报错如下 Some settings on your machine make Composer unable to work properly. Make sure that you f 阅读全文
摘要:
tar –xvf file.tar //解压 tar包 tar xzvf file.tar.gz //解压tar.gz tar xjvf file.tar.bz2 //解压 tar.bz2 tar –xZvf file.tar.Z //解压tar.Z unrar e file.rar //解压rar 阅读全文