我想在IIS 8上安装PHP.
每次我启动PHP安装时,PHP都会安装,但是我收到以下错误:

我想做什么
我正在尝试通过在Hyper-V下作为VM运行的Web平台安装程序来安装PHP,包括用于Windows Server 2016的PHP管理器,但是在安装用于IIS的PHP管理器时收到错误.
错误信息
PHP Manager for IIS此产品未成功安装.下载的文件签名验证失败,可能已被篡改
截图
执行先决条件步骤
沿途检查站: -
额外
我一直在尝试为PHP Manager 1.2(x64)找到安装二进制文件.msi或.exe.我找到了x32版本,但无法在x64操作系统上安装.
几乎PHP Manager指向的每个链接
http://phpmanager.codeplex.com/releases/
但是所有的交通似乎都在这里结束了
https://archive.codeplex.com/?p=phpmanager
如果有人有任何想法,请告诉我!
php iis web-platform-installer windows-server-2016 php-manager
我需要在我的PHP代码中连接到Oracle DB.
我使用的是Windows Server 2012,带有PHP Manager的IIS 8和PHP 5.5.11版.我打开IIS PHP管理器,然后转到PHP Extensions,然后我启用了"php_oci8.dll"扩展.
extension=php_oci8.dll
;extension=php_oci8_11g.dll
Run Code Online (Sandbox Code Playgroud)
但是,当我尝试连接到Oracle DB时,我收到以下PHP错误:
PHP Fatal error: Call to undefined function oci_connect()
Run Code Online (Sandbox Code Playgroud)
我刚刚使用IIS管理器重新启动IIS,但没有完成计算机重启.我需要重启吗?
我是否还需要下载"instantclient-basic-windows.x64-12.1.0.1.0.zip"?我试图提取它并将目录放在"Path"环境变量中,但仍然无法正常工作.
PHPInfo的配置命令:
cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack"
"--disable-zts" "--disable-isapi" "--disable-nsapi" "--without-mssql"
"--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\x86\instantclient10\sdk,shared"
"--with-oci8=C:\php-sdk\oracle\x86\instantclient10\sdk,shared"
"--with-oci8-11g=C:\php-sdk\oracle\x86\instantclient11\sdk,shared"
"--with-enchant=shared" "--enable-object-out-dir=../obj/"
"--enable-com-dotnet=shared" "--with-mcrypt=static"
"--disable-static-analyze" "--with-pgo"
Run Code Online (Sandbox Code Playgroud)
非常感谢你提前.
我最近从Windows 8安装了Windows 10,我正试图让我的IIS设置创建一个wordpress网站.说实话,我不知道这意味着什么:
MSI (s) (F8:A0) [16:13:26:773]: Skipping action: ERRCA_CANCELNEWERVERSION (condition is false)
MSI (s) (F8:A0) [16:13:26:773]: Doing action: VSDCA_VsdLaunchConditions
Action ended 16:13:26: FindRelatedProducts. Return value 1.
MSI (s) (F8:A0) [16:13:26:774]: Note: 1: 2235 2: 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'VSDCA_VsdLaunchConditions'
MSI (s) (F8:E8) [16:13:26:776]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI5B2B.tmp, Entrypoint: VsdLaunchConditions
Action start 16:13:26: VSDCA_VsdLaunchConditions.
INFO : [05/02/2016 16:13:26:778] [VsdLaunchConditions ]: Custom Action is starting...
INFO : [05/02/2016 16:13:26:778] [VsdLaunchConditions ]: …Run Code Online (Sandbox Code Playgroud)