nginx - 在windows服务器开启php的gd库出错
程序员文章站
2022-06-12 11:00:55
...
在windows服务器开启php的gd库时,使用cgi之后phpinfo()得到的结果中 Configure Command 中并没有出现gd
Configure Command
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"
下方显示的extension中却又确认有gd库并标记为enabled状态
系统环境为: windows server + nginx + php-cgi
测试的时候png图片未有成功实现
回复内容:
在windows服务器开启php的gd库时,使用cgi之后phpinfo()得到的结果中 Configure Command 中并没有出现gd
Configure Command
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"
下方显示的extension中却又确认有gd库并标记为enabled状态
系统环境为: windows server + nginx + php-cgi
测试的时候png图片未有成功实现
推荐阅读
-
在windows服务器开启php的gd库phpinfo中未发现
-
nginx - 在windows服务器开启php的gd库出错
-
在windows服务器开启php的gd库phpinfo中未发现
-
windows下开启PHP GD库的方法
-
GD库打开了,为什么我的验证码在win2003服务器上运行不会显示!_PHP教程
-
在windows服务器开启php的gd库phpinfo中未发现_PHP教程
-
在windows服务器开启php的gd库phpinfo中未发现_PHP教程
-
在windows服务器开启php的gd库phpinfo中未发现
-
在windows服务器开启php的gd库phpinfo中未发现
-
在windows服务器开启php的gd库phpinfo中未发现_PHP