Key error reporting during wampserver installation of multiple php versions

Source: Internet
Author: User
Wampserver installation of multiple php versions error-key problem recently I like to use wampserver to build a local php running environment. it is mainly a one-click installation. it is always used before appserv is also quite useful after wamp is used wamp is better than duang.

By default, the php version in the downloaded wamp is 5.3.0. Later, due to work requirements, you need to switch to a version earlier than php5.3.0, for example, installing zend optimizer. at first, you downloaded a php 5.2.17 installation package, making it hard to install the package. accessing the apache error access log shows this. I believe most users have encountered this problem.

[Sat Mar 14 16:10:22 2015] [notice] Parent: Received shutdown signal -- Shutting down the server.[Sat Mar 14 16:10:22 2015] [notice] Child 8244: Exit event signaled. Child process is ending.[Sat Mar 14 16:10:23 2015] [notice] Child 8244: Released the start mutex[Sat Mar 14 16:10:28 2015] [notice] Child 8244: All worker threads have exited.[Sat Mar 14 16:10:28 2015] [notice] Child 8244: Child process is exiting

Baidu checked these problems. the solution on the internet is to modify port 80 and httpd. conf modify php. anyway, there is no way to solve the problem because of the various methods. later, I accidentally browsed a blog post to know that apache does not support ISAPI in the win32 bit system to run the TS version. php and wamp and other environments use ISAPI to run php by default. Therefore, zend optimizer cannot be installed in the php5.2.17 environment of the TS version.

Method 1 download the php5.2.17 installation method of TS under win32. Baidu can also refer to this article.

Method 2 modify the default php running mode under win32 to Fast CGI. refer to this article.

To download php5.2.17 of TS, click here

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.