Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "Ralf Habacker" <Ralf.Habacker@freenet.de>
To: "Matt Zagni" <Matt.Zagni@earthport.com>
Cc: "cygwin" <cygwin@cygwin.com>
Subject: RE: Apache doesn't run anymore with 1.3.14
Date: Tue, 29 Oct 2002 08:00:41 +0100
Message-ID: <015301c27f18$e4acaea0$0a1c440a@BRAMSCHE>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
In-Reply-To: <67555A55CEC6D51197E900508BF31FA701BF0ED5@ep-exchange.int-col.uk.earthport.com>
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Importance: Normal


> So there is a PHP version for cygwin
> does it work ?
>
99%, only phpinfo() hangs reproducable while printing a specific module info.

> How do you install it ?
>
1. See /usr/doc/Cygwin/php-4.2.0-1.README after you have installed mod_php4 for
installing.

2. If you encounter rebasing problems, try

	rebase -b 0x50000000 <dll>
	rebase -b 0x51000000 <another dll>
	rebase -b 0x52000000 <another dll>

If this not work, try another base address like

	rebase -b 0x45000000 <dll>
	rebase -b 0x46000000 <another dll>

and so one

The absolute base address isn't the most important thing, the only thing which
is important to find a base address which isn't used by one of the applications
loaded dll's.

Regards
Ralf


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

