My opinion on installing php4.0+mysql under windows iis5_PHP tutorial

WBOY
Release: 2016-07-21 16:02:30
Original
750 people have browsed it

I have been working with PHP for a while, and I have been developing it in an environment configured by the company. I always wanted to try installing it myself. Finally, my classmates gave me this opportunity. Now I will express my opinions and a few additions based on the articles on this site.
1. Install mysql.
It is necessary to download a software package first, then extract it to your temporary directory, click the installer, and follow the instructions in the program to complete the installation.
Step 2, according to the article on this site, you should run the program in "Start"---"Run", such as "c:mysqlbinmysqld-nt - install", and then find its "mysql" in "Management Tools" and made it run, but it didn't work according to the method. Finally, I went directly to the mysql installation directory and directly ran C [your installation disk]: mysqlbinwinmysqladmin.exe. (You must type your user name and password for the first time) The traffic light that users desire appears. Now mysql is installed.
2. Install php4.0
Of course, you still need its software package. Unzip the software package to your installation directory, and then copy the two files php.exe and php.ini-dist in the directory to c :winnt; rename c:winntphp.ini-dist to php.ini, open it, find; Windows Extensions, set extension=php_calendar.dll (this file may not be available in some software packages, I don’t have it, but I have not set it It is still the same as usual), extension=php_zlib.dll, extension=php_ldap.dll... (these should be the *.dll included in your php). Remove the ";" in front of it; if you want to modify it You can find the Paths and Directories column in your upload temporary directory, and add it:;upload_tmp_dir= to your storage directory! Close the file when finished. Then copy all the dll files in the directory to c;winntsystem32, do not overwrite the existing dll files; Open the "Internet Service Manager" under "Administrative Tools" under "Control Panel" under the "Start" button, and select "Default web site", open its "Properties" window. Under the "website" page, change "IP Address": "All Unassigned" to "(your machine's IP address, for example: 127.0.0.1. In fact, the default for individuals is generally 127.0.0.1)"; "TCP Port" is "80".
Next, select the "Home Directory" page, click the "Configure" button under "Application Settings", click the "Add" button in the new window; enter "C:WINNTphp" in "Executable File" .exe %s %s", enter ".php" in "Extension", and click "OK". Of course, if you want other extensions such as *.php3, etc., you can add: "C:WINNTphp.exe %s %s", enter ".php3" in "Extension", and click "OK".
Then, select the "ISAPI Filter" page and click the "Add" button; enter "php" in the "Filter Name", enter "C:WINNTsystem32php4isapi.dll" in the "Executable File", and click " Sure".
Next, select the "Document" page, click the "Add" button; enter "index.php3" in the "Default Document Name" (of course, you can add whatever files you want to the environment by default or not) , click OK, and raise it to the highest level.
Close all windows, restart the system, and open the IE browser for testing.
Haha. Have you come out? Go out and play...

[The copyright of this article is jointly owned by the author and Oso.com. If you need to reprint, please indicate the author and source]

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/316556.htmlTechArticleI have been working with PHP for a while and have been developing it in an environment configured by the company. I always wanted to try installing it myself. After a while, my classmates finally gave me this opportunity. Now I will base myself on the article on this website...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!