安装完成php8之后 内心还没来的及激动
就去启动了一下apache 结果启动不了 看了下日志说
The Apache service named reported the following error:
>>> httpd.exe: Syntax error on line 183 of D:/WAMP/Apache24/conf/httpd.conf: Can't locate API module structure `php8_module' in file D:/WAMP/php8/php8apache2_4.dll: No error .
大概意思是找不到php8_module这个模块
然后把 php8_module 修改为 php_module 就行了
完事