mac
zerovszero1
PHP开发
展开
-
Mac 安装peal的过程以及问题
红色为错误。黄色为错误提示。黑色为正确。 1.下载peal curl -O http://pear.php.net/go-pear.phar sudo php -d detect_unicode=0 go-pear.phar 出错: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head&...原创 2019-08-09 11:51:12 · 1670 阅读 · 0 评论 -
Mac 用pecl安装xdebug
1.1直接安装sudo pecl install xdebug 出现错误 WARNING: configuration download directory "/tmp/pear/install" is not writeable. Change download_dir config variable to a writeable dir to avoid this warning 1....原创 2019-08-09 15:56:15 · 2304 阅读 · 0 评论 -
Mac php-fpm启动失败解决
启动:sudo php-fpm -D Password: [16-Aug-2019 10:37:32] ERROR: failed to open configuration file '/private/etc/php-fpm.conf': No such file or directory (2) [16-Aug-2019 10:37:32] ERROR: failed to load con...原创 2019-08-16 11:03:46 · 1654 阅读 · 1 评论 -
Mac 安装phpredis出错
configure: error: Cannot find php-config. Please use --with-php-config=PATH 一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改为: ./configure --with-php-config=自己的php-config 自己的php-co...原创 2019-08-16 11:43:36 · 259 阅读 · 0 评论 -
Mac 安装phpredis
1.1前提安装redis。 brew install redis 1.2如果没有安装brew则安装 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2.1通过brew安装phpredis受挫。本人php7.1版本,命令对,但是结果不尽人意...原创 2019-08-16 16:05:09 · 872 阅读 · 0 评论