当前位置:主页 > 软件编程 > PHP代码 >

在windows服务器开启php的gd库phpinfo中未发现

时间:2021-05-15 09:07:00 | 栏目:PHP代码 | 点击:

在windows服务器开启php的gd库时,使用cgi之后phpinfo()得到的结果中 Configure Command 中并没有出现gd.

Configure Command 后显示的是:
复制代码 代码如下:

1 cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo"

可能的原因:1.权限问题;2.双通道是否存在问题,或者是硬件是否松动等。

您可能感兴趣的文章:

相关文章