
php.ini 的配置 
提示这个错误 
文件是有的 
也有扩展包提示输出了 
php ext 配置 extension_dir = "ext"
1 FYK 2017-04-07 16:26:33 +08:00 |
2 changs1986 2017-04-07 17:43:40 +08:00 php ext 配置 extension_dir = "ext" ---------------------------------------- 很明显不对,应该配成 no-debug-non-zts-20131226 的那个目录的路径 |
4 xbdsky OP @changs1986 我其他的扩展都是在这个页面 |
6 612 2017-04-07 18:17:57 +08:00 via Android 重新编译扩展,然后把新的路径加上。 |
7 jasontse 2017-04-07 18:21:06 +08:00 via iPad 看了 extension_dir 是注释掉的 |
11 ipengxh 2017-04-11 18:30:49 +08:00 执行 php -i | grep extension_dir 看看目录是不是对的 |