When the gd library of php is enabled on the windows server, gd does not appear in Configure Command in the results obtained by phpinfo() after using cgi.
The displayed after Configure Command is:
Copy code The code is as follows:
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-sdkoracleinstantclient10sdk,shared " "--with-oci8=C:php-sdkoracleinstantclient10sdk,shared" "--with-oci8-11g=C:php-sdkoracleinstantclient11sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo"
Possible Reasons : 1. Permission issues; 2. Whether there is a problem with the dual channel, or whether the hardware is loose, etc.
http://www.bkjia.com/PHPjc/326351.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/326351.htmlTechArticleWhen opening the gd library of php on the windows server, the results obtained by phpinfo() after using cgi are merged in the Configure Command gd. Configure Command does not appear and what is displayed is: Copy the code code such as...