我已经安装了最新的Xampp,并且我想将PHP版本升级到PHP7。所以我从..下载了PHP7。
http://windows.php.net/download#php-7.0
VC14 x86 Thread Safe Zip file After downloading i extracted zip to custom file and replace full php file and folder to带有新文件的php xampp/php
for php 7 i changedxamp\apache\conf\extra\httpd-xampp.conf
so my new httpd-xampp.conf isLoadFile "E:/xamp/php/php7ts.dll"
LoadFile "E:/xamp/php/libpq.dll"
LoadModule php7_module "E:/xamp/php/php7apache2_4.dll"现在,当我启动Xampp服务器时,它给我一个错误..
错误:
Apache意外关闭。这可能是由于端口被阻塞、缺少依赖项、不适当的权限、崩溃或由其他方法关闭所致。按日志按钮查看错误日志,并查看Windows事件查看器以获取更多线索如果需要更多帮助,请将整个日志窗口复制并发布到论坛上
https://stackoverflow.com/questions/37182297
复制相似问题