When the Windows Server opens the PHP GD library, the results of phpinfo () after using CGI do not appear gd in the Configure Command.
Configure Command is displayed after theIs:
Copy CodeThe 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-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 "
Possible causes: 1. Permission issues, 2. Whether there is a problem with the dual channel, or whether the hardware is loose or not.
http://www.bkjia.com/PHPjc/326351.html www.bkjia.com true http://www.bkjia.com/PHPjc/326351.html techarticle when the Windows Server opens the PHP GD library, the results of phpinfo () after using CGI do not appear gd in the Configure Command. Configure Command After the display is: Copy code code such as ...