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

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

WBOY
WBOYOriginal
2016-06-06 20:22:371397browse

之前下载了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/

Statement:
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