php 配置
IIS7
1、IIS要启用CGI功能,在设置IIS的时候有此选项。
2、IIS下,在所要配置的网站下,或者虚拟目录下选择处理程序映射,然后点击打开功能。
3、添加模块映射,在出来的对话框对应配置
1)请求路径:*.php。
2)模块:FastCgiModule。
3)可执行文件:php所在目录下的php-cgi.exe。
4)名称:随意起到标识作用的名称。
4、使用phpinfo()函数查看文件信息,先在php解压目录下设置php。ini,将其中的 date.timezone= "Asia/Shanghai"。
检查项目是否正确
System | Windows NT XIXI-PC 6.1 build 7601 (Windows 7 Ultimate Edition Service Pack 1) AMD64 |
Build Date | Feb 5 2014 10:59:06 |
Compiler | MSVC11 (Visual C++ 2012) |
Architecture | x64 |
Configure Command | 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\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--with-enchant=shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo" |
Server API | CGI/FastCGI |
Virtual Directory Support | disabled |
Configuration File (php.ini) Path | C:\Windows |
Loaded Configuration File | C:\PHP\PHP\php.ini |
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。