Home > Backend Development > PHP Tutorial > php7迁移问题 - php7在win7下如何配置?

php7迁移问题 - php7在win7下如何配置?

WBOY
Release: 2016-06-06 20:22:37
Original
1400 people have browsed it

之前下载了win7 32位的,然后修改了apache的httpd.conf
LoadModule php7_module "E:/wamp/php7/php7apache2_4.dll"
PHPIniDir "E:/wamp/php7"
AddType application/x-httpd-php .php .html .htm

再修改了一波php7文件夹下的配置文件php.ini
extension_dir = "E:/wamp/php7/ext"

然后重启apache就出问题了

php7迁移问题 - php7在win7下如何配置?

求大神解决方案!!

回复内容:

之前下载了win7 32位的,然后修改了apache的httpd.conf
LoadModule php7_module "E:/wamp/php7/php7apache2_4.dll"
PHPIniDir "E:/wamp/php7"
AddType application/x-httpd-php .php .html .htm

再修改了一波php7文件夹下的配置文件php.ini
extension_dir = "E:/wamp/php7/ext"

然后重启apache就出问题了

php7迁移问题 - php7在win7下如何配置?

求大神解决方案!!

http://blog.west2online.com/index.php/archives/91/

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