Home > Backend Development > PHP Tutorial > How to deal with problems when configuring apache+php+mysql under windows_PHP tutorial

How to deal with problems when configuring apache+php+mysql under windows_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 10:24:30
Original
971 people have browsed it

windows:

Install apache, php, mysql

Various problems encountered:

1. test.php cannot run. I found that I forgot to add AddType application/x-httpd-php .php in httpd.conf;

2. Set up the configuration file and find that a warning about the time zone will be reported for the date function. Add date.timezone in php to date.timezone = Asia/Shanghai;

3. It always reports Call to undefined function openssl_get_publickey, open extension=php_openssl.dll in php.ini; it still reports an error, and finds that httpd-2.2.25-win32-x86-no_ssl.msi is installed, which should be installed httpd-2.2.25-win32-x86-openssl-0.9.8y.msi, there is still a problem after reinstallation; find extension_dir = "ext" in php.ini, remove the semicolon in front, and finally change it;

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/825425.htmlTechArticlewindows: Various problems encountered when installing apache, php, mysql: 1. test.php cannot run, I found that I forgot to add AddType application/x-httpd-php .php in httpd.conf; 2. Set up the configuration file...
Related labels:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template