windows zip命令壓縮,day2_windows下zip安裝wamp環境

 2023-11-18 阅读 21 评论 0

摘要:1.如何選擇PHP版本? Which version do I choose? IIS If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP. Apache Please use the Apache builds provided by Apache Lounge. They also provide VC11 builds of Ap

1.如何選擇PHP版本?

Which version do I choose?

IIS

If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.

Apache

Please use the Apache builds provided by Apache Lounge. They also provide VC11 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.

If you are using PHP with Apache 1 or Apache2 from apache.org (not recommended) you need to use the older VC6 versions of PHP compiled with the legacy Visual Studio 6 compiler. Do NOT use VC9+ versions of PHP with the apache.org binaries.

windows zip命令壓縮。With Apache you have to use the Thread Safe (TS) versions of PHP.

VC9 and VC11

More recent versions of PHP are built with VC9 or VC11 (Visual Studio 2008 and 2012 compiler respectively) and include improvements in performance and stability.

The VC9 builds require you to have the Visual C++ Redistributable for Visual Studio 2008 SP1 x86 or x64 installed.

The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012 x86 or x64 installed.

TS and NTS

windows11怎么壓縮文件rar,TS refers to multithread capable builds. NTS refers to single thread only builds. Use case for TS binaries involves interaction with a multithreaded SAPI and PHP loaded as a module into a web server. For NTS binaries the widespread use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading (but also for example CLI).

What is PGO?

Profile Guided Optimization is an optimization feature available in Microsoft's Visual C++ compiler that allows you to optimize an output file based on profiling data collected during test runs of the application or module.

Links:

  • PGO on MSDN
  • Visual C++ Team Blog - PGO with PHP
  • PHP PGO build for maximum performance (old)

x86_64 Builds

windows解壓,The x64 builds of PHP for Windows should be considered experimental, and do not yet provide 64-bit integer or large file support. Please see this post for work ongoing to improve these builds.

2.如何選擇Apache版本?

只要PHP有相應模塊都可以配合

3.安裝配置wamp

apache:

Install
-------

?

wamp安裝和配置,- You must first install the Visual C++ 2008 SP1 Redistributable Package.
? Download and Install, if you not done it already, from:

?

? http://www.microsoft.com/download/en/details.aspx?id=5582

?

windows安裝python、- Unzip the apache2 folder to c:/apache2 (that is the ServerRoot in the config).
? Default folder for your your webpages is DocumentRoot "c:/Apache2/htdocs"

?

? When you unzip to an other location, change ServerRoot in the httpd.conf,
? and change in httpd.conf the Documenroot, Directories, ScriptAlias,
? also when you use the extra folder config file(s) change to your location there.

?

windows解壓zip。Start apache in a DOS box:

?

>httpd.exe

?

win10zip,Install as a service:

?

>httpd.exe -k install(uninstall)????????? httpd.exe -k stop httpd.exe -k?start httpd.exe restart

?

apache windows部署、ApacheMonitor:

?

Double click ApacheMonitor.exe, or put it in your Startup folder.

(可能會出錯,調整httpd.conf 設置ServerName為localhost,重新啟動Apache)

windows壓縮zip?LoadModule php5_module c:\php\php5apache2_2.dll????????? 添加PHP模塊

AddType application/x-httpd-php .php????????????????????????????? 添加PHP解析??????????????????????????????

PHPIniDir c:\php????????????????????????????????????????????????????????????? 設置PHP配置文件目錄

PHP:

復制php.ini文件并修改文件名

MySQL:

mysqld -install(-remove)

添加bin目錄環境變量

net start mysql(net stop mysql)

轉載于:https://www.cnblogs.com/zhou-80/p/3893437.html

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/4/175291.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息