Ldap 是什么?
Ldap是轻量目录访问协议,英文全称是Lightweight Directory Access Protocol。
开始编译
cd /usr/local/src/php-5.4.36(自己的php版本)/ext/ldap
/usr/local/php/bin/phpize
./configure --wit……继续阅读 »
4年前 (2019-07-23) 783浏览
3个赞
宝塔面板的PHP安装路径为/www/server/php/ 且支持多个PHP版本共存,所以安装PHP扩展的方法与网上那些示例略有不同,下们我通过安装oauth扩展来说明一下如何安装第三方PHP扩展。注意:1、安装之前,请先到软件列表 - 找到对应PHP版本 - 设置 - 安装扩展 中查看我们是否提供了一键安装您要的扩展2、以下命令中的54为PHP版本
1、……继续阅读 »
4年前 (2019-07-23) 669浏览
0个赞
解决call an undefined function exif_imagetype()
打开扩展 extension=php_exif.dll
并将extension=php_mbstring.dll ,放到extension=php_exif.dll前边
……继续阅读 »
6年前 (2017-10-24) 631浏览
0个赞