我刚刚安装了带有 PHP 5.3.13 和 PHP 5.2.2 两个版本的 WAMP
PHP 5.3.13 可以在 WAMP 控制器中找到,但如果我切换 PHP 版本,我的 localhost 不起作用。我什至重新启动了 WAMP 并检查了 Apache 错误日志并看到了这个错误:
[Thu Jul 11 15:22:22 2013] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu Jul 11 15:22:22 2013] [notice] Child 5676: Exit event signaled. Child process is ending.
[Thu Jul 11 15:22:23 2013] [notice] Child 5676: Released the start mutex
[Thu Jul 11 15:22:24 2013] [notice] Child 5676: All worker threads have exited.
[Thu Jul 11 15:22:24 2013] [notice] Child 5676: Child process is exiting
[Thu Jul 11 15:22:24 2013] [notice] Parent: Child process exited successfully.
这是什么意思?我该怎么做才能修复它?