php配置
1、 将php- 5.2.1 -Win32.zip 解压缩到c:/php/5.2.1路径下。
2、 将php.ini-recommended文件扩展名改为php.ini.
3、 使extension=php_mssql.dll extension=php_mysql.dll生效
4、 extension_dir = "C:\php\ 5.2.1 \ext"
5、 在D:\Program Files\Apache2.2\conf下找到文件httpd.conf
6、 将侦听端口改为Listen 8080
7、 添加模块并制定添加路经LoadModule php5_module C:/php/ 5.2.1 /php5apache2_2.dll PHPIniDir "C:/php/ 5.2.1 ".
8、 添加php创建的文件放置路径DocumentRoot "D:/php"
9、 设置默认页面
10、添加默认类型 AddType application/x-httpd-php .php
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Interpret the encoding modification method in the PHP.ini file. The PHP.ini file is a PHP configuration file. You can configure the PHP running environment by modifying the parameters in it. The encoding settings are also very important, and play an important role in processing Chinese characters, web page encoding, etc. This article will introduce in detail how to modify encoding-related configurations in the PHP.ini file, and give specific code examples for reference. View the current encoding settings: In the PHP.ini file, you can search for the following two related parameters

PHP time zone configuration errors are a common problem. When date and time related functions are involved in PHP code, it is very important to configure the time zone correctly. If the time zone configuration is incorrect, the date and time display may be inaccurate or other problems may occur. Solving PHP time zone configuration errors requires specifying the correct time zone by setting the date_default_timezone_set() function. Here is a specific code example:

In the Ubuntu system, PHP-FPM is a commonly used PHPFastCGI process manager, used to handle the running of PHP programs. However, in some cases, PHP-FPM may be missing, causing PHP to fail to run properly. This article will introduce how to deal with the lack of PHP-FPM in Ubuntu and provide specific code examples. Problem Description When installing PHP in Ubuntu system and enabling PHP

How to change the encoding settings in PHP.ini requires specific code examples. In PHP development, character encoding is a very important issue. Correct character encoding settings ensure correct transmission and display of data. The PHP.ini file is the configuration file of PHP. By modifying the PHP.ini file we can make some global configurations, including character encoding settings. Below we will explain in detail how to change the encoding settings in the PHP.ini file, and attach a code example. Step 1: Find PHP.ini

MySQL is one of the most widely used database servers today, and PHP, as a popular server-side programming language, its applications usually interact with MySQL. Under high load conditions, MySQL performance will be greatly affected. At this time, PHP configuration needs to be adjusted to improve MySQL performance and thereby increase the response speed of the application. This article will introduce how to improve MySQL performance through PHP configuration. To configure PHP.ini, you first need to open the PHP configuration file (PHP.ini), so that you can change

How to configure and use Memcache in PHP Memcache is a commonly used memory caching system that can be used to speed up website access and reduce database pressure. Configuring and using Memcache in PHP is very simple, detailed steps and code examples are described below. Step 1: Install and start Memcache Before starting, you first need to install and start Memcache in your system. It can be installed on Ubuntu via: sudoapt-get

A Complete Guide to Configuring PHP5.2.17 in Windows Environment As a widely used web development language, the configuration of PHP on Windows platform is one of the challenges faced by many developers. This article will provide you with a detailed guide to configuring PHP5.2.17 in a Windows environment, and provide specific code examples to help you successfully complete the configuration process. First, you need to download the Windows version installation package of PHP5.2.17 and extract it to the directory you wish to install, as follows

To solve the problem that PHP cannot obtain data normally after IIS installs an SSL certificate, specific code examples are required. With the improvement of Internet security awareness, more and more websites have begun to use SSL certificates to encrypt data transmission and protect user privacy and information security. On the Windows platform, one of the commonly used web servers is IIS (Internet Information Services). However, after installing the SSL certificate, some developers find that PHP cannot obtain data normally and may encounter problems.
