


Win10 environment PHP 7 installation and configuration [Tutorial], win10 installation configuration
PHP 7 has been out for a while. I was busy with work a few days ago and didn’t have time to study it. I have some time now. Yes, the production environment in the company cannot be upgraded casually. You can still install it on your own computer at home to see the effect.
The following is a brief explanation of the installation of PHP 7 Apache 2.4.
Apache 2.4 installation configuration Installation
Apache 2.4, there is no compiled version for Windows on the official website. You need to go to http://httpd.apache.org/docs/2.4/platform/windows.html to find the mirror website that provides downloading of the Windows compiled version. I use The link is: http://www.apachelounge.com/download/. Download the 32- or 64-bit version as needed. After downloading, it is a zip package. After downloading, unzip the Apace24 directory in the ZIP package to any directory.
Note: Some information of Apache and PHP must match, including 32/64-bit and VC version numbers. For PHP 7, there is only a version compiled with VC14 on the official website, so the corresponding Apache version also needs to be compiled with VC14.
Configuration
Single site configuration
Open the %Apache24%confhttpd.conf file:
1. Find "ServerRoot" and specify it as the directory where %Apache24% is located;
2. Modify the document root directory;
DocumentRoot "E:/wwwpages" <Directory "E:/wwwpages">
3. Add index.php to the index directory
DirectoryIndex index.html index.php
4. Install Apache as a service:
httpd.exe -k install -n "Apache24"
If the service fails to start, modify the port number.
Multi-site configuration (differentiated by port number)
Multiple sites can be configured on one server. This section explains how to configure different sites distinguished by port numbers.
Configure httpd.conf.
First add the listening port (configure several sites and add a few ports):
Listen 8081
Listen 8082
After the above contents are set, you can check whether the port is open through netstat -n -a.
Secondly configure the virtual site:
NameVirtualHost *:8080 <VirtualHost *:8080> ServerName www.mysite1.com #DocumentRoot "C:/Rainman/ProjectWorkspace2.0/SourceCode/Server/wanpush" DocumentRoot "C:/Rainman/ProjectWorkspace3.0_clound/SourceCode" <Directory "C:/Rainman/ProjectWorkspace3.0_clound/SourceCode"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> ErrorLog "logs/mysite1.com-error.log" CustomLog "logs/mysite1.com-access.log" common </VirtualHost> NameVirtualHost *:8081 <VirtualHost *:8081> ServerName www.mysite2.com DocumentRoot "C:/Rainman/ProjectWorkspace3.0_clound/yiqixiu" <Directory "C:/Rainman/ProjectWorkspace3.0_clound/yiqixiu"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> ErrorLog "logs/mysite2.com-error.log" CustomLog "logs/mysite2.com-access.log" common </VirtualHost>
Mainly configure DocumentRoot and Directory parameters for each virtual site.
Verification
After the installation is complete, write the following HTML page:
<html> <body> <h1 id="Hello-world">Hello world!</h1> </body> </html>
Save it as index.html and copy the file to "E:/wwwpages".
Open the URL: http://localhost:8080/, and the page displays "Hello world!", which means that the Apache installation is started successfully.
Uninstall service
Uninstall service: httpd –k uninstall –n “apache24”
Note: The name must be consistent with the name during installation.
PHP 7.0.6 installation configuration Installation Download php-7.0.6-Win32-VC14-x64.zip and extract it to any directory.
Configuration 1. Configure Apache
Open the Apache configuration file and add the following content:
LoadModule php7_module "D:/PHPDevEnv/PHP/php7apache2_4.dll" AddType application/x-httpd-php .php AddType application/x-httpd-php .html AddHandler application/x-httpd-php .php PHPIniDir "D:/PHPDevEnv/PHP"
Note: The red part uses the actual path.
2. Configure PHP
Rename php.ini-development in the PHP directory to php.ini, then open the file, search for "extension_dir", remove the previous comment, and change it to absolute Path, for example:
extension_dir = "D:/PHPDevEnv/PHP/ext"
Note: Changing the path to an absolute path is to prevent some PHP extensions from not finding the correct path.
Verification Create a phpinfo.php file in the root directory of the Apache website (see section 2.1 for the specific location):
phpinfo();
?>
Open http://localhost:8080/phpinfo.php.

win10中提示80070035找不到网络路径的解决办法:1、单击“网络”,“打开网络和Internet设置”,选择“网络和共享中心”后再选择“更改高级共享设置”,然后勾选“启用共享以便可以访问网络的用户读取公用文件夹中的文件”;2、返回“网络和共享中心”单击“宽带连接”并选择“属性”,点击“网络”,勾选“microsoft网络客户端”即可。

win10找不到网络适配器驱动的解决办法:1、更新驱动程序,可以使用设备管理器来更新驱动程序;2、重新安装驱动程序,先卸载设备,再重启电脑;3、从制造商网站下载驱动程序;4、检查硬件故障。

win10自带的看图软件叫“Microsoft照片”,其下载方法是:1、打开win10电脑;2、在Microsoft Store中搜索“Microsoft照片”并下载;3、将照片查看器的默认软件设置为【照片】即可。

win10任务栏经常假死的原因是win10 64位系统可靠性不佳造成的,其解决方法:1、重启“windows资源管理器”;2、卸载冲突软件;3、重新“部署操作进程”;4、修复系统服务;5、通过powershell命令尝试修复;6、cmd中执行修复命令;7、针对右击任务栏应用图标时弹出菜单缓慢的情况;8、通过新建Windows用户来重置系统设置;9、还原系统。

win10更新后无法上网解决方法:1、检查网络连接,使用其他设备连接同一网络来确认网络是否可用;2、检查网络驱动程序,找到网络适配器,并检查是否有任何驱动程序更新可用;3、重置网络设置,打开“命令”窗口,输入“netsh winsock reset”和“netsh int ip reset”,然后重启;4、更新网络驱动程序;5、检查防火墙和安全软件设置,暂时禁用重新连接即可。

解决方法:1、先重启“Windows资源管理器”;然后以管理员身份运行powershell,执行命令重新部署进程;最后在“个性化”设置界面中,关闭加载最常访问列表功能。2、打开powershell窗口,利用命令检查并修复Windows文件。3、打开“本地组策略编辑器”,进入“内置管理员帐户的管理员批准模式”的属性窗口;然后在“本地安全设置”选项卡中,点击“启用”;最后重启电脑。

win10右键没有管理员权限的解决办法:1、在电脑桌面右键点击“此电脑”;2、在弹出的列表中找到“管理”,点击打开;3、依次选取“系统工具”->“本地用户和组”->“用户”;4、在中间栏找到并点击打开“Administrator”;5、取消勾选“账户已禁用”,然后点击“应用”和“确定”即可。

不够用。虽然4G内存足够满足Windows 10系统的安装需求,但问题是不可能只在电脑里安装一个系统,还要安装其他应用,而这些应用也会占用一定的内存空间;先不考虑CPU、硬盘和显卡等配件是否能够满足需求,只单独说内存,假设用户安装的Windows 10系统占用了2G内存,但其他的辅助插件和应用可能还会占去2G内存,一旦内存被占满,必然会导致电脑出现卡顿、运行慢的情况。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version
Useful JavaScript development tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
