This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Apache doesn't run anymore with 1.3.14


> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]