遇到的问题是:在给PHP安装memcached扩展时报错:PHP Startup: Unable to load dynamic library '/usr/local/php/l...
php安装memcached扩展
背景:在CenOS7.7下 1 编译、安装、测试 # 安装依赖包 yum -y install cyrus-sasl-devel # 编译安装libmemcached tar -zxvf libmem...
php7安装memcache和memcached 扩展
memcache和memcached区别 memcache:http://pecl.php.net/package/memcache memcached:http:/...
解决FastCGI 进程超过了配置的活动超时时限的问题
近日,需要满足测试需求,进行大数据并发测试时,报出【HTTP 错误 500.0 – Internal Server Error E:\PHP\php-cgi.exe – FastC...
php7.x安装redis扩展
下载phpredis扩展安装包,以及进入安装目录中 wget https://soft.itbulu.com/tools/phpredis-develop.zip un...
phpize 时 Cannot find autoconf 解决方法
运行/usr/local/webserver/php/bin/phpize时出现: Configuring for: PHP Api Version...
php安装执行configure报错error: off_t undefined; check your library configuration
vim /etc/ld.so.conf #添加如下几行 /usr/local/lib64 /usr/local/...
PHP7.3编译安装常见错误及解决办法
1、configure: error: Please reinstall the libzip distribution 解决方法一,安装1.2.0版本的libzip: wget https...